HomeSort by: relevance | last modified time | path
    Searched refs:SEQADDR1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx.c 319 ahc_outb(ahc, SEQADDR1, 0);
413 (ahc_inb(ahc, SEQADDR1) << 8));
1377 | (ahc_inb(ahc, SEQADDR1) << 8));
1431 | (ahc_inb(ahc, SEQADDR1) << 8);
6265 ahc_outb(ahc, SEQADDR1, 0);
6321 ahc_outb(ahc, SEQADDR1, 0);
6627 ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8));
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 586 * specified by SEQADDR0 and SEQADDR1. To write a full word, simply write
597 * Only the first bit of SEQADDR1 holds addressing information
604 register SEQADDR1 {
aic7xxx_reg.h 509 ahc_print_register(NULL, 0, "SEQADDR1", 0x63, regvalue, cur_col, wrap)
1441 #define SEQADDR1 0x63
  /src/sys/dev/pci/
ahc_pci.c 1414 ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8));

Completed in 103 milliseconds