Lines Matching refs:ctrl0
87 u32 ctrl0, ctrl1; in mxs_mmc_reset() local
94 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_reset()
111 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_reset()
115 writel(ctrl0, ssp->base + HW_SSP_CTRL0); in mxs_mmc_reset()
253 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
255 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()
260 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_bc()
264 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_bc()
288 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
297 ctrl0 = BM_SSP_CTRL0_ENABLE | ignore_crc | get_resp | long_resp; in mxs_mmc_ac()
305 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_ac()
309 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_ac()
360 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
379 ctrl0 = BF_SSP(host->bus_width, CTRL0_BUS_WIDTH) | in mxs_mmc_adtc()
402 ctrl0 |= BF_SSP(data_size, CTRL0_XFER_COUNT); in mxs_mmc_adtc()
418 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_adtc()
430 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_adtc()