Lines Matching refs:tune_reg
681 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_set_mclk() local
777 writel(host->def_tune_para.pad_tune, host->base + tune_reg); in msdc_set_mclk()
780 writel(host->saved_tune_para.pad_tune, host->base + tune_reg); in msdc_set_mclk()
1338 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_init_hw() local
1354 writel(0, host->base + tune_reg); in msdc_init_hw()
1397 sdr_set_bits(host->base + tune_reg, in msdc_init_hw()
1401 sdr_set_bits(host->base + tune_reg, MSDC_PAD_TUNE_RXDLYSEL); in msdc_init_hw()
1416 host->def_tune_para.pad_tune = readl(host->base + tune_reg); in msdc_init_hw()
1418 host->saved_tune_para.pad_tune = readl(host->base + tune_reg); in msdc_init_hw()
1574 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_tune_response() local
1580 sdr_set_field(host->base + tune_reg, in msdc_tune_response()
1586 sdr_set_field(host->base + tune_reg, in msdc_tune_response()
1611 sdr_set_field(host->base + tune_reg, in msdc_tune_response()
1636 sdr_set_field(host->base + tune_reg, MSDC_PAD_TUNE_CMDRDLY, in msdc_tune_response()
1641 sdr_set_field(host->base + tune_reg, MSDC_PAD_TUNE_CMDRDLY, in msdc_tune_response()
1649 sdr_set_field(host->base + tune_reg, in msdc_tune_response()
1657 sdr_set_field(host->base + tune_reg, MSDC_PAD_TUNE_CMDRRDLY, in msdc_tune_response()
1719 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_tune_data() local
1727 sdr_set_field(host->base + tune_reg, in msdc_tune_data()
1742 sdr_set_field(host->base + tune_reg, in msdc_tune_data()
1755 sdr_set_field(host->base + tune_reg, in msdc_tune_data()
1762 sdr_set_field(host->base + tune_reg, in msdc_tune_data()
1776 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_execute_tuning() local
1794 host->saved_tune_para.pad_tune = readl(host->base + tune_reg); in msdc_execute_tuning()
2047 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_save_reg() local
2052 host->save_para.pad_tune = readl(host->base + tune_reg); in msdc_save_reg()
2065 u32 tune_reg = host->dev_comp->pad_tune_reg; in msdc_restore_reg() local
2070 writel(host->save_para.pad_tune, host->base + tune_reg); in msdc_restore_reg()