Home
last modified time | relevance | path

Searched refs:SEQADDR1 (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h323 #define SEQADDR1 0x63 macro
Daic7xxx.reg488 * specified by SEQADDR0 and SEQADDR1. To write a full word, simply write
499 * Only the first bit of SEQADDR1 holds addressing information
506 register SEQADDR1 {
/drivers/scsi/
Daic7xxx_old.c1537 aic_outb(p, 0, SEQADDR1); in restart_sequencer()
1758 aic_outb(p, 0, SEQADDR1); in aic7xxx_loadseq()
1772 aic_outb(p, 0, SEQADDR1); in aic7xxx_loadseq()
1800 aic_outb(p, 0, SEQADDR1); in aic7xxx_print_sequencer()
1821 aic_outb(p, 0, SEQADDR1); in aic7xxx_print_sequencer()
3131 aic_inb(p, SEQADDR0) | (aic_inb(p, SEQADDR1) << 8), in aic7xxx_reset_device()
3942 (aic_inb(p, SEQADDR1) << 8) | aic_inb(p, SEQADDR0)); in aic7xxx_handle_seqint()
4802 aic_inb(p, SEQADDR0) | (aic_inb(p, SEQADDR1) << 8), in aic7xxx_handle_seqint()
4822 aic_inb(p, SEQADDR0) | (aic_inb(p, SEQADDR1) << 8), in aic7xxx_handle_seqint()
5771 (aic_inb(p, SEQADDR1) << 8) | aic_inb(p, SEQADDR0)); in aic7xxx_handle_scsiint()
[all …]
/drivers/scsi/aic7xxx/
Daic7xxx.reg624 * specified by SEQADDR0 and SEQADDR1. To write a full word, simply write
637 * Only the first bit of SEQADDR1 holds addressing information
645 register SEQADDR1 {
Daic7xxx_core.c870 ahc_outb(ahc, SEQADDR1, 0); in ahc_restart()
970 (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_handle_brkadrint()
1956 | (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_handle_scsiint()
2008 | (ahc_inb(ahc, SEQADDR1) << 8); in ahc_clear_critical_section()
6836 ahc_outb(ahc, SEQADDR1, 0); in ahc_dumpseq()
6892 ahc_outb(ahc, SEQADDR1, 0); in ahc_loadseq()
7197 ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_dump_card_state()
Daic7xxx_reg.h_shipped557 #define SEQADDR1 0x63
Daic7xxx_pci.c1942 ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_pci_intr()