Searched refs:SEQCTL0 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 473 ahd_outb(ahd, SEQCTL0, PERRORDIS); in ahd_pci_test_register_access() 503 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access()
|
D | aic79xx_core.c | 335 ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET); in ahd_restart() 916 printf("SEQCTL0 == 0x%x\n", ahd_inb(ahd, SEQCTL0)); in ahd_handle_seqint() 2203 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); in ahd_clear_critical_section() 2224 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); in ahd_clear_critical_section() 3742 ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET); in ahd_handle_message_phase() 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() 8511 ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50); in ahd_dump_card_state()
|
D | aic79xx_reg.h | 3439 #define SEQCTL0 0xd6 macro
|
D | aic79xx.reg | 3204 register SEQCTL0 {
|