Searched refs:TI_CLK_FLAG_PWR_UP_EN (Results 1 – 4 of 4) sorted by relevance
373 TI_CLK_FLAG_PWR_UP_EN, in ti_clk_register_clock()388 if ((flags & TI_CLK_FLAG_PWR_UP_EN) != 0U) { in ti_clk_drop_pwr_up_en()391 (uint8_t)~TI_CLK_FLAG_PWR_UP_EN, in ti_clk_drop_pwr_up_en()445 if ((clk_flags & TI_CLK_FLAG_PWR_UP_EN) != 0U) { in ti_clk_init()
1240 clkp->flags |= TI_CLK_FLAG_PWR_UP_EN; in ti_pll_init()
1223 clock_ptr->flags |= TI_CLK_FLAG_PWR_UP_EN; in ti_clk_pll_16fft_init_internal()
67 #define TI_CLK_FLAG_PWR_UP_EN ((uint8_t) BIT(0)) macro