Searched refs:SEPROM_DATA (Results 1 – 2 of 2) sorted by relevance
16 #define SEPROM_DATA 0x02 /* serial EEPROM data (ASIC only) */ macro
1608 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK; in get_esi_asic()1612 tonga |= SEPROM_DATA; in get_esi_asic()1616 tonga &= ~SEPROM_DATA; in get_esi_asic()1623 tonga = (address >> j) & 1 ? tonga | SEPROM_DATA : in get_esi_asic()1624 tonga & ~SEPROM_DATA; in get_esi_asic()1632 tonga |= SEPROM_DATA; in get_esi_asic()1637 failed = tonga & SEPROM_DATA; in get_esi_asic()1640 tonga |= SEPROM_DATA; in get_esi_asic()1647 tonga |= SEPROM_DATA; in get_esi_asic()1652 if (tonga & SEPROM_DATA) dev->esi[i] |= 1; in get_esi_asic()[all …]