Home
last modified time | relevance | path

Searched refs:DeviceControl (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c1081 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 …]
DIdeData.h77 UINT16 DeviceControl; /* when write */ member
DIde.c1321 UINT8 DeviceControl; in EnableInterrupt() local
1326 DeviceControl = 0; in EnableInterrupt()
1327 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl); in EnableInterrupt()
DAtapi.c401 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/
DIdeMode.c1030 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/
DAcpi40.h870 UINT16 DeviceControl; member
893 UINT16 DeviceControl; member
915 UINT16 DeviceControl; member
DAcpi50.h1540 UINT16 DeviceControl; member
1563 UINT16 DeviceControl; member
1585 UINT16 DeviceControl; member
DAcpi51.h1556 UINT16 DeviceControl; member
1579 UINT16 DeviceControl; member
1601 UINT16 DeviceControl; member
DAcpi60.h1740 UINT16 DeviceControl; member
1763 UINT16 DeviceControl; member
1785 UINT16 DeviceControl; member
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
DAtapiPassThru.c828 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()
DAtapiPassThru.h56 UINT16 DeviceControl; /* when write */ member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.h70 UINT16 DeviceControl; /* when write */ member
DAtapiPeim.c586 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/
DPci.h448 UINT16 DeviceControl; member
DPci.c4412 PcieDeviceControl = PciExpressCap->DeviceControl; in ExplainPcieDeviceControl()