Home
last modified time | relevance | path

Searched refs:SCB_CONTROL (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.seq130 or SCB_CONTROL, STATUS_RCVD;
295 test SCB_CONTROL, MK_MESSAGE jnz first_new_target_scb;
454 test SCB_CONTROL, MK_MESSAGE jz . + 3;
612 test SCB_CONTROL, MK_MESSAGE jnz select_out_inc_tid_q;
640 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message;
753 or SCB_CONTROL, STATUS_RCVD;
786 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
789 test SCB_CONTROL, DISCENB jnz . + 2;
796 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
800 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
[all …]
Daic7xxx.seq386 test SCB_CONTROL, TARGET_SCB jz . + 2;
398 test SCB_CONTROL, ULTRAENB jz . + 2;
471 test SCB_CONTROL, TAG_ENB jz . + 3;
481 test SCB_CONTROL, MK_MESSAGE jz target_ITloop;
1476 or SCB_CONTROL, STATUS_RCVD;
1513 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
1516 test SCB_CONTROL, DISCENB jnz . + 2;
1523 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1527 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1635 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation;
[all …]
Daic7xxx_reg.h1642 #define SCB_CONTROL 0xb8 macro
Daic7xxx.reg1065 SCB_CONTROL {
Daic79xx.reg3810 SCB_CONTROL {
/mirbsd/src/sys/dev/ic/
Daic7xxx.c634 ahc_inb(ahc, SCB_CONTROL)); in ahc_handle_seqint()
962 ahc_inb(ahc, SCB_CONTROL)); in ahc_handle_seqint()
2168 control = ahc_inb(ahc, SCB_CONTROL); in ahc_update_pending_scbs()
2171 ahc_outb(ahc, SCB_CONTROL, control); in ahc_update_pending_scbs()
2364 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE); in ahc_setup_initiator_msgout()
2600 } else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) { in ahc_handle_proto_violation()
3524 ahc_outb(ahc, SCB_CONTROL, in ahc_handle_msg_reject()
3525 ahc_inb(ahc, SCB_CONTROL) & mask); in ahc_handle_msg_reject()
4163 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_build_free_scb_list()
5688 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_rem_scb_from_disc_list()
[all …]
Daic7xxx_openbsd.c905 ahc_outb(ahc, SCB_CONTROL, in ahc_timeout()
906 ahc_inb(ahc, SCB_CONTROL) in ahc_timeout()