Searched refs:div1_mask (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/clk/ti/ |
D | dpll.c | 239 dd->div1_mask = dpll->div1_mask; in ti_clk_register_dpll() 457 .div1_mask = 0x7f, in of_ti_omap3_dpll_setup() 477 .div1_mask = 0x7f << 8, in of_ti_omap3_core_dpll_setup() 496 .div1_mask = 0x7f, in of_ti_omap3_per_dpll_setup() 516 .div1_mask = 0x7f, in of_ti_omap3_per_jtype_dpll_setup() 539 .div1_mask = 0x7f, in of_ti_omap4_dpll_setup() 558 .div1_mask = 0x7f, in of_ti_omap5_mpu_dpll_setup() 579 .div1_mask = 0x7f, in of_ti_omap4_core_dpll_setup() 600 .div1_mask = 0x7f, in of_ti_omap4_m4xen_dpll_setup() 621 .div1_mask = 0xff, in of_ti_omap4_jtype_dpll_setup() [all …]
|
D | clock.h | 142 u32 div1_mask; member
|
D | clk-3xxx-legacy.c | 135 .div1_mask = 0x7f00, 307 .div1_mask = 0x7f, 508 .div1_mask = 0x7f, 1273 .div1_mask = 0x7f, 2157 .div1_mask = 0x7f, 2517 .div1_mask = 0x7f,
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt2xxx_dpllcore.c | 143 dd->div1_mask); in omap2_reprogram_dpllcore() 157 tmpset.cm_clksel1_pll |= (mult << __ffs(dd->div1_mask)); in omap2_reprogram_dpllcore()
|
D | clkt_dpll.c | 260 dpll_div = v & dd->div1_mask; in omap2_get_dpll_rate() 261 dpll_div >>= __ffs(dd->div1_mask); in omap2_get_dpll_rate()
|
D | dpll3xxx.c | 328 v &= ~(dd->mult_mask | dd->div1_mask); in omap3_noncore_dpll_program() 330 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_noncore_dpll_program()
|
/linux-4.1.27/include/linux/clk/ |
D | ti.h | 71 u32 div1_mask; member
|