Searched refs:MK_MESSAGE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c571 hscb->control |= MK_MESSAGE;
1029 scb->hscb->control &= ~MK_MESSAGE;
1037 scb->hscb->control |= MK_MESSAGE;
1040 scb->hscb->control |= MK_MESSAGE;
H A Daic7xxx_osm.c542 hscb->control |= MK_MESSAGE;
1077 scb->hscb->control |= MK_MESSAGE;
1080 scb->hscb->control |= MK_MESSAGE;
H A Daic7xxx.c568 hscb->control |= MK_MESSAGE;
2137 pending_hscb->control &= ~MK_MESSAGE;
2169 control &= ~(ULTRAENB|MK_MESSAGE);
2170 control |= pending_hscb->control & (ULTRAENB|MK_MESSAGE);
2283 * When an initiator transaction with the MK_MESSAGE flag either reconnects
2361 * Clear the MK_MESSAGE flag from the SCB so we aren't
2364 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
2365 scb->hscb->control &= ~MK_MESSAGE;
7193 * Set the MK_MESSAGE control bit indicating
7202 scb->hscb->control |= MK_MESSAGE|DISCONNECTE
[all...]
H A Daic79xx.c1109 scb->hscb->control |= MK_MESSAGE;
1415 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3170 * sequencer setting the ENATNO bit for a MK_MESSAGE request.
3424 pending_scb->hscb->control &= ~MK_MESSAGE;
3463 control &= ~MK_MESSAGE;
3464 control |= pending_scb->hscb->control & MK_MESSAGE;
3568 * When an initiator transaction with the MK_MESSAGE flag either reconnects
3684 * Clear the MK_MESSAGE flag from the SCB so we aren't
3688 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3689 scb->hscb->control &= ~MK_MESSAGE;
[all...]
H A Daic7xxx_reg.h1641 #define MK_MESSAGE 0x10 macro
H A Daic79xx_reg.h3709 #define MK_MESSAGE 0x10 macro

Completed in 204 milliseconds