Lines Matching refs:MSDC_IOCON
53 #define MSDC_IOCON 0x04 macro
929 writel(host->def_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
940 writel(host->saved_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
1661 writel(0, host->base + MSDC_IOCON); in msdc_init_hw()
1662 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_DDLSEL, 0); in msdc_init_hw()
1741 host->def_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1742 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1952 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1976 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2001 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2004 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2048 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2050 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2088 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2089 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2102 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2103 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2115 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2116 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2119 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2120 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2144 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2145 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2160 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2161 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2175 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2176 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2180 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2181 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2202 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_execute_tuning()
2224 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_execute_tuning()
2688 host->save_para.iocon = readl(host->base + MSDC_IOCON); in msdc_save_reg()
2716 writel(host->save_para.iocon, host->base + MSDC_IOCON); in msdc_restore_reg()