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

  /src/sys/arch/mips/mips/
bus_dma.c 668 const bool coherent_p = local in function:_bus_dmamap_load_raw
670 const bool cached_p = coherent_p || (flags & BUS_DMA_COHERENT) == 0;
709 if (coherent_p)
bus_dma.c 668 const bool coherent_p = local in function:_bus_dmamap_load_raw
670 const bool cached_p = coherent_p || (flags & BUS_DMA_COHERENT) == 0;
709 if (coherent_p)

Completed in 22 milliseconds