Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h287 #define B2_MAC_CFG 0x011a /* 8 bit MAC Configuration / Chip Revision */ macro
H A Dyge.c1227 dev->d_hw_rev = (CSR_READ_1(dev, B2_MAC_CFG) >> 4) & 0x0f; in yge_attach()