Searched refs:MSG_OUT (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 653 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 D | aic79xx.seq | 840 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 D | aic79xx.c | 314 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 D | aic7xxx.reg | 1318 MSG_OUT { 1458 * Snapshot of MSG_OUT taken after each message is sent.
|
H A D | aic7xxx_reg.h | 1303 #define MSG_OUT 0x3a macro
|
H A D | aic79xx.reg | 3574 MSG_OUT { 3686 * Snapshot of MSG_OUT taken after each message is sent.
|
H A D | aic79xx_reg.h | 3571 #define MSG_OUT 0x137 macro
|