Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/esp/
Dncr53c9xreg.h49 #define NCRCMD_DMA 0x80 /* DMA Bit */ macro
Dncr53c9x.c900 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA); in ncr53c9x_select()
906 NCRCMD(sc, NCRCMD_SELATN3 | NCRCMD_DMA); in ncr53c9x_select()
908 NCRCMD(sc, NCRCMD_SELATN | NCRCMD_DMA); in ncr53c9x_select()
2286 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA); in ncr53c9x_msgout()
2287 NCRCMD(sc, NCRCMD_TRANS | NCRCMD_DMA); in ncr53c9x_msgout()
3019 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA); in ncr53c9x_intr1()
3022 NCRCMD(sc, NCRCMD_TRANS | NCRCMD_DMA); in ncr53c9x_intr1()
3077 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA); in ncr53c9x_intr1()
3087 (size == 0 ? NCRCMD_TRPAD : NCRCMD_TRANS) | NCRCMD_DMA); in ncr53c9x_intr1()
Desp_sbus.c497 NCRCMD(sc, NCRCMD_NOP | NCRCMD_DMA); in espattach()