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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 129 or SCB_CONTROL, STATUS_RCVD;
294 test SCB_CONTROL, MK_MESSAGE jnz first_new_target_scb;
453 test SCB_CONTROL, MK_MESSAGE jz . + 3;
611 test SCB_CONTROL, MK_MESSAGE jnz select_out_inc_tid_q;
639 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message;
752 or SCB_CONTROL, STATUS_RCVD;
785 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
788 test SCB_CONTROL, DISCENB jnz . + 2;
795 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
799 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
    [all...]
aic7xxx.seq 385 test SCB_CONTROL, TARGET_SCB jz . + 2;
397 test SCB_CONTROL, ULTRAENB jz . + 2;
470 test SCB_CONTROL, TAG_ENB jz . + 3;
480 test SCB_CONTROL, MK_MESSAGE jz target_ITloop;
1474 or SCB_CONTROL, STATUS_RCVD;
1511 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
1514 test SCB_CONTROL, DISCENB jnz . + 2;
1521 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1525 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1633 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation
    [all...]
aic7xxx.reg 1064 SCB_CONTROL {
aic7xxx_reg.h 866 ahc_print_register(NULL, 0, "SCB_CONTROL", 0xb8, regvalue, cur_col, wrap)
1641 #define SCB_CONTROL 0xb8
aic79xx.reg 3809 SCB_CONTROL {
aic79xx_reg.h 2252 ahd_print_register(NULL, 0, "SCB_CONTROL", 0x192, regvalue, cur_col, wrap)
3656 #define SCB_CONTROL 0x192
  /src/sys/dev/ic/
aic7xxx_osm.c 1016 ahc_outb(ahc, SCB_CONTROL,
1017 ahc_inb(ahc, SCB_CONTROL)
aic7xxx.c 616 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
619 ahc_inb(ahc, SCB_CONTROL));
944 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
947 ahc_inb(ahc, SCB_CONTROL));
2150 control = ahc_inb(ahc, SCB_CONTROL);
2153 ahc_outb(ahc, SCB_CONTROL, control);
2346 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
2582 } else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) {
3513 ahc_outb(ahc, SCB_CONTROL,
    [all...]
aic79xx.c 1080 ahd_outb(ahd, SCB_CONTROL, scb->hscb->control);
1145 ahd_outb(ahd, SCB_CONTROL,
1146 ahd_inb_scbram(ahd, SCB_CONTROL)
1257 "SCB_CONTROL == 0x%x\n",
1260 ahd_inb_scbram(ahd, SCB_CONTROL));
1379 ahd_outb(ahd, SCB_CONTROL,
1380 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
2391 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
3337 control = ahd_inb_scbram(ahd, SCB_CONTROL);
3340 ahd_outb(ahd, SCB_CONTROL, control)
    [all...]

Completed in 27 milliseconds