Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq653 mvi MSG_OUT, MSG_IDENTIFYFLAG;
1477 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full
1486 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
1493 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
1496 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
1508 mov SINDEX, MSG_OUT;
1549 mov LAST_MSG, MSG_OUT;
1550 mvi MSG_OUT, MSG_NOOP; /* No message left */
1958 mov MSG_OUT,SINDEX ret;
H A Daic79xx.seq840 mvi MSG_OUT, MSG_IDENTIFYFLAG;
948 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full
957 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
964 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
967 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
975 mov SINDEX, MSG_OUT;
1016 mov LAST_MSG, MSG_OUT;
1017 mvi MSG_OUT, MSG_NOOP; /* No message left */
1452 mov MSG_OUT,SINDEX ret;
H A Daic79xx.c314 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart()
1100 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
1156 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
1291 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
1979 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error()
2520 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation()
3560 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout()
3581 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahd_setup_initiator_msgout()
3649 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout()
3859 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state()
[all …]
H A Daic7xxx.reg1318 MSG_OUT {
1458 * Snapshot of MSG_OUT taken after each message is sent.
H A Daic7xxx_reg.h1303 #define MSG_OUT 0x3a macro
H A Daic79xx.reg3574 MSG_OUT {
3686 * Snapshot of MSG_OUT taken after each message is sent.
H A Daic79xx_reg.h3571 #define MSG_OUT 0x137 macro