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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.c2119 next = ahd_inw_scbram(ahd, SCB_NEXT2);
2122 ahd_outw(ahd, SCB_NEXT2, next);
7572 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
7746 ahd_outw(ahd, SCB_NEXT2, tid_next);
7757 ahd_outw(ahd, SCB_NEXT2, tid_cur);
7760 ahd_outw(ahd, SCB_NEXT2, tid_next);
9245 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9248 ahd_inw_scbram(ahd, SCB_NEXT2));
9290 ahd_inw_scbram(ahd, SCB_NEXT2),
H A Daic79xx_reg.h2366 ahd_print_register(NULL, 0, "SCB_NEXT2", 0x1ae, regvalue, cur_col, wrap)
3745 #define SCB_NEXT2 0x1ae macro

Completed in 187 milliseconds