Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2984 u32 portsc, porthalt; in __tegra_xudc_handle_port_status() local
2986 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status()
2987 if ((porthalt & PORTHALT_STCHG_REQ) && in __tegra_xudc_handle_port_status()
2988 (porthalt & PORTHALT_HALT_LTSSM)) { in __tegra_xudc_handle_port_status()
2989 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status()
2990 porthalt &= ~PORTHALT_HALT_LTSSM; in __tegra_xudc_handle_port_status()
2991 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status()