Lines Matching refs:phyPllDiv

1720     uint32_t phyPllDiv  = 0U;  in CLOCK_EnableUsbhs0PhyPllClock()  local
1738 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(0U); in CLOCK_EnableUsbhs0PhyPllClock()
1743 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(1U); in CLOCK_EnableUsbhs0PhyPllClock()
1748 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(2U); in CLOCK_EnableUsbhs0PhyPllClock()
1753 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(3U); in CLOCK_EnableUsbhs0PhyPllClock()
1758 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(4U); in CLOCK_EnableUsbhs0PhyPllClock()
1763 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(5U); in CLOCK_EnableUsbhs0PhyPllClock()
1768 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(6U); in CLOCK_EnableUsbhs0PhyPllClock()
1773 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(7U); in CLOCK_EnableUsbhs0PhyPllClock()
1788 USBPHY1->PLL_SIC = (USBPHY1->PLL_SIC & ~(USBPHY_PLL_SIC_PLL_DIV_SEL_MASK)) | phyPllDiv; in CLOCK_EnableUsbhs0PhyPllClock()
1826 uint32_t phyPllDiv = 0U; in CLOCK_EnableUsbhs1PhyPllClock() local
1844 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(0U); in CLOCK_EnableUsbhs1PhyPllClock()
1849 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(1U); in CLOCK_EnableUsbhs1PhyPllClock()
1854 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(2U); in CLOCK_EnableUsbhs1PhyPllClock()
1859 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(3U); in CLOCK_EnableUsbhs1PhyPllClock()
1864 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(4U); in CLOCK_EnableUsbhs1PhyPllClock()
1869 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(5U); in CLOCK_EnableUsbhs1PhyPllClock()
1874 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(6U); in CLOCK_EnableUsbhs1PhyPllClock()
1879 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(7U); in CLOCK_EnableUsbhs1PhyPllClock()
1893 USBPHY2->PLL_SIC = (USBPHY2->PLL_SIC & ~(USBPHY_PLL_SIC_PLL_DIV_SEL_MASK)) | phyPllDiv; in CLOCK_EnableUsbhs1PhyPllClock()