Lines Matching refs:ctrl0
102 u32 ctrl0, ctrl1; in mxs_mmc_reset() local
109 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_reset()
126 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_reset()
130 writel(ctrl0, ssp->base + HW_SSP_CTRL0); in mxs_mmc_reset()
264 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
266 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()
271 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_bc()
275 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_bc()
299 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
308 ctrl0 = BM_SSP_CTRL0_ENABLE | ignore_crc | get_resp | long_resp; in mxs_mmc_ac()
313 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_ac()
317 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_ac()
368 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
387 ctrl0 = BF_SSP(host->bus_width, CTRL0_BUS_WIDTH) | in mxs_mmc_adtc()
410 ctrl0 |= BF_SSP(data_size, CTRL0_XFER_COUNT); in mxs_mmc_adtc()
427 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_adtc()
439 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_adtc()