Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb2.c36 u32 ref_clk_rate, usb2ctl, usb_pll_ndiv, usb_pll_pdiv; in bcm_ns_usb2_phy_init() local
58 usb_pll_pdiv = usb2ctl; in bcm_ns_usb2_phy_init()
59 usb_pll_pdiv &= BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_PDIV_MASK; in bcm_ns_usb2_phy_init()
60 usb_pll_pdiv >>= BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_PDIV_SHIFT; in bcm_ns_usb2_phy_init()
62 usb_pll_pdiv = 1 << 3; in bcm_ns_usb2_phy_init()
66 usb_pll_ndiv = (1920000000 * usb_pll_pdiv) / ref_clk_rate; in bcm_ns_usb2_phy_init()