Home
last modified time | relevance | path

Searched refs:PORT_RC (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c20 PORT_RC | PORT_PLC | PORT_PE)
517 status = PORT_RC; in xhci_clear_port_change_bit()
1060 if ((raw_port_status & PORT_RC)) in xhci_get_port_status()
1263 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1588 if ((temp & PORT_RC)) in xhci_hub_status_data()
H A Dxhci.h375 #define PORT_RC (1 << 21) macro
393 PORT_RC | PORT_PLC | PORT_CEC)
2673 if (portsc & PORT_RC) in xhci_decode_portsc()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c826 status = PORT_RC; in xhci_clear_port_change_bit()
1024 if (reg & PORT_RC) in xhci_submit_root()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h321 #define PORT_RC (1 << 21) macro