Lines Matching defs:chip
191 aprint_error_dev(self, "unable to subregion SCSI chip space\n");
227 snprintf(cp, sizeof(slotc->sc_name), "chip %d", i);
275 * Determine the chip frequency. TCDSF_FASTSCSI will be set
301 * The second SCSI chip isn't present on the baseboard TCDS
320 aprint_normal(" chip %d", tcdsdev->tcdsda_chip);
332 panic("tcds_intr_establish: chip %d twice", slot);
345 panic("tcds_intr_disestablish: chip %d missing intr",
359 panic("tcds_intrnull: uncaught TCDS intr for chip %lu",
510 tcds_params(struct tcds_softc *sc, int chip, int *idp, int *fastp)
519 id = dec_3000_scsiid[chip];
520 fast = dec_3000_scsifast[chip];
527 * chip 1 the low nibble.
530 if (chip == 0)
538 printf("%s: WARNING: bad SCSI ID %d for chip %d, using 7\n",
539 device_xname(sc->sc_dev), id, chip);
544 printf("%s: fast mode set for chip %d\n",
545 device_xname(sc->sc_dev), chip);