Searched full:emc_auto_cal_config (Results 1 – 9 of 9) sorted by relevance
/linux-5.10/drivers/memory/tegra/ |
D | tegra210-emc-cc-r21021.c | 611 u32 emc_auto_cal_config, auto_cal_en, emc_cfg, emc_sel_dpd_ctrl; in tegra210_emc_r21021_set_clock() local 649 emc_readl(emc, EMC_AUTO_CAL_CONFIG); in tegra210_emc_r21021_set_clock() 708 emc_auto_cal_config = next->emc_auto_cal_config; in tegra210_emc_r21021_set_clock() 709 auto_cal_en = emc_auto_cal_config & EMC_AUTO_CAL_CONFIG_AUTO_CAL_ENABLE; in tegra210_emc_r21021_set_clock() 710 emc_auto_cal_config &= ~EMC_AUTO_CAL_CONFIG_AUTO_CAL_START; in tegra210_emc_r21021_set_clock() 711 emc_auto_cal_config |= EMC_AUTO_CAL_CONFIG_AUTO_CAL_MEASURE_STALL; in tegra210_emc_r21021_set_clock() 712 emc_auto_cal_config |= EMC_AUTO_CAL_CONFIG_AUTO_CAL_UPDATE_STALL; in tegra210_emc_r21021_set_clock() 713 emc_auto_cal_config |= auto_cal_en; in tegra210_emc_r21021_set_clock() 714 emc_writel(emc, emc_auto_cal_config, EMC_AUTO_CAL_CONFIG); in tegra210_emc_r21021_set_clock() 715 emc_readl(emc, EMC_AUTO_CAL_CONFIG); /* Flush write. */ in tegra210_emc_r21021_set_clock() [all …]
|
D | tegra124-emc.c | 122 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 444 u32 emc_auto_cal_config; member 687 if (timing->emc_auto_cal_config != last->emc_auto_cal_config) { in tegra_emc_prepare_timing_change() 688 val = timing->emc_auto_cal_config; in tegra_emc_prepare_timing_change() 690 emc_ccfifo_writel(emc, val, EMC_AUTO_CAL_CONFIG); in tegra_emc_prepare_timing_change() 917 EMC_READ_PROP(emc_auto_cal_config, "nvidia,emc-auto-cal-config") in load_one_timing_from_dt()
|
D | tegra210-emc.h | 124 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 858 u32 emc_auto_cal_config; member
|
D | tegra30-emc.c | 84 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 304 [83] = EMC_AUTO_CAL_CONFIG,
|
/linux-5.10/arch/arm/boot/dts/ |
D | tegra30-asus-nexus7-grouper-memory-timings.dtsi | 413 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 517 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 621 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 725 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 827 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 930 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 1038 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 1142 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 1246 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 1350 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ [all …]
|
D | tegra30-asus-nexus7-tilapia-memory-timings.dtsi | 108 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 212 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 315 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
|
/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra30-emc.yaml | 188 - description: EMC_AUTO_CAL_CONFIG 327 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
|
D | nvidia,tegra124-emc.yaml | 60 value of the EMC_AUTO_CAL_CONFIG register for this set of
|
/linux-5.10/arch/arm/mach-tegra/ |
D | sleep-tegra30.S | 25 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 447 ldr r1, [r0, #EMC_AUTO_CAL_CONFIG] 450 str r1, [r0, #EMC_AUTO_CAL_CONFIG]
|