Searched refs:SEQCTL (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 1186 ahc_outb(ahc, SEQCTL, 0); in ahc_probe_ext_scbram() 1235 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS); in ahc_probe_ext_scbram() 1302 ahc_outb(ahc, SEQCTL, PERRORDIS); in ahc_pci_test_register_access() 1322 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS); in ahc_pci_test_register_access() 2056 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_pci_intr()
|
D | aic7xxx_core.c | 294 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_restart() 606 printf("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL)); in ahc_handle_seqint() 1476 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section() 1490 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_clear_critical_section() 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() 6694 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50); in ahc_dump_card_state()
|
D | aic7xxx_reg.h | 1418 #define SEQCTL 0x60 macro
|
D | aic7xxx.reg | 570 register SEQCTL {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 309 #define SEQCTL 0x60 macro
|
D | aic7xxx.seq | 79 and SEQCTL, ~PAUSEDIS; 103 or SEQCTL, PAUSEDIS; 106 and SEQCTL, ~PAUSEDIS;
|
D | aic7xxx.reg | 472 register SEQCTL {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 1620 aic_outb(p, FASTMODE, SEQCTL); in restart_sequencer() 1838 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL); in aic7xxx_loadseq() 1855 aic_outb(p, FASTMODE | FAILDIS, SEQCTL); in aic7xxx_loadseq() 1859 aic_outb(p, FASTMODE, 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() 1908 aic_outb(p, FASTMODE, SEQCTL); in aic7xxx_print_sequencer() 11933 for(i = SRAM_BASE; i < SEQCTL; i++) in aic7xxx_print_scratch_ram()
|