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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ide.c     [all...]
Ata.c 1081 UINT8 DeviceControl;
1083 DeviceControl = 0;
1087 DeviceControl |= ATA_CTLREG_SRST;
1092 DeviceControl |= BIT1;
1094 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
1105 DeviceControl = 0;
1106 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
    [all...]
IdeData.h 77 UINT16 DeviceControl; /* when write */
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 70 UINT16 DeviceControl; /* when write */
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c 1049 UINT8 DeviceControl;
1051 DeviceControl = 0;
1055 DeviceControl = ATA_CTLREG_SRST | ATA_CTLREG_IEN_L;
1057 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl);
1068 DeviceControl = 0;
1069 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 56 UINT16 DeviceControl; /* when write */
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.h 448 UINT16 DeviceControl;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PciExpress21.h 328 PCI_REG_PCIE_DEVICE_CONTROL DeviceControl;
Acpi40.h 870 UINT16 DeviceControl;
893 UINT16 DeviceControl;
915 UINT16 DeviceControl;
    [all...]
Acpi50.h     [all...]
Acpi51.h     [all...]
Acpi60.h     [all...]
Acpi61.h     [all...]

Completed in 1001 milliseconds