Lines Matching refs:Stopped
65 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
116 nhw_clkpwr_st.XO_state = Stopped; in nhw_CLOCK_init()
117 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_init()
118 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_init()
119 nhw_clkpwr_st.CAL_state = Stopped; in nhw_CLOCK_init()
120 nhw_clkpwr_st.XOTUNE_state= Stopped; in nhw_CLOCK_init()
156 if ((nhw_clkpwr_st.XO_state == Stopped ) || (nhw_clkpwr_st.XO_state == Stopping)) { in nhw_CLOCK_TASK_XOSTART()
176 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()
196 if ((nhw_clkpwr_st.LFCLK_state == Stopped ) || (nhw_clkpwr_st.LFCLK_state == Stopping)) { in nhw_CLOCK_TASK_LFCLKSTART()
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()
322 nhw_clkpwr_st.XO_state = Stopped; in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
339 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_PLLTimer_triggered()
357 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_LFCLK_triggered()
363 nhw_clkpwr_st.CAL_state = Stopped; in nhw_CLOCK_CALtimer_triggered()
370 nhw_clkpwr_st.XOTUNE_state = Stopped; in nhw_CLOCK_XOTUNEtimer_triggered()