valid_mtrr_type
return valid_mtrr_type(data & 0xff);
if (!valid_mtrr_type((data >> (i * 8)) & 0xff))
if (!valid_mtrr_type(data & 0xff))