Home
last modified time | relevance | path

Searched refs:PORT_WRC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
521 status = PORT_WRC; in xhci_clear_port_change_bit()
963 if (portsc & PORT_WRC) in xhci_get_usb3_port_status()
1262 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1569 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Dxhci.h371 #define PORT_WRC (1 << 19) macro
392 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2669 if (portsc & PORT_WRC) in xhci_decode_portsc()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h317 #define PORT_WRC (1 << 19) macro