Home
last modified time | relevance | path

Searched refs:MSG_OUT (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/dev/microcode/siop/
Doosiop.ss81 JUMP REL(msgout), WHEN MSG_OUT
110 MOVE 0, 0, WHEN MSG_OUT
Desiop.ss197 JUMP REL(msgout), WHEN MSG_OUT;
272 ; waiting for a valid phase, so we have to do it now. If not a MSG_OUT phase,
274 INT int_err, WHEN NOT MSG_OUT;
327 MOVE FROM t_msg_out, WHEN MSG_OUT;
Dosiop.ss87 JUMP REL(msgout), IF MSG_OUT
163 MOVE FROM ds_MsgOut, WHEN MSG_OUT
Dsiop.ss124 JUMP REL(msgout), WHEN MSG_OUT;
277 MOVE FROM t_msg_out, WHEN MSG_OUT;
/netbsd/src/sys/arch/amiga/dev/
Dsiop_script.ss78 JUMP REL(msgout), IF MSG_OUT
155 MOVE FROM ds_MsgOut, WHEN MSG_OUT
Dsiop2_script.ss79 JUMP REL(msgout), IF MSG_OUT
160 MOVE FROM ds_MsgOut, WHEN MSG_OUT
/netbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.seq673 mvi MSG_OUT, MSG_IDENTIFYFLAG;
756 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full
765 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
772 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
775 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
783 mov SINDEX, MSG_OUT;
824 mov LAST_MSG, MSG_OUT;
825 mvi MSG_OUT, MSG_NOOP; /* No message left */
1248 mov MSG_OUT,SINDEX ret;
Daic7xxx.seq651 mvi MSG_OUT, MSG_IDENTIFYFLAG;
1478 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full
1487 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
1494 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
1497 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
1509 mov SINDEX, MSG_OUT;
1550 mov LAST_MSG, MSG_OUT;
1551 mvi MSG_OUT, MSG_NOOP; /* No message left */
1959 mov MSG_OUT,SINDEX ret;
Daic7xxx.reg1322 MSG_OUT {
1461 * Snapshot of MSG_OUT taken after each message is sent.
Daic7xxx_reg.h1312 #define MSG_OUT 0x3a macro
Daic79xx.reg3561 MSG_OUT {
3673 * Snapshot of MSG_OUT taken after each message is sent.
Daic79xx_reg.h3531 #define MSG_OUT 0x131 macro
/netbsd/src/sys/dev/ic/
Daic7xxx.c282 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ in ahc_restart()
629 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint()
1142 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint()
2283 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahc_setup_initiator_msgout()
2339 ahc_inb(ahc, MSG_OUT), scb->flags); in ahc_setup_initiator_msgout()
2536 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state()
2619 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation()
3518 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG); in ahc_handle_msg_reject()
4847 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_init()
Daic79xx.c339 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart()
1081 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
1136 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
1270 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
1929 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error()
2429 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation()
3464 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout()
3484 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahd_setup_initiator_msgout()
3550 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout()
3761 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state()
[all …]
Daic7xxx_osm.c938 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_timeout()