123456789101112131415161718192021 |
-
-
- #ifndef DRIVER_ATM_TONGA_H
- #define DRIVER_ATM_TONGA_H
- #define PCI_TONGA_CTRL 0x60
- #define END_SWAP_DMA 0x80
- #define END_SWAP_BYTE 0x40
- #define END_SWAP_WORD 0x20
- #define SEPROM_MAGIC 0x0c
- #define SEPROM_DATA 0x02
- #define SEPROM_CLK 0x01
- #define SEPROM_ESI_BASE 64
- #endif
|