Home
last modified time | relevance | path

Searched refs:sddiv_mask (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/clk/ti/
Ddpll.c244 dd->sddiv_mask = dpll->sddiv_mask; in ti_clk_register_dpll()
520 .sddiv_mask = 0xff << 24, in of_ti_omap3_per_jtype_dpll_setup()
625 .sddiv_mask = 0xff << 24, in of_ti_omap4_jtype_dpll_setup()
Dclock.h148 u32 sddiv_mask; member
Dclk-3xxx-legacy.c2528 .sddiv_mask = 0xff000000,
/linux-4.1.27/arch/arm/mach-omap2/
Ddpll3xxx.c338 if (dd->sddiv_mask) { in omap3_noncore_dpll_program()
341 v &= ~(dd->sddiv_mask); in omap3_noncore_dpll_program()
342 v |= sd_div << __ffs(dd->sddiv_mask); in omap3_noncore_dpll_program()
/linux-4.1.27/include/linux/clk/
Dti.h91 u32 sddiv_mask; member