Searched refs:PORTSC_CSC (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/usb/chipidea/
H A Dbits.h67 #define PORTSC_CSC BIT(1) macro
85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
/linux-master/drivers/usb/gadget/udc/
H A Dtegra-xudc.c91 #define PORTSC_CSC BIT(17) macro
97 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
3019 if (portsc & PORTSC_CSC) {
3021 clear_port_change(xudc, PORTSC_CSC);

Completed in 187 milliseconds