HomeSort by relevance Sort by last modified time
    Searched defs:DeviceSelect (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 40 UINT8 DeviceSelect;
54 DeviceSelect = (UINT8) ((IdeDev->Device) << 4 | 0xe0);
55 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Head, DeviceSelect);
113 UINT8 DeviceSelect;
127 DeviceSelect = (UINT8) ((IdeDev->Device) << 4 | 0xe0);
128 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Head, DeviceSelect);
619 UINT8 DeviceSelect;
625 DeviceSelect = (UINT8) ((IdeDev->Device) << 4);
639 DeviceSelect,
    [all...]
Ide.c     [all...]
Ata.c 125 UINT8 DeviceSelect;
184 DeviceSelect = (UINT8) ((IdeDev->Device) << 4);
190 DeviceSelect,
282 UINT8 DeviceSelect;
298 DeviceSelect = (UINT8) ((IdeDev->Device) << 4);
308 DeviceSelect,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 895 UINT8 DeviceSelect;
925 DeviceSelect = (UINT8) (((BIT7 | BIT5) | (Target << 4)));
926 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Head, DeviceSelect);
    [all...]

Completed in 273 milliseconds