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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c131 u_int hostconf; local
238 hostconf = ahc_inb(ahc, HOSTCONF);
239 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
240 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
242 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
243 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c8926 unsigned char hcntrl, hostconf; local
9833 hostconf = aic_inb(temp_p, HOSTCONF);
9834 aic_outb(temp_p, hostconf & DFTHRSH, BUSSPD);
9835 aic_outb(temp_p, (hostconf << 2) & BOFF, BUSTIME);

Completed in 70 milliseconds