Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dcd18xxreg.h132 #define CD18xx_GSVR_SETID(sc) ((((sc)->sc_chip_id & ~1) << 5) | \
133 (((sc)->sc_chip_id & 1) << 3))
H A Dcd18xxvar.h133 u_int sc_chip_id; /* unique per-cd18xx value */ member
H A Dcd18xx.c260 sc->sc_chip_id = chip_id_next++; in cd18xx_attach()
262 if (sc->sc_chip_id > 31) in cd18xx_attach()
287 printf(", 8 ports ready (chip id %d)\n", sc->sc_chip_id); in cd18xx_attach()