Searched refs:scsi_conf (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c296 uint8_t scsi_conf; local
359 scsi_conf = (ahc->our_id & 0x7);
361 scsi_conf |= ENSPCHK;
363 scsi_conf |= RESET_SCSI;
368 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_pci.c1414 u_int scsi_conf; local
1481 scsi_conf = (ahc->our_id & 0x7);
1483 scsi_conf |= ENSPCHK;
1485 scsi_conf |= RESET_SCSI;
1516 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_core.c4486 u_int scsi_conf; local
4502 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
4503 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4518 scsi_conf = ahc_inb(ahc, SCSICONF);
4519 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4672 u_int scsi_conf; local
4848 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
4849 if ((scsi_conf & RESET_SCSI) != 0
4854 scsi_conf = ahc_inb(ahc, SCSICONF);
4855 if ((scsi_conf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c7806 unsigned char term, scsi_conf; local
8000 scsi_conf = aic_inb(p, SCSICONF + 1);
8002 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term |
8024 scsi_conf = aic_inb(p, SCSICONF);
8026 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term |
8453 unsigned char scsirate, scsi_conf; local
8798 scsi_conf = (p->scsi_id & HSCSIID);
8817 scsi_conf |= ENSPCHK;
8821 scsi_conf |= ENSPCHK | RESET_SCSI;
8832 aic_outb(p, scsi_conf, SCSICON
[all...]

Completed in 106 milliseconds