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

/freebsd-12-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.c570 hscb->control |= MK_MESSAGE;
2139 pending_hscb->control &= ~MK_MESSAGE;
2171 control &= ~(ULTRAENB|MK_MESSAGE);
2172 control |= pending_hscb->control & (ULTRAENB|MK_MESSAGE);
2285 * When an initiator transaction with the MK_MESSAGE flag either reconnects
2363 * Clear the MK_MESSAGE flag from the SCB so we aren't
2366 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
2367 scb->hscb->control &= ~MK_MESSAGE;
7195 * Set the MK_MESSAGE control bit indicating
7204 scb->hscb->control |= MK_MESSAGE|DISCONNECTE
[all...]
H A Daic79xx.c1111 scb->hscb->control |= MK_MESSAGE;
1417 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3172 * sequencer setting the ENATNO bit for a MK_MESSAGE request.
3426 pending_scb->hscb->control &= ~MK_MESSAGE;
3465 control &= ~MK_MESSAGE;
3466 control |= pending_scb->hscb->control & MK_MESSAGE;
3570 * When an initiator transaction with the MK_MESSAGE flag either reconnects
3686 * Clear the MK_MESSAGE flag from the SCB so we aren't
3690 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3691 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 190 milliseconds