Lines Matching refs:Starting
65 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
157 nhw_clkpwr_st.XO_state = Starting; in nhw_CLOCK_TASK_XOSTART()
166 if ((nhw_clkpwr_st.XO_state == Started) || (nhw_clkpwr_st.XO_state == Starting)) { in nhw_CLOCK_TASK_XOSTOP()
177 nhw_clkpwr_st.PLL_state = Starting; in nhw_CLOCK_TASK_PLLSTART()
186 if ((nhw_clkpwr_st.PLL_state == Started) || (nhw_clkpwr_st.PLL_state == Starting)) { in nhw_CLOCK_TASK_PLLSTOP()
197 nhw_clkpwr_st.LFCLK_state = Starting; in nhw_CLOCK_TASK_LFCLKSTART()
207 if ((nhw_clkpwr_st.LFCLK_state == Started) || (nhw_clkpwr_st.LFCLK_state == Starting)) { in nhw_CLOCK_TASK_LFCLKSTOP()
224 nhw_clkpwr_st.CAL_state = Starting; in nhw_CLOCK_TASK_CAL()
233 nhw_clkpwr_st.XOTUNE_state = Starting; in nhw_CLOCK_TASK_XOTUNE()
313 if ( nhw_clkpwr_st.XO_state == Starting ){ in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
331 if ( nhw_clkpwr_st.PLL_state == Starting ){ in nhw_CLOCK_PLLTimer_triggered()
348 if ( nhw_clkpwr_st.LFCLK_state == Starting ){ in nhw_CLOCK_LFCLK_triggered()