Searched refs:PORTSC (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 69 #define PORTSC 0x03c macro 733 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS); in tegra_xudc_device_mode_off() 742 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off() 752 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_mode_off() 755 xudc_writel(xudc, val, PORTSC); in tegra_xudc_device_mode_off() 853 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() 882 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work() 1985 val = xudc_readl(xudc, PORTSC); in tegra_xudc_resume_device_state() 1989 xudc_writel(xudc, val, PORTSC); in tegra_xudc_resume_device_state() 2853 val = (xudc_readl(xudc, PORTSC) & PORTSC_PS_MASK) >> PORTSC_PS_SHIFT; in tegra_xudc_port_connect() [all …]
|