Searched refs:HPLANCE_NVRAMOFF (Results 1 – 2 of 2) sorted by relevance
148 addr[i] = ((in_8(va + HPLANCE_NVRAMOFF + i*4 + 1) & 0xF) << 4) in hplance_init()149 | (in_8(va + HPLANCE_NVRAMOFF + i*4 + 3) & 0xF); in hplance_init()
27 #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */ macro