Searched refs:VALID_MEDIA (Results 1 – 2 of 2) sorted by relevance
243 #define VALID_MEDIA(m) ((m) == 0xF0 || ((m) >= 0xF8 && (m) <= 0xFF)) macro
2083 if (VALID_MEDIA(fsp->pcfs_mediadesc)) in parseBPB()