Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c79 #define PORTSC_PLS_U0 0x0 macro
749 val |= PORTSC_LWS | PORTSC_PLS(PORTSC_PLS_U0); in tegra_xudc_device_mode_off()
1970 if (((val & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT) != PORTSC_PLS_U0) { in tegra_xudc_resume_device_state()
1972 val |= PORTSC_LWS | PORTSC_PLS(PORTSC_PLS_U0); in tegra_xudc_resume_device_state()
3028 case PORTSC_PLS_U0: in __tegra_xudc_handle_port_status()