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