Lines Matching refs:Stopped
68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
165 c_el->HF_Clock_state = Stopped; in nhw_clock_init()
166 c_el->LF_Clock_state = Stopped; in nhw_clock_init()
167 c_el->LF_cal_state = Stopped; in nhw_clock_init()
168 c_el->caltimer_state = Stopped; in nhw_clock_init()
290 if ((this->HF_Clock_state == Stopped ) || (this->HF_Clock_state == Stopping)) { in nhw_clock_TASKS_HFCLKSTART()
374 if ( this->caltimer_state == Stopped ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTOP()
378 this->caltimer_state = Stopped; in nhw_clock_TASKS_CTSTOP()
451 this->LF_Clock_state = Stopped; in nhw_clock_LFTimer_triggered()
475 this->HF_Clock_state = Stopped; in nhw_clock_HFTimer_triggered()
484 this->LF_cal_state = Stopped; in nhw_clock_LF_cal_triggered()
497 this->caltimer_state = Stopped; in nhw_clock_caltimer_triggered()