Searched refs:SCB_CONTROL (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 164 or SCB_CONTROL, STATUS_RCVD; 331 mov A, SCB_CONTROL; 376 test SCB_CONTROL, MK_MESSAGE jz batch_scb; 574 test SCB_CONTROL, MK_MESSAGE jz . + 3; 805 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message; 944 or SCB_CONTROL, STATUS_RCVD; 977 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop; 980 test SCB_CONTROL, DISCENB jnz . + 2; 987 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte; 991 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; [all …]
|
H A D | aic7xxx.seq | 386 test SCB_CONTROL, TARGET_SCB jz . + 2; 399 test SCB_CONTROL, ULTRAENB jz . + 2; 472 test SCB_CONTROL, TAG_ENB jz . + 3; 482 test SCB_CONTROL, MK_MESSAGE jz target_ITloop; 1473 or SCB_CONTROL, STATUS_RCVD; 1510 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop; 1513 test SCB_CONTROL, DISCENB jnz . + 2; 1520 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte; 1524 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1632 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation; [all …]
|
H A D | aic79xx.c | 1099 ahd_outb(ahd, SCB_CONTROL, scb->hscb->control); in ahd_handle_seqint() 1165 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_seqint() 1166 ahd_inb_scbram(ahd, SCB_CONTROL) in ahd_handle_seqint() 1281 ahd_inb_scbram(ahd, SCB_CONTROL)); in ahd_handle_seqint() 1403 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_seqint() 1404 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_handle_seqint() 2480 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL) in ahd_handle_proto_violation() 3434 control = ahd_inb_scbram(ahd, SCB_CONTROL); in ahd_update_pending_scbs() 3437 ahd_outb(ahd, SCB_CONTROL, control); in ahd_update_pending_scbs() 3649 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout() [all …]
|
H A D | aic7xxx_reg.h | 1632 #define SCB_CONTROL 0xb8 macro
|
H A D | aic7xxx.reg | 1062 SCB_CONTROL {
|
H A D | aic79xx_reg.h | 3702 #define SCB_CONTROL 0x192 macro
|
H A D | aic79xx.reg | 3844 SCB_CONTROL {
|