Searched refs:hostconf (Results 1 – 1 of 1) sorted by relevance
129 u_int hostconf; in aic7770_config() local234 hostconf = ahc_inb(ahc, HOSTCONF); in aic7770_config()235 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config()236 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config()238 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH; in aic7770_config()239 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF; in aic7770_config()