Searched refs:CLK_SEL_MASK (Results 1 – 3 of 3) sorted by relevance
45 #define CLK_SEL_MASK GENMASK_32(3, 0) macro
36 #define CLK_SEL_MASK GENMASK_32(3, 0) macro
937 int sel = (data & CLK_SEL_MASK) >> CLK_SEL_SHIFT; in stm32_clk_configure_clk()