Searched refs:PLL_state (Results 1 – 1 of 1) sorted by relevance
76 enum clock_states PLL_state; member118 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_init()176 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()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()187 nhw_clkpwr_st.PLL_state = Stopping; in nhw_CLOCK_TASK_PLLSTOP()331 if ( nhw_clkpwr_st.PLL_state == Starting ){ in nhw_CLOCK_PLLTimer_triggered()332 nhw_clkpwr_st.PLL_state = Started; in nhw_CLOCK_PLLTimer_triggered()338 } else if ( nhw_clkpwr_st.PLL_state == Stopping ){ in nhw_CLOCK_PLLTimer_triggered()339 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_PLLTimer_triggered()