Searched refs:HW_SSP_CTRL1 (Results 1 – 3 of 3) sorted by relevance
105 ssp->base + HW_SSP_CTRL1(ssp)); in mxs_spi_setup_transfer()167 readl(ssp->base + HW_SSP_CTRL1(ssp)), in mxs_ssp_irq_handler()405 ssp->base + HW_SSP_CTRL1(ssp) + in mxs_spi_transfer_one()418 ssp->base + HW_SSP_CTRL1(ssp) + in mxs_spi_transfer_one()
131 writel(ctrl1, ssp->base + HW_SSP_CTRL1(ssp)); in mxs_mmc_reset()196 stat = readl(ssp->base + HW_SSP_CTRL1(ssp)); in mxs_mmc_irq_handler()198 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_CLR); in mxs_mmc_irq_handler()528 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_SET); in mxs_mmc_enable_sdio_irq()533 ssp->base + HW_SSP_CTRL1(ssp) + STMP_OFFSET_REG_CLR); in mxs_mmc_enable_sdio_irq()
73 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) macro