Lines Matching +full:0 +full:xf0810000
55 'big-endian' mode, it thinks a 32 bit value of 0x12345678
56 should be stored as 0x56781234. This is a real pain, when
92 #define PA_I82596_RESET 0 /* Offsets relative to LASI-LAN-Addr.*/
96 #define OPT_SWAP_PORT 0x0001 /* Need to wordswp on the MPU port */
98 #define SYSBUS 0x0000006c
111 module_param(i596_debug, int, 0);
116 gsc_writel(0, dev->base_addr + PA_CHANNEL_ATTENTION); in ca()
129 b = v & 0xffff; in mpu_port()
131 a = v & 0xffff; in mpu_port()
141 #define LAN_PROM_ADDR 0xF0810000
153 printk(KERN_ERR "%s: IRQ not found for i82596 at 0x%lx\n", in lan_init_chip()
158 printk(KERN_INFO "Found i82596 at 0x%lx, IRQ %d\n", in lan_init_chip()
171 for (i = 0; i < 6; i++) { in lan_init_chip()
180 lp->options = dev->id.sversion == 0x72 ? OPT_SWAP_PORT : 0; in lan_init_chip()
190 return 0; in lan_init_chip()
212 { HPHW_FIO, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x0008a },
213 { HPHW_FIO, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x00072 },
214 { 0, }