Home
last modified time | relevance | path

Searched refs:PORTSC_WRC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtegra-xudc.c93 #define PORTSC_WRC BIT(19) macro
98 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
3000 if (portsc & PORTSC_WRC) { in __tegra_xudc_handle_port_status()
3002 clear_port_change(xudc, PORTSC_WRC | PORTSC_PED); in __tegra_xudc_handle_port_status()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtegra-xudc.c92 #define PORTSC_WRC BIT(19) macro
97 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
3011 if (portsc & PORTSC_WRC) { in __tegra_xudc_handle_port_status()
3013 clear_port_change(xudc, PORTSC_WRC | PORTSC_PED); in __tegra_xudc_handle_port_status()

Completed in 11 milliseconds