Searched refs:Starting (Results 1 – 2 of 2) sorted by relevance
65 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator157 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()[all …]
68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator263 this->LF_Clock_state = Starting; in nhw_clock_signal_handler()279 if ((this->LF_Clock_state == Started) || (this->LF_Clock_state == Starting)) { in nhw_clock_TASKS_LFCLKSTOP()291 this->HF_Clock_state = Starting; in nhw_clock_TASKS_HFCLKSTART()301 if ((this->HF_Clock_state == Started) || (this->HF_Clock_state == Starting)) { in nhw_clock_TASKS_HFCLKSTOP()443 if (this->LF_Clock_state == Starting) { /* LCOV_EXCL_BR_LINE */ in nhw_clock_LFTimer_triggered()466 if ( this->HF_Clock_state == Starting ){ in nhw_clock_HFTimer_triggered()