Home
last modified time | relevance | path

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

/linux/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c268 EMC_CFG_DRAM_CLKSTOP_PD); in tegra210_emc_r21021_periodic_compensation()
419 EMC_CFG_DRAM_CLKSTOP_SR | EMC_CFG_DRAM_CLKSTOP_PD); in tegra210_emc_r21021_set_clock()
774 value &= ~EMC_CFG_DRAM_CLKSTOP_PD; in tegra210_emc_r21021_set_clock()
H A Dtegra210-emc.h27 #define EMC_CFG_DRAM_CLKSTOP_PD BIT(31) macro