Searched refs:SD_8TO15BITS (Results 1 – 1 of 1) sorted by relevance
260 #define SD_8TO15BITS (0x0000FF00U) 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()