Home
last modified time | relevance | path

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

/src/sys/dev/bce/
H A Dif_bcereg.h508 #define BCE_CHIP_NUM(sc) (((sc)->bce_chipid) & 0xffff0000)
513 #define BCE_CHIP_REV(sc) (((sc)->bce_chipid) & 0x0000f000)
518 #define BCE_CHIP_METAL(sc) (((sc)->bce_chipid) & 0x00000ff0)
519 #define BCE_CHIP_BOND(bp) (((sc)->bce_chipid) & 0x0000000f)
521 #define BCE_CHIP_ID(sc) (((sc)->bce_chipid) & 0xfffffff0)
537 #define BCE_CHIP_BOND_ID(sc) (((sc)->bce_chipid) & 0xf)
6329 u32 bce_chipid; member
H A Dif_bce.c726 BCE_PRINTF("ASIC (0x%08X); ", sc->bce_chipid); in bce_print_adapter_info()
1160 sc->bce_chipid = REG_RD(sc, BCE_MISC_ID); in bce_attach()
/src/sys/dev/mii/
H A Dbrgphy.c190 if (bce_sc->bce_chipid == hs21_type_lists[i].id && in detect_hs21()