Home
last modified time | relevance | path

Searched refs:HPLANCE_NVRAMOFF (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dhplance.h31 #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */ macro
Dhplance.c140 dev->dev_addr[i] = ((in_8(va + HPLANCE_NVRAMOFF + i*4 + 1) & 0xF) << 4) in hplance_init()
141 | (in_8(va + HPLANCE_NVRAMOFF + i*4 + 3) & 0xF); in hplance_init()