Searched refs:PLLDIV_EN (Results 1 – 5 of 5) sorted by relevance
344 if (v & PLLDIV_EN) { in clk_sysclk_recalc()411 v |= ratio | PLLDIV_EN; in davinci_set_sysclk_rate()462 if (prediv & PLLDIV_EN) in clk_pllclk_recalc()474 if (postdiv & PLLDIV_EN) in clk_pllclk_recalc()528 prediv = (prediv - 1) | PLLDIV_EN; in davinci_set_pllrate()533 postdiv = (postdiv - 1) | PLLDIV_EN; in davinci_set_pllrate()
87 bic ip, ip, #PLLDIV_EN154 orr ip, ip, #PLLDIV_EN
50 #define PLLDIV_EN BIT(15) macro
244 if (v & PLLDIV_EN) in clk_sysclk_recalc()293 if (prediv & PLLDIV_EN) in clk_pllclk_recalc()300 if (postdiv & PLLDIV_EN) in clk_pllclk_recalc()
76 #define PLLDIV_EN BIT(15) macro