Searched refs:SCB_NEXT (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 135 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 D | aic79xx.seq | 318 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 D | aic7xxx_reg.h | 1660 #define SCB_NEXT 0xbf macro
|
H A D | aic79xx.c | 5579 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 D | aic7xxx.reg | 1097 SCB_NEXT {
|
H A D | aic79xx_reg.h | 3739 #define SCB_NEXT 0x1ac macro
|
H A D | aic79xx.reg | 3899 SCB_NEXT {
|