Home
last modified time | relevance | path

Searched refs:porthalt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2969 u32 portsc, porthalt; in __tegra_xudc_handle_port_status() local
2971 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status()
2972 if ((porthalt & PORTHALT_STCHG_REQ) && in __tegra_xudc_handle_port_status()
2973 (porthalt & PORTHALT_HALT_LTSSM)) { in __tegra_xudc_handle_port_status()
2974 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status()
2975 porthalt &= ~PORTHALT_HALT_LTSSM; in __tegra_xudc_handle_port_status()
2976 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2980 u32 portsc, porthalt; in __tegra_xudc_handle_port_status() local
2982 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status()
2983 if ((porthalt & PORTHALT_STCHG_REQ) && in __tegra_xudc_handle_port_status()
2984 (porthalt & PORTHALT_HALT_LTSSM)) { in __tegra_xudc_handle_port_status()
2985 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status()
2986 porthalt &= ~PORTHALT_HALT_LTSSM; in __tegra_xudc_handle_port_status()
2987 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status()

Completed in 11 milliseconds