Lines Matching refs:ctrl0
88 u32 ctrl0, ctrl1; in mxs_mmc_reset() local
95 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_reset()
112 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_reset()
116 writel(ctrl0, ssp->base + HW_SSP_CTRL0); in mxs_mmc_reset()
254 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
256 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()
261 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_bc()
265 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_bc()
289 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
298 ctrl0 = BM_SSP_CTRL0_ENABLE | ignore_crc | get_resp | long_resp; in mxs_mmc_ac()
306 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_ac()
310 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_ac()
361 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
380 ctrl0 = BF_SSP(host->bus_width, CTRL0_BUS_WIDTH) | in mxs_mmc_adtc()
403 ctrl0 |= BF_SSP(data_size, CTRL0_XFER_COUNT); in mxs_mmc_adtc()
419 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_adtc()
431 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_adtc()