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

  /src/sys/dev/ic/
aic7xxx_osm.c 379 hscb->control |= MK_MESSAGE;
625 scb->hscb->control |= MK_MESSAGE;
630 scb->hscb->control |= MK_MESSAGE;
982 * Set the MK_MESSAGE control bit indicating
991 scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
1011 * reselection, set the MK_MESSAGE flag in
1018 | MK_MESSAGE);
aic79xx_osm.c 388 hscb->control |= MK_MESSAGE;
603 scb->hscb->control &= ~MK_MESSAGE;
612 scb->hscb->control |= MK_MESSAGE;
617 scb->hscb->control |= MK_MESSAGE;
aic79xx.c 1079 scb->hscb->control |= MK_MESSAGE;
1380 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3053 * sequencer setting the ENATNO bit for a MK_MESSAGE request.
3300 pending_hscb->control &= ~MK_MESSAGE;
3338 control &= ~MK_MESSAGE;
3339 control |= pending_hscb->control & MK_MESSAGE;
3443 * When an initiator transaction with the MK_MESSAGE flag either reconnects
3555 * Clear the MK_MESSAGE flag from the SCB so we aren't
3559 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3560 scb->hscb->control &= ~MK_MESSAGE;
    [all...]
aic7xxx.c 570 hscb->control |= MK_MESSAGE;
2119 pending_hscb->control &= ~MK_MESSAGE;
2151 control &= ~(ULTRAENB|MK_MESSAGE);
2152 control |= pending_hscb->control & (ULTRAENB|MK_MESSAGE);
2265 * When an initiator transaction with the MK_MESSAGE flag either reconnects
2343 * Clear the MK_MESSAGE flag from the SCB so we aren't
2346 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
2347 scb->hscb->control &= ~MK_MESSAGE;
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 292 * to a target and we will see the MK_MESSAGE flag.
294 test SCB_CONTROL, MK_MESSAGE jnz first_new_target_scb;
453 test SCB_CONTROL, MK_MESSAGE jz . + 3;
611 test SCB_CONTROL, MK_MESSAGE jnz select_out_inc_tid_q;
630 * exceptions are the case of MK_MESSAGE and task management
639 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message;
758 * override this behavior by setting the MK_MESSAGE bit in the SCB
767 * sequence while protecting the sequencer from testing the MK_MESSAGE bit
785 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
963 test SCB_CONTROL, MK_MESSAGE jz mesgin_done
    [all...]
aic7xxx.seq 480 test SCB_CONTROL, MK_MESSAGE jz target_ITloop;
1480 * override this behavior by setting the MK_MESSAGE bit in the SCB
1489 * sequence while protecting the sequencer from testing the MK_MESSAGE bit
1511 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
1653 test SCB_CONTROL, MK_MESSAGE jz . + 2;
1941 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
aic7xxx.reg 1070 field MK_MESSAGE 0x10
aic7xxx_reg.h 1647 #define MK_MESSAGE 0x10
aic79xx.reg 3814 field MK_MESSAGE 0x10
aic79xx_reg.h 3660 #define MK_MESSAGE 0x10

Completed in 30 milliseconds