Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c843 status = PORT_OCC; in xhci_clear_port_change_bit()
1031 if (reg & PORT_OCC) in xhci_submit_root()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h319 #define PORT_OCC (1 << 20) macro