Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c45 #define TARGET_ROOT_MUX_MASK (7 << 24) macro
90 idx = (val & TARGET_ROOT_MUX_MASK) >> TARGET_ROOT_MUX_SHIFT; in imx_clk_composite_init()
129 val &= ~(TARGET_ROOT_MUX_MASK); in imx_clk_composite_set_mux()