Lines Matching refs:scr
352 /* SCR (SD Configuration Register) */
353 #define SCR_STRUCTURE(scr) MMC_RSP_BITS((scr), 60, 4)
355 #define SCR_SD_SPEC(scr) MMC_RSP_BITS((scr), 56, 4)
359 #define SCR_DATA_STAT_AFTER_ERASE(scr) MMC_RSP_BITS((scr), 55, 1)
360 #define SCR_SD_SECURITY(scr) MMC_RSP_BITS((scr), 52, 3)
364 #define SCR_SD_BUS_WIDTHS(scr) MMC_RSP_BITS((scr), 48, 4)
367 #define SCR_SD_SPEC3(scr) MMC_RSP_BITS((scr), 47, 1)
368 #define SCR_EX_SECURITY(scr) MMC_RSP_BITS((scr), 43, 4)
369 #define SCR_SD_SPEC4(scr) MMC_RSP_BITS((scr), 42, 1)
370 #define SCR_RESERVED(scr) MMC_RSP_BITS((scr), 34, 9)
371 #define SCR_CMD_SUPPORT_CMD48(scr) MMC_RSP_BITS((scr), 34, 1)
372 #define SCR_CMD_SUPPORT_CMD23(scr) MMC_RSP_BITS((scr), 33, 1)
373 #define SCR_CMD_SUPPORT_CMD20(scr) MMC_RSP_BITS((scr), 32, 1)
374 #define SCR_RESERVED2(scr) MMC_RSP_BITS((scr), 0, 32)