Home
last modified time | relevance | path

Searched refs:SCB_NEXT (Results 1 – 7 of 7) 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_reg.h1660 #define SCB_NEXT 0xbf macro
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()
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 Daic7xxx.reg1097 SCB_NEXT {
H A Daic79xx_reg.h3739 #define SCB_NEXT 0x1ac macro
H A Daic79xx.reg3899 SCB_NEXT {