Searched refs:UhciReadReg (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
D | UhciReg.c | 29 UhciReadReg ( in UhciReadReg() function 105 Data = UhciReadReg (PciIo, Offset); in UhciSetRegBit() 128 Data = UhciReadReg (PciIo, Offset); in UhciClearRegBit() 185 UsbSts = UhciReadReg (Uhc->PciIo, USBSTS_OFFSET); in UhciStopHc() 214 UsbSts = UhciReadReg (PciIo, USBSTS_OFFSET); in UhciIsHcWorking()
|
D | Uhci.c | 151 UsbCmd = UhciReadReg (Uhc->PciIo, USBCMD_OFFSET); in Uhci2GetState() 152 UsbSts = UhciReadReg (Uhc->PciIo, USBSTS_OFFSET); in Uhci2GetState() 213 UsbCmd = UhciReadReg (Uhc->PciIo, USBCMD_OFFSET); in Uhci2SetState() 259 UsbCmd = UhciReadReg (Uhc->PciIo, USBCMD_OFFSET); in Uhci2SetState() 316 PortSC = UhciReadReg (Uhc->PciIo, Offset); in Uhci2GetCapability() 376 PortSC = UhciReadReg (Uhc->PciIo, Offset); in Uhci2GetRootHubPortStatus() 453 PortSC = UhciReadReg (Uhc->PciIo, Offset); in Uhci2SetRootHubPortFeature() 457 Command = UhciReadReg (Uhc->PciIo, USBCMD_OFFSET); in Uhci2SetRootHubPortFeature() 531 PortSC = UhciReadReg (Uhc->PciIo, Offset); in Uhci2ClearRootHubPortFeature()
|
D | UhciReg.h | 108 UhciReadReg (
|