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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4305 ahc_outb(ahc, SCB_NEXT, i+1);
4307 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
4325 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
5619 next = ahc_inb(ahc, SCB_NEXT);
5625 next = ahc_inb(ahc, SCB_NEXT);
5783 next = ahc_inb(ahc, SCB_NEXT);
5789 next = ahc_inb(ahc, SCB_NEXT);
5807 next = ahc_inb(ahc, SCB_NEXT);
5815 ahc_outb(ahc, SCB_NEXT, next);
5837 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.c5647 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
7690 next = ahd_inw_scbram(ahd, SCB_NEXT);
7771 ahd_outw(ahd, SCB_NEXT, next);
9236 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9238 ahd_inw_scbram(ahd, SCB_NEXT),
9280 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 218 milliseconds