Home
last modified time | relevance | path

Searched refs:dcc_mask (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/clk/ti/
H A Ddpll3xxx.c409 if (dd->dcc_mask) { in omap3_noncore_dpll_program()
411 v |= dd->dcc_mask; /* Enable DCC */ in omap3_noncore_dpll_program()
413 v &= ~dd->dcc_mask; /* Disable DCC */ in omap3_noncore_dpll_program()
H A Ddpll.c529 .dcc_mask = BIT(22), in of_ti_omap5_mpu_dpll_setup()
/openbmc/linux/include/linux/clk/
H A Dti.h109 u32 dcc_mask; member