Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dbits.h67 #define PORTSC_CSC BIT(1) macro
85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtegra-xudc.c92 #define PORTSC_CSC BIT(17) macro
98 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
3008 if (portsc & PORTSC_CSC) { in __tegra_xudc_handle_port_status()
3010 clear_port_change(xudc, PORTSC_CSC); in __tegra_xudc_handle_port_status()