Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7770.c123 u_int hostconf; in aic7770_config() local
228 hostconf = ahc_inb(ahc, HOSTCONF); in aic7770_config()
229 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config()
230 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config()
232 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH; in aic7770_config()
233 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF; in aic7770_config()