EEPROM_CHANNEL_VALID
EEPROM_CHANNEL_VALID = (1 << 0), /* usable for this SKU/geo */
EEPROM_CHANNEL_VALID = BIT(0),