Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c300 UINT16 PortSC; in Uhci2GetCapability() local
316 PortSC = UhciReadReg (Uhc->PciIo, Offset); in Uhci2GetCapability()
324 if (((PortSC & 0x80) == 0) || (PortSC == 0xFFFF)) { in Uhci2GetCapability()
360 UINT16 PortSC; in Uhci2GetRootHubPortStatus() local
376 PortSC = UhciReadReg (Uhc->PciIo, Offset); in Uhci2GetRootHubPortStatus()
378 if ((PortSC & USBPORTSC_CCS) != 0) { in Uhci2GetRootHubPortStatus()
382 if ((PortSC & USBPORTSC_PED) != 0) { in Uhci2GetRootHubPortStatus()
386 if ((PortSC & USBPORTSC_SUSP) != 0) { in Uhci2GetRootHubPortStatus()
391 if ((PortSC & USBPORTSC_PR) != 0) { in Uhci2GetRootHubPortStatus()
395 if ((PortSC & USBPORTSC_LSDA) != 0) { in Uhci2GetRootHubPortStatus()
[all …]