Searched refs:tonga (Results 1 – 1 of 1) sorted by relevance
1589 pci_error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,tonga); \1594 pci_error = pci_read_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,&tonga); \1602 unsigned char tonga; in get_esi_asic() local1608 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK; in get_esi_asic()1612 tonga |= SEPROM_DATA; in get_esi_asic()1614 tonga |= SEPROM_CLK; in get_esi_asic()1616 tonga &= ~SEPROM_DATA; in get_esi_asic()1618 tonga &= ~SEPROM_CLK; in get_esi_asic()1623 tonga = (address >> j) & 1 ? tonga | SEPROM_DATA : in get_esi_asic()1624 tonga & ~SEPROM_DATA; in get_esi_asic()[all …]