/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
H A D | Ata.c | 1081 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 D | IdeData.h | 77 UINT16 DeviceControl; /* when write */ member in union:__anon10349
|
H A D | Ide.c | 1321 UINT8 DeviceControl; local 1326 DeviceControl = 0; 1327 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
|
H A D | Atapi.c | 401 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, ATA_DEFAULT_CTL); 502 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, ATA_DEFAULT_CTL);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
H A D | IdeMode.c | 974 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/MdePkg/Include/IndustryStandard/ |
H A D | Acpi40.h | 870 UINT16 DeviceControl; member in struct:__anon11493 893 UINT16 DeviceControl; member in struct:__anon11494 915 UINT16 DeviceControl; member in struct:__anon11495
|
H A D | Acpi50.h | 1534 UINT16 DeviceControl; member in struct:__anon11578 1557 UINT16 DeviceControl; member in struct:__anon11579 1579 UINT16 DeviceControl; member in struct:__anon11580
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/ |
H A D | AtapiPeim.h | 69 UINT16 DeviceControl; /* when write */ member in union:__anon10824
|
H A D | AtapiPeim.c | 398 AtapiBlkIoDev->IdeIoPortReg[Index1].Alt.DeviceControl = ControlBlockBaseAddr; 1277 DeviceControlReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Alt.DeviceControl; 1699 DeviceControlReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Alt.DeviceControl;
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/ |
H A D | AtapiPassThru.c | 828 AtapiScsiPrivate->IoPort->Alt.DeviceControl, 843 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Alt.DeviceControl, DeviceControlValue); 1342 AtapiScsiPrivate->IoPort->Alt.DeviceControl, 1357 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Alt.DeviceControl, DeviceControlValue); 2248 AtapiScsiPrivate->IoPort->Alt.DeviceControl,
|
H A D | AtapiPassThru.h | 56 UINT16 DeviceControl; /* when write */ member in union:__anon12594
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Pci.h | 447 UINT16 DeviceControl; member in struct:__anon12831
|
H A D | Pci.c | 3954 PcieDeviceControl = PciExpressCap->DeviceControl;
|