taglinefilesource code
host_conf1164drivers/scsi/aic7xxx.cint host_conf, scsi_conf;
host_conf1172drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(p->base));
host_conf1184drivers/scsi/aic7xxx.cdfthresh = (host_conf >> 6);
host_conf3545drivers/scsi/aic7xxx.cunsigned char scsi_conf, host_conf;
host_conf3593drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(base));
host_conf3594drivers/scsi/aic7xxx.cconfig->busrtime = host_conf & 0x3C;
host_conf3597drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD(base));
host_conf3598drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME(base));
host_conf3620drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(base));
host_conf3627drivers/scsi/aic7xxx.cconfig->busrtime = host_conf & 0x3C;
host_conf3650drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD(base));
host_conf3651drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME(base));