Home
last modified time | relevance | path

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

/freebsd/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c41 #define TARGET_ROOT_MUX_SHIFT 24 macro
85 idx = (val & TARGET_ROOT_MUX_MASK) >> TARGET_ROOT_MUX_SHIFT; in imx_clk_composite_init()