Searched refs:MSG_OUT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | 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;
|
| HD | 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;
|
| HD | aic7xxx.c | 262 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ in ahc_restart() 632 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint() 1144 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint() 2293 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahc_setup_initiator_msgout() 2349 ahc_inb(ahc, MSG_OUT), scb->flags); in ahc_setup_initiator_msgout() 2546 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state() 2628 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation() 3594 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG); in ahc_handle_msg_reject() 4755 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_chip_init() 7109 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_recover_commands()
|
| HD | aic79xx.c | 321 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart() 1107 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 1163 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 1298 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 1986 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error() 2529 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation() 3569 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout() 3590 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahd_setup_initiator_msgout() 3658 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout() 3868 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state() [all …]
|
| HD | aic7xxx.reg | 1318 MSG_OUT { 1458 * Snapshot of MSG_OUT taken after each message is sent.
|
| HD | aic7xxx_reg.h | 1303 #define MSG_OUT 0x3a macro
|
| HD | aic79xx.reg | 3574 MSG_OUT { 3686 * Snapshot of MSG_OUT taken after each message is sent.
|
| HD | aic79xx_reg.h | 3571 #define MSG_OUT 0x137 macro
|