Home
last modified time | relevance | path

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

/openbmc/hiomapd/
H A Dmboxctl.c36 #define MSG_OUT(...) do { if (!silent) { \ macro
49 MSG_OUT(USAGE, name); in usage()
111 MSG_OUT("Ping: %s\n", rc ? strerror(-rc) : "Success"); in handle_cmd_ping()
125 MSG_OUT("Daemon State: %s\n", resp == DAEMON_STATE_ACTIVE ? in handle_cmd_daemon_state()
139 MSG_OUT("LPC Bus Maps: %s\n", resp == LPC_STATE_MEM ? in handle_cmd_lpc_state()
153 MSG_OUT("Kill: %s\n", rc ? strerror(-rc) : "Success"); in handle_cmd_kill()
163 MSG_OUT("Reset: %s\n", rc ? strerror(-rc) : "Success"); in handle_cmd_reset()
173 MSG_OUT("Suspend: %s\n", rc ? strerror(-rc) : "Success"); in handle_cmd_suspend()
225 MSG_OUT("Resume: %s\n", rc < 0 ? strerror(-rc) : "Success"); in handle_cmd_resume()
240 MSG_OUT("Clear Cache: %s\n", rc ? strerror(-rc) : "Success"); in handle_cmd_modified()
[all …]
/openbmc/btbridge/
H A Dbtbridged.c267 MSG_OUT("Sending SMS_ATN ioctl (%d) to %s\n", in method_send_sms_atn()
491 MSG_OUT("Processed %d dbus events\n", r); in dispatch_sd_bus()
567 MSG_OUT("\t"); in dispatch_bt()
666 MSG_OUT("Verbose logging\n"); in main()
669 MSG_OUT("Debug logging\n"); in main()
671 MSG_OUT("Starting\n"); in main()
678 MSG_OUT("Registering dbus methods/signals\n"); in main()
697 MSG_OUT("Getting dbus file descriptors\n"); in main()
705 MSG_OUT("Opening %s\n", BT_BMC_PATH); in main()
713 MSG_OUT("Creating timer fd\n"); in main()
[all …]
/openbmc/phosphor-mboxd/
H A Dmboxctl.c51 #define MSG_OUT(...) do { if (!silent) { \ macro
64 MSG_OUT(USAGE, name); in usage()
185 MSG_OUT("Ping: %s\n", dbus_err_str[-rc]); in handle_cmd_ping()
215 MSG_OUT("Daemon State: %s\n", resp.args[0] == DAEMON_STATE_ACTIVE ? in handle_cmd_daemon_state()
248 MSG_OUT("LPC Bus Maps: %s\n", resp.args[0] == LPC_STATE_MEM ? in handle_cmd_lpc_state()
273 MSG_OUT("Kill: %s\n", dbus_err_str[-rc]); in handle_cmd_kill()
292 MSG_OUT("Reset: %s\n", dbus_err_str[-rc]); in handle_cmd_reset()
311 MSG_OUT("Suspend: %s\n", dbus_err_str[-rc]); in handle_cmd_suspend()
352 MSG_OUT("Resume: %s\n", dbus_err_str[-rc]); in handle_cmd_resume()
373 MSG_OUT("Clear Cache: %s\n", dbus_err_str[-rc]); in handle_cmd_modified()
[all …]
/openbmc/linux/drivers/scsi/
H A D53c700.scr62 ABSOLUTE MSG_OUT = 0x90
143 JUMP SendIdentifyMsg, IF MSG_OUT
174 MOVE MessageCount, MessageLocation, WHEN MSG_OUT
176 RETURN, WHEN NOT MSG_OUT
319 INT MSG_OUT_AFTER_DATA_IN, if MSG_OUT
H A Dinitio.c1306 if (host->phase == MSG_OUT) { in initio_state_1()
1408 case MSG_OUT: /* Message out phase */ in initio_state_3()
1472 case MSG_OUT: /* Message out phase */ in initio_state_4()
1788 if (host->phase == MSG_OUT) { in initio_status_msg()
1801 if (host->phase != MSG_OUT) in initio_status_msg()
2010 if (host->phase != MSG_OUT) in initio_msgout_abort_targ()
2033 if (host->phase != MSG_OUT) in initio_msgout_abort_tag()
2106 if (host->phase == MSG_OUT) { in initio_msgout_reject()
2163 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2199 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
[all …]
H A D53c700_d.h_shipped65 ABSOLUTE MSG_OUT = 0x90
152 JUMP SendIdentifyMsg, IF MSG_OUT
222 MOVE MessageCount, MessageLocation, WHEN MSG_OUT
227 RETURN, WHEN NOT MSG_OUT
619 INT MSG_OUT_AFTER_DATA_IN, if MSG_OUT
H A Dinitio.h285 #define MSG_OUT 6 /* 3 */ macro
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq651 mvi MSG_OUT, MSG_IDENTIFYFLAG;
1475 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full
1484 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
1491 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
1494 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
1506 mov SINDEX, MSG_OUT;
1547 mov LAST_MSG, MSG_OUT;
1548 mvi MSG_OUT, MSG_NOOP; /* No message left */
1956 mov MSG_OUT,SINDEX ret;
H A Daic79xx.seq842 mvi MSG_OUT, MSG_IDENTIFYFLAG;
950 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full
959 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
966 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
969 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
977 mov SINDEX, MSG_OUT;
1018 mov LAST_MSG, MSG_OUT;
1019 mvi MSG_OUT, MSG_NOOP; /* No message left */
1454 mov MSG_OUT,SINDEX ret;
H A Daic7xxx_core.c818 ahc_outb(ahc, MSG_OUT, NOP); /* No message to send */ in ahc_restart()
1186 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint()
1700 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint()
2863 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahc_setup_initiator_msgout()
2919 ahc_inb(ahc, MSG_OUT), scb->flags); in ahc_setup_initiator_msgout()
3107 ahc_outb(ahc, MSG_OUT, NOP); in ahc_clear_msg_state()
3190 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation()
4089 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG); in ahc_handle_msg_reject()
5171 ahc_outb(ahc, MSG_OUT, NOP); in ahc_chip_init()
H A Daic79xx_core.c1129 ahd_outb(ahd, MSG_OUT, NOP); /* No message to send */ in ahd_restart()
1950 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
2009 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
2142 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint()
2835 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error()
3367 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation()
4380 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout()
4400 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahd_setup_initiator_msgout()
4466 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout()
4667 ahd_outb(ahd, MSG_OUT, NOP); in ahd_clear_msg_state()
[all …]
H A Daic7xxx.reg1454 MSG_OUT {
1611 * Snapshot of MSG_OUT taken after each message is sent.
H A Daic7xxx_reg.h_shipped429 #define MSG_OUT 0x3a
H A Daic7xxx_osm.c2206 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_linux_queue_recovery_cmd()
H A Daic79xx.reg3812 MSG_OUT {
3939 * Snapshot of MSG_OUT taken after each message is sent.
H A Daic79xx_reg.h_shipped1559 #define MSG_OUT 0x137
H A Daic79xx_osm.c2255 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx368 - Add a check of the MSG_OUT phase after Selection with ATN.