Searched refs:MUX_ID_MASK (Results 1 – 3 of 3) sorted by relevance
27 #define MUX_ID_MASK 0x00000FF0 macro
26 #define MUX_ID_MASK 0x00000FF0 macro
1133 int mux = (data & MUX_ID_MASK) >> MUX_ID_SHIFT; in stm32_clk_configure_mux()