Lines Matching refs:MSDC_IOCON

53 #define MSDC_IOCON       0x04  macro
908 writel(host->def_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
919 writel(host->saved_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
1642 writel(0, host->base + MSDC_IOCON); in msdc_init_hw()
1643 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_DDLSEL, 0); in msdc_init_hw()
1722 host->def_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1723 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1933 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1957 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1982 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1985 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2029 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2031 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2069 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2070 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2083 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2084 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2096 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2097 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2100 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2101 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2125 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2126 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2141 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2142 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2156 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2157 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2161 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2162 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2183 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_execute_tuning()
2205 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_execute_tuning()
2622 host->save_para.iocon = readl(host->base + MSDC_IOCON); in msdc_save_reg()
2650 writel(host->save_para.iocon, host->base + MSDC_IOCON); in msdc_restore_reg()