taglinefilesource code
host_conf959drivers/scsi/aic7xxx.cint host_conf, scsi_conf;
host_conf967drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(p->base));
host_conf979drivers/scsi/aic7xxx.cdfthresh = host_conf >> 6;
host_conf2639drivers/scsi/aic7xxx.cunsigned char scsi_conf, host_conf;
host_conf2710drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(config.base));
host_conf2711drivers/scsi/aic7xxx.cconfig.busrtime = host_conf & 0x3C;
host_conf2714drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD(config.base));
host_conf2715drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME(config.base));
host_conf2733drivers/scsi/aic7xxx.chost_conf = inb(HA_HOSTCONF(config.base));
host_conf2734drivers/scsi/aic7xxx.cconfig.busrtime = host_conf & 0x3C;
host_conf2737drivers/scsi/aic7xxx.coutb(host_conf & DFTHRSH, BUSSPD(config.base));
host_conf2738drivers/scsi/aic7xxx.coutb((host_conf << 2) & BOFF, BUSTIME(config.base));