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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 285 mvi SCB_NEXT2[1], SCB_LIST_NULL;
306 bmov SCB_NEXT2, REG0, 2;
601 bmov SCB_NEXT2, REG0, 2;
618 bmov WAITING_TID_HEAD, SCB_NEXT2, 2;
aic79xx.reg 3868 SCB_NEXT2 {
aic79xx_reg.h 2329 ahd_print_register(NULL, 0, "SCB_NEXT2", 0x1ae, regvalue, cur_col, wrap)
3696 #define SCB_NEXT2 0x1ae
  /src/sys/dev/ic/
aic79xx.c 2049 next = ahd_inw_scbram(ahd, SCB_NEXT2);
2052 ahd_outw(ahd, SCB_NEXT2, next);
7260 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
7377 ahd_outw(ahd, SCB_NEXT2, tid_next);
7388 ahd_outw(ahd, SCB_NEXT2, tid_cur);
7391 ahd_outw(ahd, SCB_NEXT2, tid_next);
8860 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
8863 ahd_inw_scbram(ahd, SCB_NEXT2));
8905 ahd_inw_scbram(ahd, SCB_NEXT2),

Completed in 23 milliseconds