Home
last modified time | relevance | path

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

/u-boot/drivers/usb/isp1760/
A Disp1760-regs.h69 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
A Disp1760-core.c176 [PORT_POWER] = REG_FIELD(ISP176x_HC_PORTSC1, 12, 12),
251 [PORT_POWER] = REG_FIELD(ISP1763_HC_PORTSC1, 12, 12),
A Disp1760-hcd.c187 [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 Dxhci.c999 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 Dxhci.h276 #define PORT_POWER (1 << 9) macro

Completed in 19 milliseconds