Searched refs:SCB_NEXT_COMPLETE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 93 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je join_lists; 97 bmov SCBPTR, SCB_NEXT_COMPLETE, 2; 98 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . - 1; 100 bmov SCB_NEXT_COMPLETE, COMPLETE_SCB_HEAD, 2; 226 bmov COMPLETE_DMA_SCB_HEAD, SCB_NEXT_COMPLETE, 2; 227 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . + 2; 230 bmov SCB_NEXT_COMPLETE, COMPLETE_ON_QFREEZE_HEAD, 2; 233 bmov SCB_NEXT_COMPLETE, COMPLETE_SCB_HEAD, 2; 446 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je fill_qoutfifo_done; 461 bmov SCBPTR, SCB_NEXT_COMPLETE, 2; [all …]
|
H A D | aic79xx.c | 453 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL); in ahd_flush_qoutfifo() 463 ahd_outw(ahd, SCB_NEXT_COMPLETE, scbid); in ahd_flush_qoutfifo() 516 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo() 537 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo() 554 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo() 9052 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state() 9062 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state() 9072 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state() 9081 scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_dump_card_state()
|
H A D | aic79xx_reg.h | 3697 #define SCB_NEXT_COMPLETE 0x18c macro
|
H A D | aic79xx.reg | 3838 alias SCB_NEXT_COMPLETE
|