Searched refs:PORT_WAKE_BITS (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
180 u32 t2 = t1 & ~PORT_WAKE_BITS;
259 u32 t2 = t1 & ~PORT_WAKE_BITS;
467 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
826 temp &= ~PORT_WAKE_BITS;
H A Dxhci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
1766 t2 &= ~PORT_WAKE_BITS;
1769 t2 &= ~PORT_WAKE_BITS;
1821 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
1897 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
H A Doxu210hp-hcd.c3563 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
3621 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
3798 temp |= PORT_WAKE_BITS;
H A Dxhci.c30 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
834 t2 &= ~PORT_WAKE_BITS;
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro

Completed in 293 milliseconds