Searched refs:ssp_is_old (Results 1 – 2 of 2) sorted by relevance
16 #define ssp_is_old(host) ((host)->devid == IMX23_SSP) macro53 #define HW_SSP_TIMING(h) (ssp_is_old(h) ? 0x050 : 0x070)64 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080)100 #define HW_SSP_DATA(h) (ssp_is_old(h) ? 0x070 : 0x090)102 #define HW_SSP_SDRESP0(h) (ssp_is_old(h) ? 0x080 : 0x0a0)103 #define HW_SSP_SDRESP1(h) (ssp_is_old(h) ? 0x090 : 0x0b0)104 #define HW_SSP_SDRESP2(h) (ssp_is_old(h) ? 0x0a0 : 0x0c0)105 #define HW_SSP_SDRESP3(h) (ssp_is_old(h) ? 0x0b0 : 0x0d0)106 #define HW_SSP_STATUS(h) (ssp_is_old(h) ? 0x0c0 : 0x100)
402 if (ssp_is_old(ssp)) { in mxs_mmc_adtc()652 mmc->max_blk_count = (ssp_is_old(ssp)) ? 0xff : 0xffffff; in mxs_mmc_probe()653 mmc->max_req_size = (ssp_is_old(ssp)) ? 0xffff : 0xffffffff; in mxs_mmc_probe()