Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-tegra124-emc.c33 #define CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR(x) (((x) & CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR_MASK) << \ macro
265 car_value &= ~CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR(~0); in emc_set_timing()
266 car_value |= CLK_SOURCE_EMC_EMC_2X_CLK_DIVISOR(div); in emc_set_timing()