Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1008 if (reg & PORT_PE) in xhci_submit_root()
1044 reg |= PORT_PE; in xhci_submit_root()
1065 reg &= ~PORT_PE; in xhci_submit_root()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h261 #define PORT_PE (1 << 1) macro