Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/chipidea/
Dbits.h67 #define PORTSC_CSC BIT(1) macro
85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
/linux-6.12.1/drivers/usb/gadget/udc/
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) { in __tegra_xudc_handle_port_status()
3021 clear_port_change(xudc, PORTSC_CSC); in __tegra_xudc_handle_port_status()