Searched refs:emc_auto_cal_config (Results 1 – 3 of 3) sorted by relevance
611 u32 emc_auto_cal_config, auto_cal_en, emc_cfg, emc_sel_dpd_ctrl; in tegra210_emc_r21021_set_clock() local708 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()853 emc_auto_cal_config |= (EMC_AUTO_CAL_CONFIG_AUTO_CAL_COMPUTE_START | in tegra210_emc_r21021_set_clock()855 emc_writel(emc, emc_auto_cal_config, EMC_AUTO_CAL_CONFIG); in tegra210_emc_r21021_set_clock()[all …]
444 u32 emc_auto_cal_config; member687 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()917 EMC_READ_PROP(emc_auto_cal_config, "nvidia,emc-auto-cal-config") in load_one_timing_from_dt()
858 u32 emc_auto_cal_config; member