Searched refs:DeviceControl (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
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
H A DIde.c1321 UINT8 DeviceControl; local
1326 DeviceControl = 0;
1327 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
H A DAtapi.c401 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 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/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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h69 UINT16 DeviceControl; /* when write */ member in union:__anon10824
H A DAtapiPeim.c398 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 DAtapiPassThru.c828 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 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
H A DPci.c3954 PcieDeviceControl = PciExpressCap->DeviceControl;

Completed in 105 milliseconds