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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhplance.h26 #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */ macro
H A Dhplance.c157 dev->dev_addr[i] = ((in_8(va + HPLANCE_NVRAMOFF + i*4 + 1) & 0xF) << 4)
158 | (in_8(va + HPLANCE_NVRAMOFF + i*4 + 3) & 0xF);

Completed in 164 milliseconds