Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/tegra/
Dclk-emc.c38 #define CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK 0xff macro
39 #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()