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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dhplance.h26 #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */ macro
H A Dhplance.c152 dev->dev_addr[i] = ((in_8(va + HPLANCE_NVRAMOFF + i*4 + 1) & 0xF) << 4)
153 | (in_8(va + HPLANCE_NVRAMOFF + i*4 + 3) & 0xF);

Completed in 154 milliseconds