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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7770.c133 u_int hostconf; local
240 hostconf = ahc_inb(ahc, HOSTCONF);
241 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
242 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
244 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
245 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;

Completed in 104 milliseconds