Searched refs:SEQADDR1 (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx.reg | 587 * specified by SEQADDR0 and SEQADDR1. To write a full word, simply write 598 * Only the first bit of SEQADDR1 holds addressing information 605 register SEQADDR1 {
|
H A D | aic7xxx_reg.h | 1433 #define SEQADDR1 0x63 macro
|
/openbsd/sys/dev/ic/ |
H A D | aic7xxx.c | 321 ahc_outb(ahc, SEQADDR1, 0); in ahc_restart() 418 (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_handle_brkadrint() 1420 | (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_handle_scsiint() 1472 | (ahc_inb(ahc, SEQADDR1) << 8); in ahc_clear_critical_section() 6084 ahc_outb(ahc, SEQADDR1, 0); in ahc_dumpseq() 6140 ahc_outb(ahc, SEQADDR1, 0); in ahc_loadseq() 6447 ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_dump_card_state()
|
/openbsd/sys/dev/pci/ |
H A D | ahc_pci.c | 1375 ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8)); in ahc_pci_intr()
|