Searched refs:SD_24TO31BITS (Results 1 – 1 of 1) sorted by relevance
262 #define SD_24TO31BITS (0xFF000000U) macro3282 ((tempscr[0] & SD_16TO23BITS) >> 8) | ((tempscr[0] & SD_24TO31BITS) >> 24); in SD_FindSCR()3285 ((tempscr[1] & SD_16TO23BITS) >> 8) | ((tempscr[1] & SD_24TO31BITS) >> 24); in SD_FindSCR()