Searched refs:MSG_OUT (Results 1 - 16 of 16) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq251 mvi MSG_OUT, MSG_NOOP; /* No message to send */
282 mvi MSG_OUT, MSG_IDENTIFYFLAG;
690 * Message out phase. If MSG_OUT is 0x80, build I full indentify message
695 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
701 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
704 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
711 mov SINDEX, MSG_OUT;
765 mov LAST_MSG, MSG_OUT;
766 cmp MSG_OUT, MSG_IDENTIFYFLAG jne . + 2;
768 mvi MSG_OUT, MSG_NOO
[all...]
H A Daic7xxx_reg.h221 #define MSG_OUT 0x34 macro
H A Daic7xxx.reg1187 MSG_OUT {
1318 * Snapshot of MSG_OUT taken after each message is sent.
/drivers/scsi/
H A Dinitio.c1338 if (host->phase == MSG_OUT) {
1440 case MSG_OUT: /* Message out phase */
1504 case MSG_OUT: /* Message out phase */
1648 case MSG_OUT: /* Message out phase */
1820 if (host->phase == MSG_OUT) {
1833 if (host->phase != MSG_OUT)
2040 if (host->phase != MSG_OUT)
2063 if (host->phase != MSG_OUT)
2136 if (host->phase == MSG_OUT) {
2193 if (initio_msgin_accept(host) != MSG_OUT)
[all...]
H A Dinitio.h285 #define MSG_OUT 6 /* 3 */ macro
H A Daic7xxx_old.c4057 aic_outb(p, MSG_IDENTIFYFLAG, MSG_OUT);
4109 aic_outb(p, MSG_IDENTIFYFLAG, MSG_OUT);
4153 aic_outb(p, HOST_MSG, MSG_OUT);
4475 msg_out = aic_inb(p, MSG_OUT);
5104 aic_outb(p, HOST_MSG, MSG_OUT);
5259 aic_outb(p, HOST_MSG, MSG_OUT);
5488 aic_outb(p, HOST_MSG, MSG_OUT);
5508 aic_outb(p, MSG_MESSAGE_REJECT, MSG_OUT);
5774 aic_outb(p, MSG_NOOP, MSG_OUT);
5845 aic_outb(p, MSG_NOOP, MSG_OUT);
[all...]
/drivers/scsi/aic7xxx/
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.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 Daic7xxx_core.c825 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
1193 ahc_outb(ahc, MSG_OUT, HOST_MSG);
1708 ahc_outb(ahc, MSG_OUT, mesg_out);
2888 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) {
2942 panic("SCB = %d, SCB Control = %x, MSG_OUT = %x "
2944 ahc_inb(ahc, MSG_OUT), scb->flags);
3132 ahc_outb(ahc, MSG_OUT, MSG_NOOP);
3215 ahc_outb(ahc, MSG_OUT, HOST_MSG);
4114 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
5216 ahc_outb(ahc, MSG_OUT, MSG_NOO
[all...]
H A Daic79xx_core.c1137 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */
1969 ahd_outb(ahd, MSG_OUT, HOST_MSG);
2028 ahd_outb(ahd, MSG_OUT, HOST_MSG);
2162 ahd_outb(ahd, MSG_OUT, HOST_MSG);
2854 ahd_outb(ahd, MSG_OUT, HOST_MSG);
3399 ahd_outb(ahd, MSG_OUT, HOST_MSG);
4416 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) {
4436 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) {
4500 panic("SCB = %d, SCB Control = %x:%x, MSG_OUT = %x "
4502 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
[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 Daic79xx_osm.c2300 ahd_outb(ahd, MSG_OUT, HOST_MSG);
H A Daic7xxx_osm.c2253 ahc_outb(ahc, MSG_OUT, HOST_MSG);
H A Daic79xx.reg3812 MSG_OUT {
3939 * Snapshot of MSG_OUT taken after each message is sent.
H A Daic79xx_reg.h_shipped999 ahd_print_register(NULL, 0, "MSG_OUT", 0x137, regvalue, cur_col, wrap)
2434 #define MSG_OUT 0x137

Completed in 99 milliseconds