Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-tegra124-emc.c31 #define CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK 0xff macro
32 #define CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR(x) (((x) & CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK) << \
102 div = val & CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK; in emc_recalc_rate()