Searched refs:NCRCMD_DMA (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/esp/
H A Dncr53c9xreg.h49 #define NCRCMD_DMA 0x80 /* DMA Bit */ macro
H A Dncr53c9x.c900 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA);
906 NCRCMD(sc, NCRCMD_SELATN3 | NCRCMD_DMA);
908 NCRCMD(sc, NCRCMD_SELATN | NCRCMD_DMA);
2286 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA);
2287 NCRCMD(sc, NCRCMD_TRANS | NCRCMD_DMA);
3019 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA);
3022 NCRCMD(sc, NCRCMD_TRANS | NCRCMD_DMA);
3077 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA);
3087 (size == 0 ? NCRCMD_TRPAD : NCRCMD_TRANS) | NCRCMD_DMA);
H A Desp_sbus.c491 * - A (NCRCMD_NOP | NCRCMD_DMA) command has been issued.
497 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA);

Completed in 123 milliseconds