Searched refs:PORTSC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 70 #define PORTSC 0x03c macro 727 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS); in tegra_xudc_device_mode_off() 736 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off() 746 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_mode_off() 749 xudc_writel(xudc, val, PORTSC); in tegra_xudc_device_mode_off() 839 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() 868 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work() 1971 val = xudc_readl(xudc, PORTSC); in tegra_xudc_resume_device_state() 1975 xudc_writel(xudc, val, PORTSC); in tegra_xudc_resume_device_state() 2840 val = (xudc_readl(xudc, PORTSC) in tegra_xudc_port_connect() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 69 #define PORTSC 0x03c macro 728 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS); in tegra_xudc_device_mode_off() 737 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off() 747 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_mode_off() 750 xudc_writel(xudc, val, PORTSC); in tegra_xudc_device_mode_off() 849 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() 878 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work() 1983 val = xudc_readl(xudc, PORTSC); in tegra_xudc_resume_device_state() 1987 xudc_writel(xudc, val, PORTSC); in tegra_xudc_resume_device_state() 2851 val = (xudc_readl(xudc, PORTSC) in tegra_xudc_port_connect() [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 152 #define PORTSC 0 macro 294 /* PORTSC - Port Status and Control Register - port_status_base bitmasks */ 634 /* Device speed - values defined by PORTSC Device Speed field - 20:23 */
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 152 #define PORTSC 0 macro 294 /* PORTSC - Port Status and Control Register - port_status_base bitmasks */ 637 /* Device speed - values defined by PORTSC Device Speed field - 20:23 */
|
Completed in 20 milliseconds