Lines Matching refs:sdr_set_bits

593 static void sdr_set_bits(void __iomem *reg, u32 bs)  in sdr_set_bits()  function
629 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_RST); in msdc_reset_hw()
633 sdr_set_bits(host->base + MSDC_FIFOCS, MSDC_FIFOCS_CLR); in msdc_reset_hw()
870 sdr_set_bits(host->base + MSDC_CFG, in msdc_set_mclk()
873 sdr_set_bits(host->base + MSDC_CFG, in msdc_set_mclk()
916 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_CKPDN); in msdc_set_mclk()
922 sdr_set_bits(host->base + MSDC_INTEN, flags); in msdc_set_mclk()
1057 sdr_set_bits(host->base + MSDC_INTEN, data_ints_mask); in msdc_start_data()
1277 sdr_set_bits(host->base + MSDC_INTEN, cmd_ints_mask); in msdc_start_command()
1503 sdr_set_bits(host->base + MSDC_INTEN, MSDC_INTEN_SDIOIRQ); in __msdc_enable_sdio_irq()
1504 sdr_set_bits(host->base + SDC_CFG, SDC_CFG_SDIOIDE); in __msdc_enable_sdio_irq()
1632 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_MODE | MSDC_CFG_CKPDN); in msdc_init_hw()
1646 sdr_set_bits(host->base + MSDC_PS, MSDC_PS_CDEN); in msdc_init_hw()
1647 sdr_set_bits(host->base + MSDC_INTEN, MSDC_INTEN_CDSC); in msdc_init_hw()
1648 sdr_set_bits(host->base + SDC_CFG, SDC_CFG_INSWKUP); in msdc_init_hw()
1666 sdr_set_bits(host->base + EMMC50_CFG0, EMMC50_CFG_CFCSTS_SEL); in msdc_init_hw()
1685 sdr_set_bits(host->top_base + EMMC_TOP_CONTROL, in msdc_init_hw()
1688 sdr_set_bits(host->base + SDC_ADV_CFG0, in msdc_init_hw()
1699 sdr_set_bits(host->base + MSDC_PATCH_BIT2, in msdc_init_hw()
1704 sdr_set_bits(host->base + MSDC_PATCH_BIT2, in msdc_init_hw()
1708 sdr_set_bits(host->top_base + EMMC_TOP_CONTROL, in msdc_init_hw()
1712 sdr_set_bits(host->top_base + EMMC_TOP_CMD, in msdc_init_hw()
1715 sdr_set_bits(host->base + tune_reg, in msdc_init_hw()
1722 sdr_set_bits(host->top_base + EMMC_TOP_CONTROL, in msdc_init_hw()
1725 sdr_set_bits(host->base + tune_reg, in msdc_init_hw()
1732 sdr_set_bits(host->base + SDC_CFG, SDC_CFG_SDIO); in msdc_init_hw()
1736 sdr_set_bits(host->base + SDC_ADV_CFG0, SDC_DAT1_IRQ_TRIGGER); in msdc_init_hw()
1976 sdr_set_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()
2038 sdr_set_bits(host->base + PAD_CMD_TUNE, BIT(0)); in hs400_tune_response()
2050 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
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()
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()
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()
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()
2258 sdr_set_bits(host->base + EMMC_IOCON, 1); in msdc_hw_reset()
2310 sdr_set_bits(host->base + CQHCI_SETTING, CQHCI_RD_CMD_WND_SEL); in msdc_hs400_enhanced_strobe()
2311 sdr_set_bits(host->base + CQHCI_SETTING, CQHCI_WR_CMD_WND_SEL); in msdc_hs400_enhanced_strobe()
2323 sdr_set_bits(host->base + MSDC_PATCH_BIT1, MSDC_PB1_BUSY_CHECK_SEL); in msdc_cqe_enable()