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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 1685 mov A, QOUTPOS;
1690 inc QOUTPOS;
aic7xxx.reg 1430 QOUTPOS {
aic7xxx_reg.h 390 ahc_print_register(NULL, 0, "QOUTPOS", 0x4e, regvalue, cur_col, wrap)
1370 #define QOUTPOS 0x4e
  /src/sys/dev/ic/
aic7xxx.c 4826 ahc_outb(ahc, QOUTPOS, 0);
6611 uint8_t qoutpos; local in function:ahc_dump_card_state
6700 qoutpos = ahc->qoutfifonext;
6702 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) {
6703 printf("%d ", ahc->qoutfifo[qoutpos]);
6704 qoutpos++;

Completed in 109 milliseconds