HomeSort by: relevance | last modified time | path
    Searched refs:MSG_OUT (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
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;
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;
aic7xxx.reg 1322 MSG_OUT {
1461 * Snapshot of MSG_OUT taken after each message is sent.
aic7xxx_reg.h 292 ahc_print_register(NULL, 0, "MSG_OUT", 0x3a, regvalue, cur_col, wrap)
1312 #define MSG_OUT 0x3a
aic79xx.reg 3561 MSG_OUT {
3673 * Snapshot of MSG_OUT taken after each message is sent.
aic79xx_reg.h 2014 ahd_print_register(NULL, 0, "MSG_OUT", 0x131, regvalue, cur_col, wrap)
3531 #define MSG_OUT 0x131
  /src/sys/dev/ic/
aic7xxx.c 282 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
629 ahc_outb(ahc, MSG_OUT, HOST_MSG);
1142 ahc_outb(ahc, MSG_OUT, mesg_out);
2283 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) {
2337 panic("SCB = %d, SCB Control = %x, MSG_OUT = %x "
2339 ahc_inb(ahc, MSG_OUT), scb->flags);
2536 ahc_outb(ahc, MSG_OUT, MSG_NOOP);
2619 ahc_outb(ahc, MSG_OUT, HOST_MSG);
3518 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
4847 ahc_outb(ahc, MSG_OUT, MSG_NOOP)
    [all...]
aic79xx.c 339 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */
1081 ahd_outb(ahd, MSG_OUT, HOST_MSG);
1136 ahd_outb(ahd, MSG_OUT, HOST_MSG);
1270 ahd_outb(ahd, MSG_OUT, HOST_MSG);
1754 u_int msg_out; local in function:ahd_handle_transmission_error
1788 msg_out = MSG_INITIATOR_DET_ERR;
1916 msg_out = MSG_PARITY_ERROR;
1926 ahd->send_msg_perror = msg_out;
1927 if (scb != NULL && msg_out == MSG_INITIATOR_DET_ERR)
1929 ahd_outb(ahd, MSG_OUT, HOST_MSG)
    [all...]
aic7xxx_osm.c 938 ahc_outb(ahc, MSG_OUT, HOST_MSG);

Completed in 795 milliseconds