taglinefilesource code
host_conf683drivers/scsi/aic7xxx.cint host_conf, scsi_conf;
host_conf691drivers/scsi/aic7xxx.chost_conf = inb(HOSTCONF + p->base);
host_conf703drivers/scsi/aic7xxx.cdfthresh = (host_conf >> 6);
host_conf3093drivers/scsi/aic7xxx.cunsigned char scsi_conf, host_conf;
host_conf3141drivers/scsi/aic7xxx.chost_conf = inb(HOSTCONF + base);
host_conf3142drivers/scsi/aic7xxx.cconfig->busrtime = host_conf & 0x3C;
host_conf3145drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD + base);
host_conf3146drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME + base);
host_conf3168drivers/scsi/aic7xxx.chost_conf = inb(HOSTCONF + base);
host_conf3175drivers/scsi/aic7xxx.cconfig->busrtime = host_conf & 0x3C;
host_conf3198drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD + base);
host_conf3199drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME + base);