Searched refs:PORTHALT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 133 #define PORTHALT 0x06c macro 2094 val = xudc_readl(xudc, PORTHALT); in tegra_xudc_gadget_start() 2096 xudc_writel(xudc, val, PORTHALT); in tegra_xudc_gadget_start() 2971 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status() 2974 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status() 2976 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status() 3062 (xudc_readl(xudc, PORTHALT) & PORTHALT_STCHG_REQ)) in tegra_xudc_handle_port_status()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 132 #define PORTHALT 0x06c macro 2106 val = xudc_readl(xudc, PORTHALT); in tegra_xudc_gadget_start() 2108 xudc_writel(xudc, val, PORTHALT); in tegra_xudc_gadget_start() 2982 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status() 2985 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status() 2987 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status() 3073 (xudc_readl(xudc, PORTHALT) & PORTHALT_STCHG_REQ)) in tegra_xudc_handle_port_status()
|
Completed in 10 milliseconds