Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h81 #define PORTSC_OWNER 0x2000 // Port Owner macro
DEhcPeim.c31 {PORTSC_OWNER, USB_PORT_STAT_OWNER}
753 State &= ~PORTSC_OWNER; in EhcClearRootHubPortFeature()
888 State |= PORTSC_OWNER; in EhcSetRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h84 #define PORTSC_OWNER 0x2000 // Port Owner macro
DEhci.c39 {PORTSC_OWNER, USB_PORT_STAT_OWNER}
511 State |= PORTSC_OWNER; in EhcSetRootHubPortFeature()
605 State &= ~PORTSC_OWNER; in EhcClearRootHubPortFeature()