Searched refs:hostconf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7770.c | 123 u_int hostconf; in aic7770_config() local 228 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()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7770.c | 123 u_int hostconf; in aic7770_config() local 228 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 1 milliseconds