Home
last modified time | relevance | path

Searched full:scb_next (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq135 mov NEXT_QUEUED_SCB, SCB_NEXT;
136 mov SCB_NEXT,WAITING_SCBH;
440 mov WAITING_SCBH,SCB_NEXT;
2054 cmp SCB_NEXT, SCB_LIST_NULL je findSCB_notFound;
2056 mov SCBPTR,SCB_NEXT;
2061 mov DINDEX, SCB_NEXT;
2064 mov SCB_NEXT, DINDEX;
2067 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2351 mov SCB_NEXT, FREE_SCBH;
2376 mov DISCONNECTED_SCBH, SCB_NEXT;
[all …]
H A Daic79xx.seq318 mvi SCB_NEXT[1], SCB_LIST_NULL;
394 bmov SCB_NEXT, REG0, 2 ret;
731 bmov SCBPTR, SCB_NEXT, 2;
746 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_clear_tail;
755 bmov REG0, SCB_NEXT, 2;
H A Daic7xxx.c4252 ahc_outb(ahc, SCB_NEXT, i+1); in ahc_build_free_scb_list()
4254 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list()
4272 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list()
5576 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo()
5582 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo()
5737 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list()
5743 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list()
5761 next = ahc_inb(ahc, SCB_NEXT); in ahc_rem_scb_from_disc_list()
5769 ahc_outb(ahc, SCB_NEXT, next); in ahc_rem_scb_from_disc_list()
5791 ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH)); in ahc_add_curscb_to_free_list()
[all …]
H A Daic7xxx_reg.h908 ahc_print_register(NULL, 0, "SCB_NEXT", 0xbf, regvalue, cur_col, wrap)
1660 #define SCB_NEXT 0xbf macro
H A Daic7xxx.reg1097 SCB_NEXT {
H A Daic79xx_reg.h2357 ahd_print_register(NULL, 0, "SCB_NEXT", 0x1ac, regvalue, cur_col, wrap)
3739 #define SCB_NEXT 0x1ac macro
H A Daic7xxx_reg_print.c1455 return (ahc_print_register(NULL, 0, "SCB_NEXT", in ahc_scb_next_print()
H A Daic79xx.c5579 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL); in ahd_initialize_hscbs()
7627 next = ahd_inw_scbram(ahd, SCB_NEXT); in ahd_search_scb_list()
7706 ahd_outw(ahd, SCB_NEXT, next); in ahd_rem_wscb()
9162 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n", in ahd_dump_card_state()
9164 ahd_inw_scbram(ahd, SCB_NEXT), in ahd_dump_card_state()
9206 ahd_inw_scbram(ahd, SCB_NEXT), in ahd_dump_scbs()
H A Daic79xx.reg3899 SCB_NEXT {
H A Daic79xx_reg_print.c3648 return (ahd_print_register(NULL, 0, "SCB_NEXT", in ahd_scb_next_print()