tag | line | file | source code |
host_conf | 683 | drivers/scsi/aic7xxx.c | int host_conf, scsi_conf; |
host_conf | 691 | drivers/scsi/aic7xxx.c | host_conf = inb(HOSTCONF + p->base); |
host_conf | 703 | drivers/scsi/aic7xxx.c | dfthresh = (host_conf >> 6); |
host_conf | 3093 | drivers/scsi/aic7xxx.c | unsigned char scsi_conf, host_conf; |
host_conf | 3141 | drivers/scsi/aic7xxx.c | host_conf = inb(HOSTCONF + base); |
host_conf | 3142 | drivers/scsi/aic7xxx.c | config->busrtime = host_conf & 0x3C; |
host_conf | 3145 | drivers/scsi/aic7xxx.c | outb(host_conf & DFTHRSH, BUSSPD + base); |
host_conf | 3146 | drivers/scsi/aic7xxx.c | outb((host_conf << 2) & BOFF, BUSTIME + base); |
host_conf | 3168 | drivers/scsi/aic7xxx.c | host_conf = inb(HOSTCONF + base); |
host_conf | 3175 | drivers/scsi/aic7xxx.c | config->busrtime = host_conf & 0x3C; |
host_conf | 3198 | drivers/scsi/aic7xxx.c | outb(host_conf & DFTHRSH, BUSSPD + base); |
host_conf | 3199 | drivers/scsi/aic7xxx.c | outb((host_conf << 2) & BOFF, BUSTIME + base); |