Lines Matching refs:MSDC_IOCON
52 #define MSDC_IOCON 0x04 macro
907 writel(host->def_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
918 writel(host->saved_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
1639 writel(0, host->base + MSDC_IOCON); in msdc_init_hw()
1640 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_DDLSEL, 0); in msdc_init_hw()
1719 host->def_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1720 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1930 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1954 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1979 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1982 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
2026 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2028 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
2066 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2067 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2080 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2081 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2093 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2094 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2097 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
2098 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
2122 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2123 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2138 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2139 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2153 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2154 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2158 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2159 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2180 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_execute_tuning()
2202 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_execute_tuning()
2612 host->save_para.iocon = readl(host->base + MSDC_IOCON); in msdc_save_reg()
2640 writel(host->save_para.iocon, host->base + MSDC_IOCON); in msdc_restore_reg()