Searched refs:SCB_TAG (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq728 * 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_NUL
[all...]
H A Daic7xxx_reg.h513 #define SCB_TAG 0xb9 macro
H A Daic7xxx.reg940 SCB_TAG {
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq132 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_NUL
[all...]
H A Daic7xxx_core.c589 * locate the correct SCB by SCB_TAG.
1020 scb_index = ahc_inb(ahc, SCB_TAG);
1180 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
1182 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
1272 scb_index = ahc_inb(ahc, SCB_TAG);
1364 scb_index = ahc_inb(ahc, SCB_TAG);
1388 u_int scbindex = ahc_inb(ahc, SCB_TAG);
1459 scbindex = ahc_inb(ahc, SCB_TAG);
1509 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
1511 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
[all...]
H A Daic7xxx.reg1182 SCB_TAG {
H A Daic7xxx_osm.c2221 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
2240 active_scb_index = ahc_inb(ahc, SCB_TAG);
H A Daic7xxx_reg.h_shipped187 ahc_print_register(NULL, 0, "SCB_TAG", 0xbb, regvalue, cur_col, wrap)
777 #define SCB_TAG 0xbb
H A Daic79xx.seq1266 bmov SCB_TAG, SCBPTR, 2;
H A Daic79xx.reg4113 SCB_TAG {
H A Daic79xx_reg.h_shipped1160 ahd_print_register(NULL, 0, "SCB_TAG", 0x190, regvalue, cur_col, wrap)
2561 #define SCB_TAG 0x190
H A Daic79xx_core.c826 * locate the correct SCB by SCB_TAG.
1274 ahd_outw(ahd, SCB_TAG, scbid);
8571 ahd_outb(ahd, SCB_TAG, SCB_LIST_NULL);
/drivers/scsi/
H A Daic7xxx_old.c2412 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
2506 if (aic_inb(p, SCB_TAG) == scb->hscb->tag)
3122 scb_tag = aic_inb(p, SCB_TAG);
3242 scb_index = aic_inb(p, SCB_TAG);
3305 scb_index = aic_inb(p, SCB_TAG);
3339 * a valid SCB_TAG value or SCB_CONTROL byte.
3349 if (aic_inb(p, SCB_TAG) < p->scb_data->numscbs)
3358 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
3382 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
3389 scbid = aic_inb(p, SCB_TAG);
[all...]

Completed in 87 milliseconds