Searched refs:HF_Clock_state (Results 1 – 1 of 1) sorted by relevance
86 enum clock_states HF_Clock_state; member162 c_el->HF_Clock_state = Stopped; in nhw_clock_init()287 if ((this->HF_Clock_state == Stopped ) || (this->HF_Clock_state == Stopping)) { in nhw_clock_TASKS_HFCLKSTART()288 this->HF_Clock_state = Starting; in nhw_clock_TASKS_HFCLKSTART()298 if ((this->HF_Clock_state == Started) || (this->HF_Clock_state == Starting)) { in nhw_clock_TASKS_HFCLKSTOP()300 this->HF_Clock_state = Stopping; in nhw_clock_TASKS_HFCLKSTOP()341 if (this->HF_Clock_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CAL()463 if ( this->HF_Clock_state == Starting ){ in nhw_clock_HFTimer_triggered()464 this->HF_Clock_state = Started; in nhw_clock_HFTimer_triggered()471 } else if ( this->HF_Clock_state == Stopping ){ in nhw_clock_HFTimer_triggered()[all …]