Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mii/
Dbrgphy.c1084 if ((BCE_CHIP_REV(bce_sc) == BCE_CHIP_REV_Ax) || in brgphy_reset()
1085 (BCE_CHIP_REV(bce_sc) == BCE_CHIP_REV_Bx)) in brgphy_reset()
/freebsd-12-stable/sys/dev/bce/
Dif_bcereg.h528 #define BCE_CHIP_REV(sc) (((sc)->bce_chipid) & 0x0000f000) macro
Dif_bce.c4721 if ((BCE_CHIP_REV(sc) == BCE_CHIP_REV_Ax)) { in bce_init_cpus()