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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h133 u_int32_t bnx_chipid; member in struct:bnx_softc
H A Dif_bnxreg.h198 #define BNX_CHIP_NUM(sc) _BNX_CHIP_NUM((sc)->bnx_chipid)
205 #define BNX_CHIP_REV(sc) _BNX_CHIP_REV((sc)->bnx_chipid)
210 #define BNX_CHIP_METAL(sc) (((sc)->bnx_chipid) & 0x00000ff0)
211 #define BNX_CHIP_BOND(bp) (((sc)->bnx_chipid) & 0x0000000f)
213 #define BNX_CHIP_ID(sc) (((sc)->bnx_chipid) & 0xfffffff0)
231 #define BNX_CHIP_BOND_ID(sc) (((sc)->bnx_chipid) & 0xf)
H A Dif_bnx.c535 sc->bnx_chipid = REG_RD(sc, BNX_MISC_ID);
730 prop_dictionary_set_uint32(dict, "chipid", sc->bnx_chipid);

Completed in 152 milliseconds