Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1016 if (reg & PORT_POWER) in xhci_submit_root()
1048 reg |= PORT_POWER; in xhci_submit_root()
1068 reg &= ~PORT_POWER; in xhci_submit_root()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h277 #define PORT_POWER (1 << 9) macro