Searched refs:SCB_CONTROL (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 130 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 …]
|
| D | aic7xxx.seq | 386 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 …]
|
| D | aic7xxx_reg.h | 1642 #define SCB_CONTROL 0xb8 macro
|
| D | aic7xxx.reg | 1065 SCB_CONTROL {
|
| D | aic79xx.reg | 3810 SCB_CONTROL {
|
| /mirbsd/src/sys/dev/ic/ |
| D | aic7xxx.c | 634 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 …]
|
| D | aic7xxx_openbsd.c | 905 ahc_outb(ahc, SCB_CONTROL, in ahc_timeout() 906 ahc_inb(ahc, SCB_CONTROL) in ahc_timeout()
|