Home
last modified time | relevance | path

Searched refs:EISA_APROM (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dtlan.h115 #define EISA_APROM 0xc90 /* Ethernet Address PROM */ macro
Dde4x5.h51 #define EISA_APROM iobase+0x0c90 /* Ethernet Address PROM */ macro
Dde4x5.c2149 DevicePresent(EISA_APROM); in eisa_probe()
4150 k += (u_char) (tmp = inb(EISA_APROM)); in get_hw_addr()
4152 k += (u_short) ((tmp = inb(EISA_APROM)) << 8); in get_hw_addr()
4169 chksum = (u_char) inb(EISA_APROM); in get_hw_addr()
4170 chksum |= (u_short) (inb(EISA_APROM) << 8); in get_hw_addr()