Searched refs:SEPROM_DATA (Results 1 – 2 of 2) sorted by relevance
16 #define SEPROM_DATA 0x02 /* serial EEPROM data (ASIC only) */ macro
1606 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK; in get_esi_asic()1610 tonga |= SEPROM_DATA; in get_esi_asic()1614 tonga &= ~SEPROM_DATA; in get_esi_asic()1621 tonga = (address >> j) & 1 ? tonga | SEPROM_DATA : in get_esi_asic()1622 tonga & ~SEPROM_DATA; in get_esi_asic()1630 tonga |= SEPROM_DATA; in get_esi_asic()1635 failed = tonga & SEPROM_DATA; in get_esi_asic()1638 tonga |= SEPROM_DATA; in get_esi_asic()1645 tonga |= SEPROM_DATA; in get_esi_asic()1650 if (tonga & SEPROM_DATA) dev->esi[i] |= 1; in get_esi_asic()[all …]