Searched refs:COMPLETE_DMA_SCB_HEAD (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 229 bmov COMPLETE_DMA_SCB_HEAD, SCB_NEXT_COMPLETE, 2; 254 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count; 428 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne dma_complete_scb; 476 bmov SCBPTR, COMPLETE_DMA_SCB_HEAD, 2; 1271 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne add_dma_scb_tail; 1272 bmov COMPLETE_DMA_SCB_HEAD, SCBPTR, 2;
|
| D | aic79xx_reg.h | 3561 #define COMPLETE_DMA_SCB_HEAD 0x12c macro
|
| D | aic79xx.reg | 3536 COMPLETE_DMA_SCB_HEAD {
|
| /openbsd/src/sys/dev/ic/ |
| D | aic79xx.c | 481 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo() 483 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo() 538 scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo() 558 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 6447 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_chip_init() 8799 scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_dump_card_state()
|