Home
last modified time | relevance | path

Searched refs:mainDiv (Results 1 – 25 of 55) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8mp/
Dclock_config.c27 .mainDiv = 262U,
36 .mainDiv = 361U,
45 .mainDiv = 361U,
54 .mainDiv = 400U,
62 .mainDiv = 250U,
70 .mainDiv = 300,
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8mm/
Dclock_config.c26 .mainDiv = 262U,
35 .mainDiv = 361U,
45 .mainDiv = 400U,
53 .mainDiv = 250U,
61 .mainDiv = 250,
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8mn/
Dclock_config.c26 .mainDiv = 262U,
35 .mainDiv = 361U,
45 .mainDiv = 400U,
53 .mainDiv = 250U,
61 .mainDiv = 300,
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML3/drivers/
Dfsl_clock.c734 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
752 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
781 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
790 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
807 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
829 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
853 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
867 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN5/drivers/
Dfsl_clock.c731 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
749 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
778 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
787 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
804 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
826 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
850 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
864 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MM3/drivers/
Dfsl_clock.c737 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
755 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
784 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
793 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
810 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
832 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
856 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
870 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MM4/drivers/
Dfsl_clock.c737 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
755 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
784 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
793 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
810 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
832 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
856 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
870 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN4/drivers/
Dfsl_clock.c731 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
749 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
778 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
787 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
804 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
826 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
850 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
864 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN3/drivers/
Dfsl_clock.c731 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
749 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
778 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
787 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
804 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
826 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
850 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
864 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN1/drivers/
Dfsl_clock.c731 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
749 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
778 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
787 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
804 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
826 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
850 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
864 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN2/drivers/
Dfsl_clock.c731 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
749 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
778 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
787 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
804 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
826 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
850 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
864 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MM1/drivers/
Dfsl_clock.c737 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
755 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
784 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
793 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
810 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
832 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
856 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
870 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MM6/drivers/
Dfsl_clock.c737 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
755 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
784 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
793 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
810 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
832 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
856 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
870 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML4/drivers/
Dfsl_clock.c734 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
752 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
781 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
790 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
807 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
829 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
853 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
867 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN6/drivers/
Dfsl_clock.c731 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
749 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
778 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
787 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
804 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
826 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
850 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
864 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MM2/drivers/
Dfsl_clock.c737 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
755 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
784 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
793 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
810 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
832 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
856 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
870 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MM5/drivers/
Dfsl_clock.c737 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
755 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
784 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
793 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
810 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
832 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
856 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
870 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML6/drivers/
Dfsl_clock.c734 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
752 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
781 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
790 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
807 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
829 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
853 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
867 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML8/drivers/
Dfsl_clock.c734 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitFracPll()
752 CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitFracPll()
781 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV… in CLOCK_GetFracPllFreq() local
790 fracClk = (uint64_t)((uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536ULL + dsm) / in CLOCK_GetFracPllFreq()
807 assert((config->mainDiv >= 64U) && (config->mainDiv <= 1023U)); in CLOCK_InitIntegerPll()
829 CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV(config->mainDiv) | in CLOCK_InitIntegerPll()
853 …uint32_t mainDiv = CCM_BIT_FIELD_EXTRACTION(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DI… in CLOCK_GetIntegerPllFreq() local
867 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in CLOCK_GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN6/
Dsystem_MIMX8MN6_cm7.c77 … uint32_t mainDiv = CCM_BIT_FIELD_VAL(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetFracPllFreq() local
95 fracClk = (uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536UL + (uint64_t)dsm) / in GetFracPllFreq()
112 …uint32_t mainDiv = CCM_BIT_FIELD_VAL(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetIntegerPllFreq() local
136 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML3/
Dsystem_MIMX8ML3_cm7.c84 … uint32_t mainDiv = CCM_BIT_FIELD_VAL(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetFracPllFreq() local
102 fracClk = (uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536UL + (uint64_t)dsm) / in GetFracPllFreq()
119 …uint32_t mainDiv = CCM_BIT_FIELD_VAL(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetIntegerPllFreq() local
143 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN3/
Dsystem_MIMX8MN3_cm7.c79 … uint32_t mainDiv = CCM_BIT_FIELD_VAL(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetFracPllFreq() local
97 fracClk = (uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536UL + (uint64_t)dsm) / in GetFracPllFreq()
114 …uint32_t mainDiv = CCM_BIT_FIELD_VAL(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetIntegerPllFreq() local
138 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN4/
Dsystem_MIMX8MN4_cm7.c77 … uint32_t mainDiv = CCM_BIT_FIELD_VAL(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetFracPllFreq() local
95 fracClk = (uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536UL + (uint64_t)dsm) / in GetFracPllFreq()
112 …uint32_t mainDiv = CCM_BIT_FIELD_VAL(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetIntegerPllFreq() local
136 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN5/
Dsystem_MIMX8MN5_cm7.c79 … uint32_t mainDiv = CCM_BIT_FIELD_VAL(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetFracPllFreq() local
97 fracClk = (uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536UL + (uint64_t)dsm) / in GetFracPllFreq()
114 …uint32_t mainDiv = CCM_BIT_FIELD_VAL(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetIntegerPllFreq() local
138 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in GetIntegerPllFreq()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MN1/
Dsystem_MIMX8MN1_cm7.c79 … uint32_t mainDiv = CCM_BIT_FIELD_VAL(fracCfg1, CCM_ANALOG_AUDIO_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetFracPllFreq() local
97 fracClk = (uint64_t)refClkFreq * ((uint64_t)mainDiv * 65536UL + (uint64_t)dsm) / in GetFracPllFreq()
114 …uint32_t mainDiv = CCM_BIT_FIELD_VAL(integerCfg1, CCM_ANALOG_SYS_PLL1_FDIV_CTL0_PLL_MAIN_DIV_MASK, in GetIntegerPllFreq() local
138 pllOutClock = (uint64_t)refClkFreq * mainDiv / (((uint64_t)(1U) << postDiv) * preDiv); in GetIntegerPllFreq()

123