Home | History | Annotate | Download | only in ic

Lines Matching refs:MK_MESSAGE

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;
5371 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE);
7239 * MK_MESSAGE SCBs are not in the per-tid lists.
7415 * SCBs that had MK_MESSAGE set in them will not
8012 hscb->control |= MK_MESSAGE;