Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1132 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
H A DdrvEhciHcd.c1414 ehci_writel (temp & ~PORT_POWER, in ehci_hub_control()
1687 if (temp & PORT_POWER) in ehci_hub_control()
1783 ehci_writel (temp | PORT_POWER, in ehci_hub_control()
H A DdrvEHCIDBG.cpp378 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()