Searched refs:CLK_PWR_NORMAL_RUN (Results 1 – 2 of 2) sorted by relevance
94 if (!(readl(&clk->pwr_ctrl) & CLK_PWR_NORMAL_RUN)) in get_periph_clk_rate()104 if (!(readl(&clk->pwr_ctrl) & CLK_PWR_NORMAL_RUN)) in get_sdram_clk_rate()
92 #define CLK_PWR_NORMAL_RUN (1 << 2) macro