taglinefilesource code
host_conf1125drivers/scsi/aic7xxx.cint host_conf, scsi_conf;
host_conf1133drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(p->base));
host_conf1145drivers/scsi/aic7xxx.cdfthresh = (host_conf >> 6);
host_conf3577drivers/scsi/aic7xxx.cunsigned char scsi_conf, host_conf;
host_conf3627drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(base));
host_conf3628drivers/scsi/aic7xxx.cconfig->busrtime = host_conf & 0x3C;
host_conf3631drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD(base));
host_conf3632drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME(base));
host_conf3657drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(base));
host_conf3664drivers/scsi/aic7xxx.cconfig->busrtime = host_conf & 0x3C;
host_conf3681drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD(base));
host_conf3682drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME(base));