Lines Matching refs:MSDC_IOCON

56 #define MSDC_IOCON       0x04  macro
948 writel(host->def_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
959 writel(host->saved_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
1718 writel(0, host->base + MSDC_IOCON); in msdc_init_hw()
1719 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_DDLSEL, 0); in msdc_init_hw()
1802 host->def_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1803 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
2013 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2037 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2062 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2065 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2109 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2111 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2149 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2150 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2163 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2164 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2176 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2177 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2180 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2181 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2205 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2206 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2221 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2222 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2236 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2237 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2241 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2242 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2263 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_execute_tuning()
2285 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_execute_tuning()
2855 host->save_para.iocon = readl(host->base + MSDC_IOCON); in msdc_save_reg()
2883 writel(host->save_para.iocon, host->base + MSDC_IOCON); in msdc_restore_reg()