Searched refs:SCB_TAG (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1020 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 1182 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint() 1272 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 1364 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 1388 u_int scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 1459 scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 1511 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint() 1575 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_scsiint() 1745 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_scsiint() 2749 scb_tag = ahc_inb(ahc, SCB_TAG); in ahc_update_pending_scbs() [all …]
|
D | aic7xxx.seq | 132 cmp SCB_TAG, A je . + 2; 621 mov SCB_TAG jmp complete_post; 1515 * Use SCB_TAG (the position in the kernel's SCB array) as the tag value. 1525 mov SCB_TAG jmp p_mesgout_onebyte; 1602 * We received a "command complete" message. Put the SCB_TAG into the QOUTFIFO, 1664 mov SCB_TAG call dma_scb; 1671 mov SCB_TAG call complete_post; 1715 mov ARG_1, SCB_TAG; 2056 cmp SCB_TAG, A jne findSCB_next; 2350 mvi SCB_TAG, SCB_LIST_NULL; [all …]
|
D | aic7xxx_reg.h_shipped | 187 ahc_print_register(NULL, 0, "SCB_TAG", 0xbb, regvalue, cur_col, wrap) 777 #define SCB_TAG 0xbb
|
D | aic7xxx_reg_print.c_shipped | 410 return (ahc_print_register(NULL, 0, "SCB_TAG",
|
D | aic7xxx_osm.c | 2221 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); in ahc_linux_queue_recovery_cmd() 2240 active_scb_index = ahc_inb(ahc, SCB_TAG); in ahc_linux_queue_recovery_cmd()
|
D | aic79xx_reg.h_shipped | 1160 ahd_print_register(NULL, 0, "SCB_TAG", 0x190, regvalue, cur_col, wrap) 2561 #define SCB_TAG 0x190
|
D | aic7xxx.reg | 1182 SCB_TAG {
|
D | aic79xx.reg | 4113 SCB_TAG {
|
D | aic79xx.seq | 1266 bmov SCB_TAG, SCBPTR, 2;
|
D | aic79xx_core.c | 1274 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 2412 aic_outb(p, SCB_LIST_NULL, SCB_TAG); in aic7xxx_add_curscb_to_free_list() 2506 if (aic_inb(p, SCB_TAG) == scb->hscb->tag) in aic7xxx_find_scb() 3122 scb_tag = aic_inb(p, SCB_TAG); in aic7xxx_reset_device() 3242 scb_index = aic_inb(p, SCB_TAG); in aic7xxx_reset_device() 3305 scb_index = aic_inb(p, SCB_TAG); in aic7xxx_reset_device() 3349 if (aic_inb(p, SCB_TAG) < p->scb_data->numscbs) in aic7xxx_reset_device() 3358 aic_outb(p, SCB_LIST_NULL, SCB_TAG); in aic7xxx_reset_device() 3382 aic_outb(p, SCB_LIST_NULL, SCB_TAG); in aic7xxx_reset_device() 3389 scbid = aic_inb(p, SCB_TAG); in aic7xxx_reset_device() 3396 aic_outb(p, SCB_LIST_NULL, SCB_TAG); in aic7xxx_reset_device() [all …]
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 728 * Use SCB_TAG (the position in the kernel's SCB array) as the tag value. 738 mov SCB_TAG jmp p_mesgout_onebyte; 804 * We got a "command complete" message, so put the SCB_TAG into the QOUTFIFO, 828 mov SCB_TAG call dma_scb; 836 mov SCB_TAG call dma_scb; 862 mov SCB_TAG call post_byte; 1166 mvi SCB_TAG jmp findSCB_loop; /* &SCB_TAG -> SINDEX */ 1232 mov ARG_1, SCB_TAG ret; 1512 mvi SCB_TAG, SCB_LIST_NULL ret; 1524 mov SCB_TAG call dma_scb;
|
D | aic7xxx_reg.h | 513 #define SCB_TAG 0xb9 macro
|
D | aic7xxx.reg | 940 SCB_TAG {
|