Searched refs:HW_SSP_CTRL1 (Results 1 – 3 of 3) sorted by relevance
116 writel(ctrl1, ssp->base + HW_SSP_CTRL1(ssp)); in mxs_mmc_reset()185 stat = readl(ssp->base + HW_SSP_CTRL1(ssp)); in mxs_mmc_irq_handler()187 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_CLR); in mxs_mmc_irq_handler()523 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_SET); in mxs_mmc_enable_sdio_irq()528 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_CLR); in mxs_mmc_enable_sdio_irq()
97 ssp->base + HW_SSP_CTRL1(ssp)); in mxs_spi_setup_transfer()159 readl(ssp->base + HW_SSP_CTRL1(ssp)), in mxs_ssp_irq_handler()399 ssp->base + HW_SSP_CTRL1(ssp) + in mxs_spi_transfer_one()412 ssp->base + HW_SSP_CTRL1(ssp) + in mxs_spi_transfer_one()
64 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) macro