Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h79 #define PORT_WRC (1 << 19) macro
100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h482 if (portsc & PORT_WRC) in cdnsp_decode_portsc()