Searched full:emc_auto_cal_config (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/memory/tegra/ |
D | tegra210-emc-cc-r21021.c | 363 u32 emc_auto_cal_config, auto_cal_en, emc_cfg, emc_sel_dpd_ctrl; in tegra210_emc_r21021_set_clock() local 401 emc_readl(emc, EMC_AUTO_CAL_CONFIG); in tegra210_emc_r21021_set_clock() 460 emc_auto_cal_config = next->emc_auto_cal_config; in tegra210_emc_r21021_set_clock() 461 auto_cal_en = emc_auto_cal_config & EMC_AUTO_CAL_CONFIG_AUTO_CAL_ENABLE; in tegra210_emc_r21021_set_clock() 462 emc_auto_cal_config &= ~EMC_AUTO_CAL_CONFIG_AUTO_CAL_START; in tegra210_emc_r21021_set_clock() 463 emc_auto_cal_config |= EMC_AUTO_CAL_CONFIG_AUTO_CAL_MEASURE_STALL; in tegra210_emc_r21021_set_clock() 464 emc_auto_cal_config |= EMC_AUTO_CAL_CONFIG_AUTO_CAL_UPDATE_STALL; in tegra210_emc_r21021_set_clock() 465 emc_auto_cal_config |= auto_cal_en; in tegra210_emc_r21021_set_clock() 466 emc_writel(emc, emc_auto_cal_config, EMC_AUTO_CAL_CONFIG); in tegra210_emc_r21021_set_clock() 467 emc_readl(emc, EMC_AUTO_CAL_CONFIG); /* Flush write. */ in tegra210_emc_r21021_set_clock() [all …]
|
D | tegra124-emc.c | 129 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 451 u32 emc_auto_cal_config; member 717 if (timing->emc_auto_cal_config != last->emc_auto_cal_config) { in tegra_emc_prepare_timing_change() 718 val = timing->emc_auto_cal_config; in tegra_emc_prepare_timing_change() 720 emc_ccfifo_writel(emc, val, EMC_AUTO_CAL_CONFIG); in tegra_emc_prepare_timing_change() 955 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 | 95 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 322 [83] = EMC_AUTO_CAL_CONFIG,
|
/linux-6.12.1/arch/arm/boot/dts/nvidia/ |
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 */
|
D | tegra30-ouya.dts | 2751 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 2853 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 2955 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3057 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3157 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3258 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3364 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3466 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3568 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ 3670 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra30-emc.yaml | 201 - description: EMC_AUTO_CAL_CONFIG 346 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
|
D | nvidia,tegra124-emc.yaml | 74 value of the EMC_AUTO_CAL_CONFIG register for this set of
|
/linux-6.12.1/arch/arm/mach-tegra/ |
D | sleep-tegra30.S | 25 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro 492 ldr r1, [r0, #EMC_AUTO_CAL_CONFIG] 495 str r1, [r0, #EMC_AUTO_CAL_CONFIG]
|