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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 209 bmov QOUTFIFO_NEXT_ADDR, SCBHADDR, 4;
211 bmov QOUTFIFO_NEXT_ADDR, SHARED_DATA_ADDR, 4;
332 bmov SCBHADDR, QOUTFIFO_NEXT_ADDR, 4;
aic79xx.reg 3641 QOUTFIFO_NEXT_ADDR {
aic79xx_reg.h 2070 ahd_print_register(NULL, 0, "QOUTFIFO_NEXT_ADDR", 0x13c, regvalue, cur_col, wrap)
3579 #define QOUTFIFO_NEXT_ADDR 0x13c
  /src/sys/dev/ic/
aic79xx.c 6459 ahd_outb(ahd, QOUTFIFO_NEXT_ADDR, busaddr & 0xFF);
6460 ahd_outb(ahd, QOUTFIFO_NEXT_ADDR + 1, (busaddr >> 8) & 0xFF);
6461 ahd_outb(ahd, QOUTFIFO_NEXT_ADDR + 2, (busaddr >> 16) & 0xFF);
6462 ahd_outb(ahd, QOUTFIFO_NEXT_ADDR + 3, (busaddr >> 24) & 0xFF);

Completed in 21 milliseconds