Searched refs:div1_mask (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/clk/ti/ |
D | dpll.c | 240 dd->div1_mask = dpll->div1_mask; in ti_clk_register_dpll() 456 .div1_mask = 0x7f, in of_ti_omap3_dpll_setup() 476 .div1_mask = 0x7f << 8, in of_ti_omap3_core_dpll_setup() 495 .div1_mask = 0x7f, in of_ti_omap3_per_dpll_setup() 515 .div1_mask = 0x7f, in of_ti_omap3_per_jtype_dpll_setup() 538 .div1_mask = 0x7f, in of_ti_omap4_dpll_setup() 557 .div1_mask = 0x7f, in of_ti_omap5_mpu_dpll_setup() 578 .div1_mask = 0x7f, in of_ti_omap4_core_dpll_setup() 599 .div1_mask = 0x7f, in of_ti_omap4_m4xen_dpll_setup() 620 .div1_mask = 0xff, in of_ti_omap4_jtype_dpll_setup() [all …]
|
D | clkt_dpll.c | 262 dpll_div = v & dd->div1_mask; in omap2_get_dpll_rate() 263 dpll_div >>= __ffs(dd->div1_mask); in omap2_get_dpll_rate()
|
D | dpll3xxx.c | 336 v &= ~(dd->mult_mask | dd->div1_mask); in omap3_noncore_dpll_program() 338 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_noncore_dpll_program()
|
D | clock.h | 142 u32 div1_mask; member
|
D | clk-3xxx-legacy.c | 136 .div1_mask = 0x7f00, 308 .div1_mask = 0x7f, 509 .div1_mask = 0x7f, 1274 .div1_mask = 0x7f, 2158 .div1_mask = 0x7f, 2518 .div1_mask = 0x7f,
|
/linux-4.4.14/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()
|
/linux-4.4.14/include/linux/clk/ |
D | ti.h | 71 u32 div1_mask; member
|