Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c1747 u32 pll_lock_check; in xhci_cavium_reset_phy_quirk() local
1757 pll_lock_check = readl(hcd->regs + 0x1070); in xhci_cavium_reset_phy_quirk()
1758 } while (!(pll_lock_check & 0x1) && --retry_count); in xhci_cavium_reset_phy_quirk()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c1843 u32 pll_lock_check; in xhci_cavium_reset_phy_quirk() local
1853 pll_lock_check = readl(hcd->regs + 0x1070); in xhci_cavium_reset_phy_quirk()
1854 } while (!(pll_lock_check & 0x1) && --retry_count); in xhci_cavium_reset_phy_quirk()

Completed in 12 milliseconds