hostconf 123 drivers/scsi/aic7xxx/aic7770.c u_int hostconf; hostconf 228 drivers/scsi/aic7xxx/aic7770.c hostconf = ahc_inb(ahc, HOSTCONF); hostconf 229 drivers/scsi/aic7xxx/aic7770.c ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); hostconf 230 drivers/scsi/aic7xxx/aic7770.c ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); hostconf 232 drivers/scsi/aic7xxx/aic7770.c ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH; hostconf 233 drivers/scsi/aic7xxx/aic7770.c ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;