Home
last modified time | relevance | path

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

/freebsd/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c43 #define TARGET_ROOT_PRE_PODF_MASK (0x7 << 16) macro
144 pre_div = ((reg & TARGET_ROOT_PRE_PODF_MASK) in imx_clk_composite_recalc()
267 val &= ~(TARGET_ROOT_PRE_PODF_MASK | TARGET_ROOT_POST_PODF_MASK); in imx_clk_composite_set_freq()