Searched refs:MSG_OUT (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/sys/dev/microcode/siop/ |
| D | oosiop.ss | 81 JUMP REL(msgout), WHEN MSG_OUT 110 MOVE 0, 0, WHEN MSG_OUT
|
| D | esiop.ss | 197 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;
|
| D | osiop.ss | 87 JUMP REL(msgout), IF MSG_OUT 163 MOVE FROM ds_MsgOut, WHEN MSG_OUT
|
| D | siop.ss | 124 JUMP REL(msgout), WHEN MSG_OUT; 277 MOVE FROM t_msg_out, WHEN MSG_OUT;
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | siop_script.ss | 78 JUMP REL(msgout), IF MSG_OUT 155 MOVE FROM ds_MsgOut, WHEN MSG_OUT
|
| D | siop2_script.ss | 79 JUMP REL(msgout), IF MSG_OUT 160 MOVE FROM ds_MsgOut, WHEN MSG_OUT
|
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 673 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;
|
| D | aic7xxx.seq | 651 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;
|
| D | aic7xxx.reg | 1322 MSG_OUT { 1461 * Snapshot of MSG_OUT taken after each message is sent.
|
| D | aic7xxx_reg.h | 1312 #define MSG_OUT 0x3a macro
|
| D | aic79xx.reg | 3561 MSG_OUT { 3673 * Snapshot of MSG_OUT taken after each message is sent.
|
| D | aic79xx_reg.h | 3531 #define MSG_OUT 0x131 macro
|
| /netbsd/src/sys/dev/ic/ |
| D | aic7xxx.c | 282 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()
|
| D | aic79xx.c | 339 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 …]
|
| D | aic7xxx_osm.c | 938 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_timeout()
|