Searched refs:PORT_POWER (Results 1 – 5 of 5) sorted by relevance
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-regs.h | 69 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
|
| A D | isp1760-core.c | 176 [PORT_POWER] = REG_FIELD(ISP176x_HC_PORTSC1, 12, 12), 251 [PORT_POWER] = REG_FIELD(ISP1763_HC_PORTSC1, 12, 12),
|
| A D | isp1760-hcd.c | 187 [PORT_POWER] = BIT(12), 2171 isp1760_hcd_clear(hcd, PORT_POWER); in isp1760_hub_control() 2268 if (isp1760_hcd_is_set(hcd, PORT_POWER)) in isp1760_hub_control() 2306 isp1760_hcd_set(hcd, PORT_POWER); in isp1760_hub_control()
|
| /u-boot/drivers/usb/host/ |
| A D | xhci.c | 999 if (reg & PORT_POWER) in xhci_submit_root() 1031 reg |= PORT_POWER; in xhci_submit_root() 1051 reg &= ~PORT_POWER; in xhci_submit_root()
|
| /u-boot/include/usb/ |
| A D | xhci.h | 276 #define PORT_POWER (1 << 9) macro
|
Completed in 19 milliseconds