Searched refs:SCB_NEXT2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c2105 next = ahd_inw_scbram(ahd, SCB_NEXT2);
2108 ahd_outw(ahd, SCB_NEXT2, next);
7528 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
7699 ahd_outw(ahd, SCB_NEXT2, tid_next);
7709 ahd_outw(ahd, SCB_NEXT2, tid_cur);
7712 ahd_outw(ahd, SCB_NEXT2, tid_next);
9189 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9192 ahd_inw_scbram(ahd, SCB_NEXT2));
9234 ahd_inw_scbram(ahd, SCB_NEXT2),
H A Daic79xx_reg.h2366 ahd_print_register(NULL, 0, "SCB_NEXT2", 0x1ae, regvalue, cur_col, wrap)
3744 #define SCB_NEXT2 0x1ae macro

Completed in 133 milliseconds