Searched refs:SCB_CONTROL (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | 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 …]
|
| D | 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 …]
|
| D | aic7xxx_reg.h | 1641 #define SCB_CONTROL 0xb8 macro
|
| D | aic7xxx.reg | 1064 SCB_CONTROL {
|
| D | aic79xx_reg.h | 3656 #define SCB_CONTROL 0x192 macro
|
| D | aic79xx.reg | 3809 SCB_CONTROL {
|
| /netbsd/src/sys/dev/ic/ |
| D | aic79xx.c | 1080 ahd_outb(ahd, SCB_CONTROL, scb->hscb->control); in ahd_handle_seqint() 1145 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_seqint() 1146 ahd_inb_scbram(ahd, SCB_CONTROL) in ahd_handle_seqint() 1260 ahd_inb_scbram(ahd, SCB_CONTROL)); in ahd_handle_seqint() 1379 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_seqint() 1380 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_handle_seqint() 2391 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL) in ahd_handle_proto_violation() 3337 control = ahd_inb_scbram(ahd, SCB_CONTROL); in ahd_update_pending_scbs() 3340 ahd_outb(ahd, SCB_CONTROL, control); in ahd_update_pending_scbs() 3550 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout() [all …]
|
| D | aic7xxx.c | 619 ahc_inb(ahc, SCB_CONTROL)); in ahc_handle_seqint() 947 ahc_inb(ahc, SCB_CONTROL)); in ahc_handle_seqint() 2150 control = ahc_inb(ahc, SCB_CONTROL); in ahc_update_pending_scbs() 2153 ahc_outb(ahc, SCB_CONTROL, control); in ahc_update_pending_scbs() 2346 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE); in ahc_setup_initiator_msgout() 2582 } else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) { in ahc_handle_proto_violation() 3513 ahc_outb(ahc, SCB_CONTROL, in ahc_handle_msg_reject() 3514 ahc_inb(ahc, SCB_CONTROL) & mask); in ahc_handle_msg_reject() 4149 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_build_free_scb_list() 5669 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_rem_scb_from_disc_list() [all …]
|
| D | aic7xxx_osm.c | 1016 ahc_outb(ahc, SCB_CONTROL, in ahc_timeout() 1017 ahc_inb(ahc, SCB_CONTROL) in ahc_timeout()
|