Searched refs:CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK (Results 1 – 1 of 1) sorted by relevance
38 #define CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK 0xff macro39 #define CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR(x) (((x) & CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK) << \109 div = val & CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK; in emc_recalc_rate()