Searched refs:TARGET_ROOT_POST_PODF_MASK (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c52 #define TARGET_ROOT_POST_PODF_MASK (0x3f << 0) macro
151 post_div = ((reg & TARGET_ROOT_POST_PODF_MASK)
266 val &= ~(TARGET_ROOT_PRE_PODF_MASK | TARGET_ROOT_POST_PODF_MASK);

Completed in 107 milliseconds