HomeSort by: relevance | last modified time | path
    Searched refs:DMA_FLUSH (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sun3/dev/
dma.c 187 #define DMA_FLUSH(sc, dontpanic) do { \
211 DMA_FLUSH(sc, 1);
250 DMA_FLUSH(sc, 0);
  /src/sys/external/bsd/drm/dist/shared-core/
savage_state.c 350 DMA_FLUSH();
602 DMA_FLUSH();
1064 DMA_FLUSH();
1098 DMA_FLUSH();
1111 DMA_FLUSH();
1129 DMA_FLUSH();
1135 DMA_FLUSH();
1146 DMA_FLUSH();
1151 DMA_FLUSH();
savage_drv.h 196 void (*dma_flush)(struct drm_savage_private *dev_priv); member in struct:drm_savage_private
551 #define DMA_FLUSH() dev_priv->dma_flush(dev_priv)
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_state.c 364 DMA_FLUSH();
616 DMA_FLUSH();
1070 DMA_FLUSH();
1104 DMA_FLUSH();
1117 DMA_FLUSH();
1135 DMA_FLUSH();
1141 DMA_FLUSH();
1152 DMA_FLUSH();
1157 DMA_FLUSH();
savage_drv.h 201 void (*dma_flush) (struct drm_savage_private * dev_priv); member in struct:drm_savage_private
558 #define DMA_FLUSH() dev_priv->dma_flush(dev_priv)
  /src/sys/dev/ic/
lsi64854.c 188 #define DMA_FLUSH(sc, dontpanic) do { \
208 DMA_FLUSH(sc, 1);
288 DMA_FLUSH(sc, 0);
546 DMA_FLUSH(sc, 0);

Completed in 15 milliseconds