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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7770.c129 u_int hostconf; local
234 hostconf = ahc_inb(ahc, HOSTCONF);
235 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
236 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
238 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
239 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c8916 unsigned char hcntrl, hostconf; local
9822 hostconf = aic_inb(temp_p, HOSTCONF);
9823 aic_outb(temp_p, hostconf & DFTHRSH, BUSSPD);
9824 aic_outb(temp_p, (hostconf << 2) & BOFF, BUSTIME);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 198 milliseconds