Searched refs:SCB_TAG (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 447 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 614 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint() 704 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 794 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 818 u_int scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 888 scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 940 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint() 1004 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_scsiint() 1174 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_scsiint() 2146 scb_tag = ahc_inb(ahc, SCB_TAG); in ahc_update_pending_scbs() [all …]
|
| H A D | aic7xxx.seq | 132 cmp SCB_TAG, A je . + 2; 623 mov SCB_TAG jmp complete_post; 1517 * Use SCB_TAG (the position in the kernel's SCB array) as the tag value. 1527 mov SCB_TAG jmp p_mesgout_onebyte; 1604 * We received a "command complete" message. Put the SCB_TAG into the QOUTFIFO, 1666 mov SCB_TAG call dma_scb; 1673 mov SCB_TAG call complete_post; 1717 mov ARG_1, SCB_TAG; 2058 cmp SCB_TAG, A jne findSCB_next; 2352 mvi SCB_TAG, SCB_LIST_NULL; [all …]
|
| H A D | aic7xxx_reg.h | 1652 #define SCB_TAG 0xbb macro
|
| H A D | aic7xxx.reg | 1085 SCB_TAG {
|
| H A D | aic79xx_reg.h | 3699 #define SCB_TAG 0x190 macro
|
| H A D | aic79xx.reg | 3840 SCB_TAG {
|
| H A D | aic79xx.seq | 1264 bmov SCB_TAG, SCBPTR, 2;
|
| H A D | aic79xx.c | 452 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo()
|