Home
last modified time | relevance | path

Searched refs:TI_CLK_FLAG_PWR_UP_EN (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c373 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()
H A Dti_pll.c1240 clkp->flags |= TI_CLK_FLAG_PWR_UP_EN; in ti_pll_init()
H A Dti_clk_pll_16fft.c1223 clock_ptr->flags |= TI_CLK_FLAG_PWR_UP_EN; in ti_clk_pll_16fft_init_internal()
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h67 #define TI_CLK_FLAG_PWR_UP_EN ((uint8_t) BIT(0)) macro