Searched refs:tonga (Results 1 - 1 of 1) sorted by relevance

/drivers/atm/
H A Deni.c28 #include "tonga.h"
1584 pci_error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,tonga); \
1589 pci_error = pci_read_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,&tonga); \
1597 unsigned char tonga; local
1603 tonga = SEPROM_MAGIC | SEPROM_DATA | SEPROM_CLK;
1607 tonga |= SEPROM_DATA;
1609 tonga |= SEPROM_CLK;
1611 tonga &= ~SEPROM_DATA;
1613 tonga &= ~SEPROM_CLK;
1618 tonga
[all...]

Completed in 25 milliseconds