Lines Matching refs:tonga
1585 pci_error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,tonga); \
1590 pci_error = pci_read_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,&tonga); \
1598 unsigned char tonga; in get_esi_asic() local
1604 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK; in get_esi_asic()
1608 tonga |= SEPROM_DATA; in get_esi_asic()
1610 tonga |= SEPROM_CLK; in get_esi_asic()
1612 tonga &= ~SEPROM_DATA; in get_esi_asic()
1614 tonga &= ~SEPROM_CLK; in get_esi_asic()
1619 tonga = (address >> j) & 1 ? tonga | SEPROM_DATA : in get_esi_asic()
1620 tonga & ~SEPROM_DATA; in get_esi_asic()
1622 tonga |= SEPROM_CLK; in get_esi_asic()
1624 tonga &= ~SEPROM_CLK; in get_esi_asic()
1628 tonga |= SEPROM_DATA; in get_esi_asic()
1630 tonga |= SEPROM_CLK; in get_esi_asic()
1633 failed = tonga & SEPROM_DATA; in get_esi_asic()
1634 tonga &= ~SEPROM_CLK; in get_esi_asic()
1636 tonga |= SEPROM_DATA; in get_esi_asic()
1643 tonga |= SEPROM_DATA; in get_esi_asic()
1645 tonga |= SEPROM_CLK; in get_esi_asic()
1648 if (tonga & SEPROM_DATA) dev->esi[i] |= 1; in get_esi_asic()
1649 tonga &= ~SEPROM_CLK; in get_esi_asic()
1651 tonga |= SEPROM_DATA; in get_esi_asic()
1655 tonga |= SEPROM_DATA; in get_esi_asic()
1657 tonga |= SEPROM_CLK; in get_esi_asic()
1660 if (!(tonga & SEPROM_DATA)) error = -EIO; in get_esi_asic()
1661 tonga &= ~SEPROM_CLK; in get_esi_asic()
1663 tonga |= SEPROM_DATA; in get_esi_asic()
1667 tonga &= ~SEPROM_DATA; in get_esi_asic()
1669 tonga |= SEPROM_CLK; in get_esi_asic()
1671 tonga |= SEPROM_DATA; in get_esi_asic()