Lines Matching refs:sdr_set_bits

478 static void sdr_set_bits(void __iomem *reg, u32 bs)  in sdr_set_bits()  function
514 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_RST); in msdc_reset_hw()
518 sdr_set_bits(host->base + MSDC_FIFOCS, MSDC_FIFOCS_CLR); in msdc_reset_hw()
717 sdr_set_bits(host->base + MSDC_CFG, in msdc_set_mclk()
720 sdr_set_bits(host->base + MSDC_CFG, in msdc_set_mclk()
763 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_CKPDN); in msdc_set_mclk()
769 sdr_set_bits(host->base + MSDC_INTEN, flags); in msdc_set_mclk()
886 sdr_set_bits(host->base + MSDC_INTEN, data_ints_mask); in msdc_start_data()
1071 sdr_set_bits(host->base + MSDC_INTEN, cmd_ints_mask); in msdc_start_command()
1341 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_MODE | MSDC_CFG_CKPDN); in msdc_init_hw()
1360 sdr_set_bits(host->base + EMMC50_CFG0, EMMC50_CFG_CFCSTS_SEL); in msdc_init_hw()
1378 sdr_set_bits(host->base + SDC_ADV_CFG0, in msdc_init_hw()
1389 sdr_set_bits(host->base + MSDC_PATCH_BIT2, in msdc_init_hw()
1394 sdr_set_bits(host->base + MSDC_PATCH_BIT2, in msdc_init_hw()
1397 sdr_set_bits(host->base + tune_reg, in msdc_init_hw()
1401 sdr_set_bits(host->base + tune_reg, MSDC_PAD_TUNE_RXDLYSEL); in msdc_init_hw()
1407 sdr_set_bits(host->base + SDC_CFG, SDC_CFG_SDIO); in msdc_init_hw()
1609 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1640 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response()
1674 sdr_set_bits(host->base + PAD_CMD_TUNE, BIT(0)); in hs400_tune_response()
1685 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
1739 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
1740 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
1760 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_DSPL); in msdc_tune_data()
1761 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_W_DSPL); in msdc_tune_data()
1817 sdr_set_bits(host->base + EMMC_IOCON, 1); in msdc_hw_reset()