Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.h116 #define EISA_APROM 0xc90 /* Ethernet Address PROM */ macro
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.h51 #define EISA_APROM iobase+0x0c90 /* Ethernet Address PROM */ macro
Dde4x5.c2062 DevicePresent(dev, EISA_APROM); in de4x5_eisa_probe()
4051 k += (u_char) (tmp = inb(EISA_APROM)); in get_hw_addr()
4053 k += (u_short) ((tmp = inb(EISA_APROM)) << 8); in get_hw_addr()
4070 chksum = (u_char) inb(EISA_APROM); in get_hw_addr()
4071 chksum |= (u_short) (inb(EISA_APROM) << 8); in get_hw_addr()