Lines Matching refs:ctrl0
191 u32 ctrl0, ctrl1; in mxs_mmc_reset() local
195 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_reset()
212 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_reset()
216 writel(ctrl0, host->base + HW_SSP_CTRL0); in mxs_mmc_reset()
345 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
347 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()
352 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_bc()
356 host->ssp_pio_words[0] = ctrl0; in mxs_mmc_bc()
379 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
388 ctrl0 = BM_SSP_CTRL0_ENABLE | ignore_crc | get_resp | long_resp; in mxs_mmc_ac()
393 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_ac()
397 host->ssp_pio_words[0] = ctrl0; in mxs_mmc_ac()
446 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
465 ctrl0 = BF_SSP(host->bus_width, CTRL0_BUS_WIDTH) | in mxs_mmc_adtc()
488 ctrl0 |= BF_SSP(data_size, CTRL0_XFER_COUNT); in mxs_mmc_adtc()
505 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_adtc()
517 host->ssp_pio_words[0] = ctrl0; in mxs_mmc_adtc()