HomeSort by: relevance | last modified time | path
    Searched refs:SCB_TAG (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 132 cmp SCB_TAG, A je . + 2;
621 mov SCB_TAG jmp complete_post;
1518 * Use SCB_TAG (the position in the kernel's SCB array) as the tag value.
1528 mov SCB_TAG jmp p_mesgout_onebyte;
1605 * We received a "command complete" message. Put the SCB_TAG into the QOUTFIFO,
1667 mov SCB_TAG call dma_scb;
1674 mov SCB_TAG call complete_post;
1718 mov ARG_1, SCB_TAG;
2059 cmp SCB_TAG, A jne findSCB_next;
2353 mvi SCB_TAG, SCB_LIST_NULL
    [all...]
aic7xxx.reg 1086 SCB_TAG {
aic7xxx_reg.h 887 ahc_print_register(NULL, 0, "SCB_TAG", 0xbb, regvalue, cur_col, wrap)
1660 #define SCB_TAG 0xbb
aic79xx.seq 1074 bmov SCB_TAG, SCBPTR, 2;
aic79xx.reg 3805 SCB_TAG {
aic79xx_reg.h 2245 ahd_print_register(NULL, 0, "SCB_TAG", 0x190, regvalue, cur_col, wrap)
3653 #define SCB_TAG 0x190
  /src/sys/dev/ic/
aic7xxx.c 463 scb_index = ahc_inb(ahc, SCB_TAG);
616 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
618 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
708 scb_index = ahc_inb(ahc, SCB_TAG);
799 scb_index = ahc_inb(ahc, SCB_TAG);
823 u_int scbindex = ahc_inb(ahc, SCB_TAG);
894 scbindex = ahc_inb(ahc, SCB_TAG);
944 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
946 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
1010 scb_index = ahc_inb(ahc, SCB_TAG);
2141 u_int scb_tag; local in function:ahc_update_pending_scbs
    [all...]
aic7xxx_osm.c 884 active_scb_index = ahc_inb(ahc, SCB_TAG);
aic79xx.c 464 ahd_outw(ahd, SCB_TAG, SCB_GET_TAG(scb));
3271 u_int scb_tag; local in function:ahd_update_pending_scbs
3328 for (scb_tag = 0; scb_tag < ahd->scb_data.maxhscbs; scb_tag++) {
3332 pending_scb = ahd_lookup_scb(ahd, scb_tag);
3335 ahd_set_scbptr(ahd, scb_tag);
7441 ahd_outb(ahd, SCB_TAG, SCB_LIST_NULL);

Completed in 30 milliseconds