Searched refs:PORTSC (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 69 #define PORTSC 0x03c macro 747 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_mode_off() 750 xudc_writel(xudc, val, PORTSC); in tegra_xudc_device_mode_off() 1987 val = xudc_readl(xudc, PORTSC); in tegra_xudc_resume_device_state() 1991 xudc_writel(xudc, val, PORTSC); in tegra_xudc_resume_device_state() 2976 val = xudc_readl(xudc, PORTSC); in clear_port_change() 2979 xudc_writel(xudc, val, PORTSC); in clear_port_change() 3453 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_params_init() 3456 xudc_writel(xudc, val, PORTSC); in tegra_xudc_device_params_init() 3464 val = xudc_readl(xudc, PORTSC); in tegra_xudc_device_params_init() [all …]
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci.h | 72 #define PORTSC 0 macro
|