Home
last modified time | relevance | path

Searched refs:PORTSC_CSC (Results 1 - 4 of 4) sorted by relevance

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

Completed in 13 milliseconds