Lines Matching refs:MSDC_IOCON

49 #define MSDC_IOCON       0x04  macro
850 writel(host->def_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
861 writel(host->saved_tune_para.iocon, host->base + MSDC_IOCON); in msdc_set_mclk()
1506 writel(0, host->base + MSDC_IOCON); in msdc_init_hw()
1507 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_DDLSEL, 0); in msdc_init_hw()
1586 host->def_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1587 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_init_hw()
1797 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1821 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1846 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1849 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1892 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
1894 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
1932 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
1933 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
1946 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
1947 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
1959 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
1960 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
1963 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
1964 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
1988 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
1989 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2004 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2005 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2019 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2020 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2024 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_together()
2025 sdr_set_bits(host->base + MSDC_IOCON, in msdc_tune_together()
2046 sdr_clr_bits(host->base + MSDC_IOCON, in msdc_execute_tuning()
2068 host->saved_tune_para.iocon = readl(host->base + MSDC_IOCON); in msdc_execute_tuning()
2391 host->save_para.iocon = readl(host->base + MSDC_IOCON); in msdc_save_reg()
2418 writel(host->save_para.iocon, host->base + MSDC_IOCON); in msdc_restore_reg()