Lines Matching refs:CCM_GetRootMux
49 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()
195 if(CCM_GetRootMux(CCM, ccmRootEcspiClkSel) == ccmRootmuxEcspiClkOsc24m) in get_ecspi_clock_freq()
204 root = CCM_GetRootMux(CCM, ccmRootPll3SwClkSel); in get_ecspi_clock_freq()
235 if(CCM_GetRootMux(CCM, ccmRootUartClkSel) == ccmRootmuxUartClkOsc24m) in get_uart_clock_freq()
244 root = CCM_GetRootMux(CCM, ccmRootPll3SwClkSel); in get_uart_clock_freq()