Searched refs:EISA_APROM (Results 1 – 3 of 3) sorted by relevance
115 #define EISA_APROM 0xc90 /* Ethernet Address PROM */ macro
51 #define EISA_APROM iobase+0x0c90 /* Ethernet Address PROM */ macro
2149 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()