Searched refs:HW_SSP_CTRL1 (Results 1 – 3 of 3) sorted by relevance
131 writel(ctrl1, ssp->base + HW_SSP_CTRL1(ssp)); in mxs_mmc_reset()200 stat = readl(ssp->base + HW_SSP_CTRL1(ssp)); in mxs_mmc_irq_handler()202 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_CLR); in mxs_mmc_irq_handler()538 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_SET); in mxs_mmc_enable_sdio_irq()543 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_CLR); in mxs_mmc_enable_sdio_irq()
96 ssp->base + HW_SSP_CTRL1(ssp)); in mxs_spi_setup_transfer()158 readl(ssp->base + HW_SSP_CTRL1(ssp)), in mxs_ssp_irq_handler()396 ssp->base + HW_SSP_CTRL1(ssp) + in mxs_spi_transfer_one()409 ssp->base + HW_SSP_CTRL1(ssp) + in mxs_spi_transfer_one()
73 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) macro