Lines Matching refs:tonga
1588 pci_error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,tonga); \
1593 pci_error = pci_read_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,&tonga); \
1601 unsigned char tonga; in get_esi_asic() local
1607 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK; in get_esi_asic()
1611 tonga |= SEPROM_DATA; in get_esi_asic()
1613 tonga |= SEPROM_CLK; in get_esi_asic()
1615 tonga &= ~SEPROM_DATA; in get_esi_asic()
1617 tonga &= ~SEPROM_CLK; in get_esi_asic()
1622 tonga = (address >> j) & 1 ? tonga | SEPROM_DATA : in get_esi_asic()
1623 tonga & ~SEPROM_DATA; in get_esi_asic()
1625 tonga |= SEPROM_CLK; in get_esi_asic()
1627 tonga &= ~SEPROM_CLK; in get_esi_asic()
1631 tonga |= SEPROM_DATA; in get_esi_asic()
1633 tonga |= SEPROM_CLK; in get_esi_asic()
1636 failed = tonga & SEPROM_DATA; in get_esi_asic()
1637 tonga &= ~SEPROM_CLK; in get_esi_asic()
1639 tonga |= SEPROM_DATA; in get_esi_asic()
1646 tonga |= SEPROM_DATA; in get_esi_asic()
1648 tonga |= SEPROM_CLK; in get_esi_asic()
1651 if (tonga & SEPROM_DATA) dev->esi[i] |= 1; in get_esi_asic()
1652 tonga &= ~SEPROM_CLK; in get_esi_asic()
1654 tonga |= SEPROM_DATA; in get_esi_asic()
1658 tonga |= SEPROM_DATA; in get_esi_asic()
1660 tonga |= SEPROM_CLK; in get_esi_asic()
1663 if (!(tonga & SEPROM_DATA)) error = -EIO; in get_esi_asic()
1664 tonga &= ~SEPROM_CLK; in get_esi_asic()
1666 tonga |= SEPROM_DATA; in get_esi_asic()
1670 tonga &= ~SEPROM_DATA; in get_esi_asic()
1672 tonga |= SEPROM_CLK; in get_esi_asic()
1674 tonga |= SEPROM_DATA; in get_esi_asic()