Searched refs:FAILDIS (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 312 #define FAILDIS 0x20 macro
|
D | aic7xxx.reg | 477 bit FAILDIS 0x20
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 858 ahc->seqctl |= FAILDIS; in ahc_pci_config() 1235 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS); in ahc_probe_ext_scbram() 1322 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS); in ahc_pci_test_register_access() 2055 ahc->seqctl |= FAILDIS; in ahc_pci_intr()
|
D | aic79xx_pci.c | 503 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access()
|
D | aic7xxx_reg.h | 1421 #define FAILDIS 0x20 macro
|
D | aic7xxx_core.c | 6313 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahc_dumpseq() 6369 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahc_loadseq() 6428 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE); in ahc_loadseq()
|
D | aic7xxx.reg | 575 field FAILDIS 0x20
|
D | aic79xx_reg.h | 3442 #define FAILDIS 0x20 macro
|
D | aic79xx_core.c | 8070 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahd_dumpseq() 8186 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahd_loadseq() 8232 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE); in ahd_loadseq()
|
D | aic79xx.reg | 3209 field FAILDIS 0x20
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 1838 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL); in aic7xxx_loadseq() 1855 aic_outb(p, FASTMODE | FAILDIS, SEQCTL); in aic7xxx_loadseq() 1880 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL); in aic7xxx_print_sequencer() 1904 aic_outb(p, FASTMODE | FAILDIS, SEQCTL); in aic7xxx_print_sequencer()
|