Lines Matching refs:phyPllDiv
1747 uint32_t phyPllDiv = 0U; in CLOCK_EnableUsbhs0PhyPllClock() local
1765 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(0U); in CLOCK_EnableUsbhs0PhyPllClock()
1770 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(1U); in CLOCK_EnableUsbhs0PhyPllClock()
1775 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(2U); in CLOCK_EnableUsbhs0PhyPllClock()
1780 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(3U); in CLOCK_EnableUsbhs0PhyPllClock()
1785 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(4U); in CLOCK_EnableUsbhs0PhyPllClock()
1790 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(5U); in CLOCK_EnableUsbhs0PhyPllClock()
1795 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(6U); in CLOCK_EnableUsbhs0PhyPllClock()
1800 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(7U); in CLOCK_EnableUsbhs0PhyPllClock()
1815 USBPHY1->PLL_SIC = (USBPHY1->PLL_SIC & ~(USBPHY_PLL_SIC_PLL_DIV_SEL_MASK)) | phyPllDiv; in CLOCK_EnableUsbhs0PhyPllClock()
1853 uint32_t phyPllDiv = 0U; in CLOCK_EnableUsbhs1PhyPllClock() local
1871 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(0U); in CLOCK_EnableUsbhs1PhyPllClock()
1876 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(1U); in CLOCK_EnableUsbhs1PhyPllClock()
1881 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(2U); in CLOCK_EnableUsbhs1PhyPllClock()
1886 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(3U); in CLOCK_EnableUsbhs1PhyPllClock()
1891 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(4U); in CLOCK_EnableUsbhs1PhyPllClock()
1896 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(5U); in CLOCK_EnableUsbhs1PhyPllClock()
1901 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(6U); in CLOCK_EnableUsbhs1PhyPllClock()
1906 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(7U); in CLOCK_EnableUsbhs1PhyPllClock()
1920 USBPHY2->PLL_SIC = (USBPHY2->PLL_SIC & ~(USBPHY_PLL_SIC_PLL_DIV_SEL_MASK)) | phyPllDiv; in CLOCK_EnableUsbhs1PhyPllClock()