Searched refs:SCB_NEXT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4307 ahc_outb(ahc, SCB_NEXT, i+1);
4309 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
4327 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
5625 next = ahc_inb(ahc, SCB_NEXT);
5631 next = ahc_inb(ahc, SCB_NEXT);
5789 next = ahc_inb(ahc, SCB_NEXT);
5795 next = ahc_inb(ahc, SCB_NEXT);
5813 next = ahc_inb(ahc, SCB_NEXT);
5821 ahc_outb(ahc, SCB_NEXT, next);
5843 ahc_outb(ahc, SCB_NEXT, ahc_in
[all...]
H A Daic7xxx_reg.h910 ahc_print_register(NULL, 0, "SCB_NEXT", 0xbf, regvalue, cur_col, wrap)
1663 #define SCB_NEXT 0xbf macro
H A Daic79xx.c5656 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
7699 next = ahd_inw_scbram(ahd, SCB_NEXT);
7780 ahd_outw(ahd, SCB_NEXT, next);
9245 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9247 ahd_inw_scbram(ahd, SCB_NEXT),
9289 ahd_inw_scbram(ahd, SCB_NEXT),
H A Daic79xx_reg.h2359 ahd_print_register(NULL, 0, "SCB_NEXT", 0x1ac, regvalue, cur_col, wrap)
3742 #define SCB_NEXT 0x1ac macro

Completed in 130 milliseconds