Searched refs:ssp_is_old (Results 1 – 1 of 1) 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)