Searched refs:SD_0TO7BITS (Results 1 – 1 of 1) sorted by relevance
259 #define SD_0TO7BITS (0x000000FFU) macro3281 *(pSCR + 1) = ((tempscr[0] & SD_0TO7BITS) << 24) | ((tempscr[0] & SD_8TO15BITS) << 8) |\ in SD_FindSCR()3284 *(pSCR) = ((tempscr[1] & SD_0TO7BITS) << 24) | ((tempscr[1] & SD_8TO15BITS) << 8) |\ in SD_FindSCR()