Home
last modified time | relevance | path

Searched refs:CHIPID_VER (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Dlancereg.h591 #define CHIPID_VER(x) (((x) >> 28) & 0x7) macro
/netbsd/sys/dev/pci/
H A Dif_pcn.c661 sc->sc_variant->pcv_desc, CHIPID_VER(chipid), in pcn_attach()