HomeSort by: relevance | last modified time | path
    Searched defs:use_dma (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_mm.c 57 #define use_dma(io) ((io) != -1) macro
61 if (use_dma(r->iobase))
81 r->sgt = __sgt_iter(__sg_next(r->sgt.sgp), use_dma(r->iobase));
138 .sgt = __sgt_iter(sgl, use_dma(iobase)),
146 if (!use_dma(iobase))
i915_mm.c 57 #define use_dma(io) ((io) != -1) macro
61 if (use_dma(r->iobase))
81 r->sgt = __sgt_iter(__sg_next(r->sgt.sgp), use_dma(r->iobase));
138 .sgt = __sgt_iter(sgl, use_dma(iobase)),
146 if (!use_dma(iobase))
i915_mm.c 57 #define use_dma(io) ((io) != -1) macro
61 if (use_dma(r->iobase))
81 r->sgt = __sgt_iter(__sg_next(r->sgt.sgp), use_dma(r->iobase));
138 .sgt = __sgt_iter(sgl, use_dma(iobase)),
146 if (!use_dma(iobase))
i915_mm.c 57 #define use_dma(io) ((io) != -1) macro
61 if (use_dma(r->iobase))
81 r->sgt = __sgt_iter(__sg_next(r->sgt.sgp), use_dma(r->iobase));
138 .sgt = __sgt_iter(sgl, use_dma(iobase)),
146 if (!use_dma(iobase))
  /src/sys/arch/macppc/dev/
wdc_obio.c 124 int use_dma = 0; local in function:wdc_obio_attach
131 use_dma = 1; /* XXX Don't work yet. */
149 if (use_dma)
184 if (use_dma) {
wdc_obio.c 124 int use_dma = 0; local in function:wdc_obio_attach
131 use_dma = 1; /* XXX Don't work yet. */
149 if (use_dma)
184 if (use_dma) {
wdc_obio.c 124 int use_dma = 0; local in function:wdc_obio_attach
131 use_dma = 1; /* XXX Don't work yet. */
149 if (use_dma)
184 if (use_dma) {
wdc_obio.c 124 int use_dma = 0; local in function:wdc_obio_attach
131 use_dma = 1; /* XXX Don't work yet. */
149 if (use_dma)
184 if (use_dma) {

Completed in 44 milliseconds