Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtegra-xudc.c74 #define PORTSC_PLS_SHIFT 5 macro
83 #define PORTSC_PLS(x) (((x) << PORTSC_PLS_SHIFT) & PORTSC_PLS_MASK)
737 PORTSC_PLS_SHIFT; in tegra_xudc_device_mode_off()
840 PORTSC_PLS_SHIFT; in tegra_xudc_plc_reset_work()
869 PORTSC_PLS_SHIFT; in tegra_xudc_port_reset_war_work()
1972 if (((val & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT) != PORTSC_PLS_U0) { in tegra_xudc_resume_device_state()
3025 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtegra-xudc.c73 #define PORTSC_PLS_SHIFT 5 macro
82 #define PORTSC_PLS(x) (((x) << PORTSC_PLS_SHIFT) & PORTSC_PLS_MASK)
738 PORTSC_PLS_SHIFT; in tegra_xudc_device_mode_off()
850 PORTSC_PLS_SHIFT; in tegra_xudc_plc_reset_work()
879 PORTSC_PLS_SHIFT; in tegra_xudc_port_reset_war_work()
1984 if (((val & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT) != PORTSC_PLS_U0) { in tegra_xudc_resume_device_state()
3036 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status()

Completed in 11 milliseconds