Lines Matching refs:Stopping
65 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
156 if ((nhw_clkpwr_st.XO_state == Stopped ) || (nhw_clkpwr_st.XO_state == Stopping)) { in nhw_CLOCK_TASK_XOSTART()
167 nhw_clkpwr_st.XO_state = Stopping; in nhw_CLOCK_TASK_XOSTOP()
176 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()
187 nhw_clkpwr_st.PLL_state = Stopping; in nhw_CLOCK_TASK_PLLSTOP()
196 if ((nhw_clkpwr_st.LFCLK_state == Stopped ) || (nhw_clkpwr_st.LFCLK_state == Stopping)) { in nhw_CLOCK_TASK_LFCLKSTART()
208 nhw_clkpwr_st.LFCLK_state = Stopping; in nhw_CLOCK_TASK_LFCLKSTOP()
223 if ((nhw_clkpwr_st.CAL_state == Stopped ) || (nhw_clkpwr_st.CAL_state == Stopping)) { in nhw_CLOCK_TASK_CAL()
232 if ((nhw_clkpwr_st.XOTUNE_state == Stopped ) || (nhw_clkpwr_st.XOTUNE_state == Stopping)) { in nhw_CLOCK_TASK_XOTUNE()
321 } else if ( nhw_clkpwr_st.XO_state == Stopping ){ in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
338 } else if ( nhw_clkpwr_st.PLL_state == Stopping ){ in nhw_CLOCK_PLLTimer_triggered()
356 } else if ( nhw_clkpwr_st.LFCLK_state == Stopping ){ in nhw_CLOCK_LFCLK_triggered()