Lines Matching refs:phyPllDiv

1760     uint32_t phyPllDiv  = 0U;  in CLOCK_EnableUsbhs0PhyPllClock()  local
1778 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(0U); in CLOCK_EnableUsbhs0PhyPllClock()
1783 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(1U); in CLOCK_EnableUsbhs0PhyPllClock()
1788 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(2U); in CLOCK_EnableUsbhs0PhyPllClock()
1793 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(3U); in CLOCK_EnableUsbhs0PhyPllClock()
1798 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(4U); in CLOCK_EnableUsbhs0PhyPllClock()
1803 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(5U); in CLOCK_EnableUsbhs0PhyPllClock()
1808 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(6U); in CLOCK_EnableUsbhs0PhyPllClock()
1813 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(7U); in CLOCK_EnableUsbhs0PhyPllClock()
1828 USBPHY1->PLL_SIC = (USBPHY1->PLL_SIC & ~(USBPHY_PLL_SIC_PLL_DIV_SEL_MASK)) | phyPllDiv; in CLOCK_EnableUsbhs0PhyPllClock()
1866 uint32_t phyPllDiv = 0U; in CLOCK_EnableUsbhs1PhyPllClock() local
1884 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(0U); in CLOCK_EnableUsbhs1PhyPllClock()
1889 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(1U); in CLOCK_EnableUsbhs1PhyPllClock()
1894 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(2U); in CLOCK_EnableUsbhs1PhyPllClock()
1899 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(3U); in CLOCK_EnableUsbhs1PhyPllClock()
1904 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(4U); in CLOCK_EnableUsbhs1PhyPllClock()
1909 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(5U); in CLOCK_EnableUsbhs1PhyPllClock()
1914 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(6U); in CLOCK_EnableUsbhs1PhyPllClock()
1919 phyPllDiv = USBPHY_PLL_SIC_PLL_DIV_SEL(7U); in CLOCK_EnableUsbhs1PhyPllClock()
1933 USBPHY2->PLL_SIC = (USBPHY2->PLL_SIC & ~(USBPHY_PLL_SIC_PLL_DIV_SEL_MASK)) | phyPllDiv; in CLOCK_EnableUsbhs1PhyPllClock()