Home
last modified time | relevance | path

Searched refs:BCE_CHIP_REV (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/mii/
H A Dbrgphy.c1117 if ((BCE_CHIP_REV(bce_sc) == BCE_CHIP_REV_Ax) || in brgphy_reset()
1118 (BCE_CHIP_REV(bce_sc) == BCE_CHIP_REV_Bx)) in brgphy_reset()
/src/sys/dev/bce/
H A Dif_bcereg.h513 #define BCE_CHIP_REV(sc) (((sc)->bce_chipid) & 0x0000f000) macro
H A Dif_bce.c4609 if ((BCE_CHIP_REV(sc) == BCE_CHIP_REV_Ax)) { in bce_init_cpus()