sc_chip            48 dev/i2c/ad741x.c 	int		sc_chip;
sc_chip            92 dev/i2c/ad741x.c 	sc->sc_chip = 0;
sc_chip            94 dev/i2c/ad741x.c 		sc->sc_chip = 7417;
sc_chip            96 dev/i2c/ad741x.c 		sc->sc_chip = 7418;
sc_chip            98 dev/i2c/ad741x.c 	if (sc->sc_chip != 0) {
sc_chip           131 dev/i2c/ad741x.c 	if (sc->sc_chip == 7417 || sc->sc_chip == 7418) {
sc_chip           135 dev/i2c/ad741x.c 	if (sc->sc_chip == 7417 || sc->sc_chip == 7418) {
sc_chip           148 dev/i2c/ad741x.c 	if (sc->sc_chip == 7417 || sc->sc_chip == 7418)
sc_chip           150 dev/i2c/ad741x.c 	if (sc->sc_chip == 7417)
sc_chip           179 dev/i2c/ad741x.c 	if (sc->sc_chip == 0)
sc_chip           182 dev/i2c/ad741x.c 	if (sc->sc_chip == 7418) {
sc_chip           743 dev/ic/awi.c   	am79c930_gcr_setbits(&sc->sc_chip,
sc_chip           778 dev/ic/awi.c   	am79c930_gcr_clearbits(&sc->sc_chip, AM79C930_GCR_DISPWDN);
sc_chip          1456 dev/ic/awi.c   	am79c930_gcr_setbits(&sc->sc_chip, AM79C930_GCR_CORESET);
sc_chip          1461 dev/ic/awi.c   	am79c930_gcr_clearbits(&sc->sc_chip, AM79C930_GCR_CORESET);
sc_chip          1511 dev/ic/awi.c   	am79c930_gcr_setbits(&sc->sc_chip, AM79C930_GCR_ENECINT);
sc_chip           111 dev/ic/awivar.h 	struct am79c930_softc 	sc_chip;
sc_chip           171 dev/ic/awivar.h #define awi_read_1(sc, off) ((sc)->sc_chip.sc_ops->read_1)(&sc->sc_chip, off)
sc_chip           172 dev/ic/awivar.h #define awi_read_2(sc, off) ((sc)->sc_chip.sc_ops->read_2)(&sc->sc_chip, off)
sc_chip           173 dev/ic/awivar.h #define awi_read_4(sc, off) ((sc)->sc_chip.sc_ops->read_4)(&sc->sc_chip, off)
sc_chip           174 dev/ic/awivar.h #define awi_read_bytes(sc, off, ptr, len) ((sc)->sc_chip.sc_ops->read_bytes)(&sc->sc_chip, off, ptr, len)
sc_chip           177 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_1)(&sc->sc_chip, off, val)
sc_chip           179 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_2)(&sc->sc_chip, off, val)
sc_chip           181 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_4)(&sc->sc_chip, off, val)
sc_chip           183 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_bytes)(&sc->sc_chip, off, ptr, len)
sc_chip           216 dev/ic/oosiop.c 	if (sc->sc_chip == OOSIOP_700)
sc_chip           225 dev/ic/oosiop.c 	    sc->sc_chip == OOSIOP_700_66 ? "-66" : "",
sc_chip           653 dev/ic/oosiop.c 	if (sc->sc_chip != OOSIOP_700)
sc_chip           673 dev/ic/oosiop.c 		if (sc->sc_chip == OOSIOP_700) {
sc_chip           122 dev/ic/oosiopvar.h 	int sc_chip;			/* 700 or 700-66 */
sc_chip           213 dev/pci/ips.c  	const struct ips_chipset *sc_chip;
sc_chip           332 dev/pci/ips.c  #define ips_exec(s, c)	(s)->sc_chip->ic_exec((s), (c))
sc_chip           333 dev/pci/ips.c  #define ips_init(s)	(s)->sc_chip->ic_init((s))
sc_chip           334 dev/pci/ips.c  #define ips_intren(s)	(s)->sc_chip->ic_intren((s))
sc_chip           335 dev/pci/ips.c  #define ips_isintr(s)	(s)->sc_chip->ic_isintr((s))
sc_chip           336 dev/pci/ips.c  #define ips_reset(s)	(s)->sc_chip->ic_reset((s))
sc_chip           337 dev/pci/ips.c  #define ips_status(s)	(s)->sc_chip->ic_status((s))
sc_chip           365 dev/pci/ips.c  		sc->sc_chip = &ips_chips[IPS_CHIP_COPPERHEAD];
sc_chip           369 dev/pci/ips.c  		sc->sc_chip = &ips_chips[IPS_CHIP_MORPHEUS];
sc_chip           377 dev/pci/ips.c  	maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, sc->sc_chip->ic_bar);
sc_chip           378 dev/pci/ips.c  	if (pci_mapreg_map(pa, sc->sc_chip->ic_bar, maptype, 0, &sc->sc_iot,
sc_chip           457 dev/pci/ips.c  	printf(": %s", sc->sc_chip->ic_name);
sc_chip           260 dev/pcmcia/if_awi_pcmcia.c 	sc->sc_chip.sc_bustype = AM79C930_BUS_PCMCIA;
sc_chip           261 dev/pcmcia/if_awi_pcmcia.c 	sc->sc_chip.sc_iot = psc->sc_pcioh.iot;
sc_chip           262 dev/pcmcia/if_awi_pcmcia.c 	sc->sc_chip.sc_ioh = psc->sc_pcioh.ioh;
sc_chip           263 dev/pcmcia/if_awi_pcmcia.c 	am79c930_chip_init(&sc->sc_chip, 0);
sc_chip           342 dev/pcmcia/if_awi_pcmcia.c 		sc->sc_chip.sc_memt = psc->sc_memh.memt;
sc_chip           343 dev/pcmcia/if_awi_pcmcia.c 		sc->sc_chip.sc_memh = psc->sc_memh.memh;
sc_chip           344 dev/pcmcia/if_awi_pcmcia.c 		am79c930_chip_init(&sc->sc_chip, 1);