Home
last modified time | relevance | path

Searched full:emc_auto_cal_config (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c611 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 …]
H A Dtegra124-emc.c129 #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()
H A Dtegra210-emc.h124 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro
858 u32 emc_auto_cal_config; member
H A Dtegra30-emc.c95 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro
322 [83] = EMC_AUTO_CAL_CONFIG,
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-grouper-memory-timings.dtsi413 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 …]
H A Dtegra30-asus-nexus7-tilapia-memory-timings.dtsi108 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
212 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
315 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
H A Dtegra30-ouya.dts2751 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 …]
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/
H A Dsdram_param.h37 u32 emc_auto_cal_config; member
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dnvidia,tegra30-emc.yaml201 - description: EMC_AUTO_CAL_CONFIG
346 0xa0f10000 /* EMC_AUTO_CAL_CONFIG */
H A Dnvidia,tegra124-emc.yaml74 value of the EMC_AUTO_CAL_CONFIG register for this set of
/openbmc/linux/arch/arm/mach-tegra/
H A Dsleep-tegra30.S25 #define EMC_AUTO_CAL_CONFIG 0x2a4 macro
492 ldr r1, [r0, #EMC_AUTO_CAL_CONFIG]
495 str r1, [r0, #EMC_AUTO_CAL_CONFIG]