Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c75 #define PORTSC_PLS_MASK GENMASK(8, 5) macro
83 #define PORTSC_PLS(x) (((x) << PORTSC_PLS_SHIFT) & PORTSC_PLS_MASK)
738 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
749 val &= ~(PORTSC_CHANGE_MASK | PORTSC_PLS_MASK); in tegra_xudc_device_mode_off()
843 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work()
872 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
1978 if (((val & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT) != PORTSC_PLS_U0) { in tegra_xudc_resume_device_state()
1979 val &= ~(PORTSC_CHANGE_MASK | PORTSC_PLS_MASK); in tegra_xudc_resume_device_state()
3031 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status()
3445 val &= ~(PORTSC_CHANGE_MASK | PORTSC_PLS_MASK); in tegra_xudc_device_params_init()
[all …]