Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/imx/devices/MCIMX7D/
Dclock_freq.c50 root = CCM_GetRootMux(CCM, ccmRootGpt3); in get_gpt_clock_freq()
54 root = CCM_GetRootMux(CCM, ccmRootGpt4); in get_gpt_clock_freq()
89 root = CCM_GetRootMux(CCM, ccmRootEcspi1); in get_ecspi_clock_freq()
93 root = CCM_GetRootMux(CCM, ccmRootEcspi2); in get_ecspi_clock_freq()
128 root = CCM_GetRootMux(CCM, ccmRootCan1); in get_flexcan_clock_freq()
132 root = CCM_GetRootMux(CCM, ccmRootCan2); in get_flexcan_clock_freq()
170 root = CCM_GetRootMux(CCM, ccmRootI2c1); in get_i2c_clock_freq()
174 root = CCM_GetRootMux(CCM, ccmRootI2c2); in get_i2c_clock_freq()
178 root = CCM_GetRootMux(CCM, ccmRootI2c3); in get_i2c_clock_freq()
182 root = CCM_GetRootMux(CCM, ccmRootI2c4); in get_i2c_clock_freq()
[all …]
/hal_nxp-3.5.0/imx/devices/MCIMX6X/
Dclock_freq.c49 if(CCM_GetRootMux(CCM, ccmRootPerclkClkSel) == ccmRootmuxPerclkClkOsc24m) in get_epit_clock_freq()
58 else if(CCM_GetRootMux(CCM, ccmRootPeriphClkSel) == ccmRootmuxPeriphClkPrePeriphClkSel) in get_epit_clock_freq()
60 root = CCM_GetRootMux(CCM, ccmRootPrePeriphClkSel); in get_epit_clock_freq()
77 else if(CCM_GetRootMux(CCM, ccmRootPeriphClk2Sel) == ccmRootmuxPeriphClk2OSC24m) in get_epit_clock_freq()
88 root = CCM_GetRootMux(CCM, ccmRootPll3SwClkSel); in get_epit_clock_freq()
123 if(CCM_GetRootMux(CCM, ccmRootPerclkClkSel) == ccmRootmuxPerclkClkOsc24m) in get_i2c_clock_freq()
132 else if(CCM_GetRootMux(CCM, ccmRootPeriphClkSel) == ccmRootmuxPeriphClkPrePeriphClkSel) in get_i2c_clock_freq()
134 root = CCM_GetRootMux(CCM, ccmRootPrePeriphClkSel); in get_i2c_clock_freq()
151 else if(CCM_GetRootMux(CCM, ccmRootPeriphClk2Sel) == ccmRootmuxPeriphClk2OSC24m) in get_i2c_clock_freq()
162 root = CCM_GetRootMux(CCM, ccmRootPll3SwClkSel); in get_i2c_clock_freq()
[all …]
/hal_nxp-3.5.0/imx/drivers/
Dccm_imx7d.h368 static inline uint32_t CCM_GetRootMux(CCM_Type * base, uint32_t ccmRoot) in CCM_GetRootMux() function
Dccm_imx6sx.h691 static inline uint32_t CCM_GetRootMux(CCM_Type * base, uint32_t ccmRootClk) in CCM_GetRootMux() function