Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c70 #define PORTSC 0x03c macro
729 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS); in tegra_xudc_device_mode_off()
738 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
748 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_mode_off()
751 xudc_writel(xudc, val, PORTSC); 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()
1977 val = xudc_readl(xudc, PORTSC); in tegra_xudc_resume_device_state()
1981 xudc_writel(xudc, val, PORTSC); in tegra_xudc_resume_device_state()
2846 val = (xudc_readl(xudc, PORTSC) & PORTSC_PS_MASK) >> PORTSC_PS_SHIFT; in tegra_xudc_port_connect()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt28 property the PORTSC register won't be touched.
/Linux-v6.1/drivers/usb/host/
Dxhci.h152 #define PORTSC 0 macro