Searched refs:bce_chipid (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
H A Dbrgphy.c191 if (bce_sc->bce_chipid == hs21_type_lists[i].id &&
/freebsd-12-stable/sys/dev/bce/
H A Dif_bcereg.h523 #define BCE_CHIP_NUM(sc) (((sc)->bce_chipid) & 0xffff0000)
528 #define BCE_CHIP_REV(sc) (((sc)->bce_chipid) & 0x0000f000)
533 #define BCE_CHIP_METAL(sc) (((sc)->bce_chipid) & 0x00000ff0)
534 #define BCE_CHIP_BOND(bp) (((sc)->bce_chipid) & 0x0000000f)
536 #define BCE_CHIP_ID(sc) (((sc)->bce_chipid) & 0xfffffff0)
552 #define BCE_CHIP_BOND_ID(sc) (((sc)->bce_chipid) & 0xf)
6406 u32 bce_chipid; member in struct:bce_softc
H A Dif_bce.c749 BCE_PRINTF("ASIC (0x%08X); ", sc->bce_chipid);
1189 sc->bce_chipid = REG_RD(sc, BCE_MISC_ID);

Completed in 312 milliseconds