Searched refs:SEPROM_DATA (Results 1 – 2 of 2) sorted by relevance
1603 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK; in get_esi_asic()1607 tonga |= SEPROM_DATA; in get_esi_asic()1611 tonga &= ~SEPROM_DATA; in get_esi_asic()1618 tonga = (address >> j) & 1 ? tonga | SEPROM_DATA : in get_esi_asic()1619 tonga & ~SEPROM_DATA; in get_esi_asic()1627 tonga |= SEPROM_DATA; in get_esi_asic()1632 failed = tonga & SEPROM_DATA; in get_esi_asic()1635 tonga |= SEPROM_DATA; in get_esi_asic()1642 tonga |= SEPROM_DATA; in get_esi_asic()1647 if (tonga & SEPROM_DATA) dev->esi[i] |= 1; in get_esi_asic()[all …]
15 #define SEPROM_DATA 0x02 /* serial EEPROM data (ASIC only) */ macro