/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
D | Ata.c | 1081 UINT8 DeviceControl; in AtaSoftReset() local 1083 DeviceControl = 0; in AtaSoftReset() 1087 DeviceControl |= ATA_CTLREG_SRST; in AtaSoftReset() 1092 DeviceControl |= BIT1; in AtaSoftReset() 1094 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl); in AtaSoftReset() 1105 DeviceControl = 0; in AtaSoftReset() 1106 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl); in AtaSoftReset() 1532 UINT8 DeviceControl; in DoAtaUdma() local 1577 DeviceControl = 0; in DoAtaUdma() 1578 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl); in DoAtaUdma() [all …]
|
D | IdeData.h | 77 UINT16 DeviceControl; /* when write */ member
|
D | Ide.c | 1321 UINT8 DeviceControl; in EnableInterrupt() local 1326 DeviceControl = 0; in EnableInterrupt() 1327 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl); in EnableInterrupt()
|
D | Atapi.c | 401 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, ATA_DEFAULT_CTL); in AtapiPacketCommandIn() 502 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, ATA_DEFAULT_CTL); in AtapiPacketCommandOut()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
D | IdeMode.c | 1030 UINT8 DeviceControl; in AtaSoftReset() local 1032 DeviceControl = 0; in AtaSoftReset() 1036 DeviceControl = ATA_CTLREG_SRST | ATA_CTLREG_IEN_L; in AtaSoftReset() 1038 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl); in AtaSoftReset() 1049 DeviceControl = 0; in AtaSoftReset() 1050 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl); in AtaSoftReset() 1536 UINT8 DeviceControl; in AtaUdmaInOut() local 1726 DeviceControl = 0; in AtaUdmaInOut() 1727 IdeWritePortB (PciIo, IdeRegisters->AltOrDev, DeviceControl); in AtaUdmaInOut() 1822 DeviceControl = IdeReadPortB (PciIo, IdeRegisters->AltOrDev); in AtaUdmaInOut() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Acpi40.h | 870 UINT16 DeviceControl; member 893 UINT16 DeviceControl; member 915 UINT16 DeviceControl; member
|
D | Acpi50.h | 1540 UINT16 DeviceControl; member 1563 UINT16 DeviceControl; member 1585 UINT16 DeviceControl; member
|
D | Acpi51.h | 1556 UINT16 DeviceControl; member 1579 UINT16 DeviceControl; member 1601 UINT16 DeviceControl; member
|
D | Acpi60.h | 1740 UINT16 DeviceControl; member 1763 UINT16 DeviceControl; member 1785 UINT16 DeviceControl; member
|
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
D | AtapiPassThru.c | 828 AtapiScsiPrivate->IoPort->Alt.DeviceControl, in AtapiScsiPassThruResetChannel() 843 …WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Alt.DeviceControl, DeviceControlVal… in AtapiScsiPassThruResetChannel() 1342 AtapiScsiPrivate->IoPort->Alt.DeviceControl, in AtapiExtScsiPassThruResetChannel() 1357 …WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Alt.DeviceControl, DeviceControlVal… in AtapiExtScsiPassThruResetChannel() 2248 AtapiScsiPrivate->IoPort->Alt.DeviceControl, in AtapiPacketCommand()
|
D | AtapiPassThru.h | 56 UINT16 DeviceControl; /* when write */ member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
D | AtapiPeim.h | 70 UINT16 DeviceControl; /* when write */ member
|
D | AtapiPeim.c | 586 AtapiBlkIoDev->IdeIoPortReg[Index1].Alt.DeviceControl = ControlBlockBaseAddr; in AtapiEnumerateDevices() 1470 DeviceControlReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Alt.DeviceControl; in AtapiPacketCommandIn() 1913 DeviceControlReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Alt.DeviceControl; in ResetDevice()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Pci.h | 448 UINT16 DeviceControl; member
|
D | Pci.c | 4412 PcieDeviceControl = PciExpressCap->DeviceControl; in ExplainPcieDeviceControl()
|