Searched defs:DeviceControl (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIde.c1321 UINT8 DeviceControl; local
1326 DeviceControl = 0;
1327 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
H A DAta.c1081 UINT8 DeviceControl; local
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);
1532 UINT8 DeviceControl; local
[all...]
H A DIdeData.h77 UINT16 DeviceControl; /* when write */ member in union:__anon10349
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h69 UINT16 DeviceControl; /* when write */ member in union:__anon10824
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c974 UINT8 DeviceControl; local
976 DeviceControl = 0;
980 DeviceControl = ATA_CTLREG_SRST | ATA_CTLREG_IEN_L;
982 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl);
993 DeviceControl = 0;
994 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl);
1471 UINT8 DeviceControl; local
1640 DeviceControl = 0;
1641 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl);
1745 DeviceControl
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h56 UINT16 DeviceControl; /* when write */ member in union:__anon12594
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h447 UINT16 DeviceControl; member in struct:__anon12831
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi40.h870 UINT16 DeviceControl; member in struct:__anon11493
893 UINT16 DeviceControl; member in struct:__anon11494
915 UINT16 DeviceControl; member in struct:__anon11495
H A DAcpi50.h1534 UINT16 DeviceControl; member in struct:__anon11578
1557 UINT16 DeviceControl; member in struct:__anon11579
1579 UINT16 DeviceControl; member in struct:__anon11580

Completed in 80 milliseconds