Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/amd/
Dhplance.h27 #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */ macro
Dhplance.c148 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()