Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bgereg.h618 #define BGE_MAC_ADDR1_HI 0x0414 macro
H A Dif_bge.c5441 CSR_WRITE_4(sc, BGE_MAC_ADDR1_HI, (htons(m[1]) << 16) | htons(m[2])); in bge_init_locked()