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()
268 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
270 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()
275 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_bc()
279 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_bc()
303 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
312 ctrl0 = BM_SSP_CTRL0_ENABLE | ignore_crc | get_resp | long_resp; in mxs_mmc_ac()
320 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_ac()
324 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_ac()
375 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
394 ctrl0 = BF_SSP(host->bus_width, CTRL0_BUS_WIDTH) | in mxs_mmc_adtc()
417 ctrl0 |= BF_SSP(data_size, CTRL0_XFER_COUNT); in mxs_mmc_adtc()
433 ctrl0 |= BM_SSP_CTRL0_SDIO_IRQ_CHECK; in mxs_mmc_adtc()
445 ssp->ssp_pio_words[0] = ctrl0; in mxs_mmc_adtc()