Home
last modified time | relevance | path

Searched defs:BUS_DMA_COHERENT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dbus_dma.h86 #define BUS_DMA_COHERENT 0x0004 /* map memory to not require sync */ macro
/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.c212 #define BUS_DMA_COHERENT 0x04 /* hint: map memory in a coherent way */ macro