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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c280 uint8_t scsi_conf; local
343 scsi_conf = (ahc->our_id & 0x7);
345 scsi_conf |= ENSPCHK;
347 scsi_conf |= RESET_SCSI;
352 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_pci.c1405 u_int scsi_conf; local
1472 scsi_conf = (ahc->our_id & 0x7);
1474 scsi_conf |= ENSPCHK;
1476 scsi_conf |= RESET_SCSI;
1507 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_core.c5038 u_int scsi_conf; local
5054 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5055 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
5070 scsi_conf = ahc_inb(ahc, SCSICONF);
5071 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
5224 u_int scsi_conf; local
5400 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5401 if ((scsi_conf & RESET_SCSI) != 0
5406 scsi_conf = ahc_inb(ahc, SCSICONF);
5407 if ((scsi_conf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7770.c280 uint8_t scsi_conf; local
343 scsi_conf = (ahc->our_id & 0x7);
345 scsi_conf |= ENSPCHK;
347 scsi_conf |= RESET_SCSI;
352 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_pci.c1405 u_int scsi_conf; local
1472 scsi_conf = (ahc->our_id & 0x7);
1474 scsi_conf |= ENSPCHK;
1476 scsi_conf |= RESET_SCSI;
1507 ahc_outb(ahc, SCSICONF, scsi_conf);
H A Daic7xxx_core.c5038 u_int scsi_conf; local
5054 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5055 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
5070 scsi_conf = ahc_inb(ahc, SCSICONF);
5071 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
5224 u_int scsi_conf; local
5400 scsi_conf = ahc_inb(ahc, SCSICONF + 1);
5401 if ((scsi_conf & RESET_SCSI) != 0
5406 scsi_conf = ahc_inb(ahc, SCSICONF);
5407 if ((scsi_conf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c7797 unsigned char term, scsi_conf; local
7991 scsi_conf = aic_inb(p, SCSICONF + 1);
7993 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term |
8015 scsi_conf = aic_inb(p, SCSICONF);
8017 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term |
8443 unsigned char scsirate, scsi_conf; local
8788 scsi_conf = (p->scsi_id & HSCSIID);
8807 scsi_conf |= ENSPCHK;
8811 scsi_conf |= ENSPCHK | RESET_SCSI;
8822 aic_outb(p, scsi_conf, SCSICON
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c7797 unsigned char term, scsi_conf; local
7991 scsi_conf = aic_inb(p, SCSICONF + 1);
7993 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term |
8015 scsi_conf = aic_inb(p, SCSICONF);
8017 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term |
8443 unsigned char scsirate, scsi_conf; local
8788 scsi_conf = (p->scsi_id & HSCSIID);
8807 scsi_conf |= ENSPCHK;
8811 scsi_conf |= ENSPCHK | RESET_SCSI;
8822 aic_outb(p, scsi_conf, SCSICON
[all...]

Completed in 224 milliseconds