Searched refs:hostconf (Results 1 – 1 of 1) sorted by relevance
123 u_int hostconf; in aic7770_config() local228 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()
Completed in 3 milliseconds