Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci_fsl_fdt.c260 if (ctrl->ctlr.dma_coherent) in ahci_fsl_fdt_phy_init()
273 if (ctrl->ctlr.dma_coherent) in ahci_fsl_fdt_phy_init()
310 ahci->dma_coherent = OF_hasprop(node, "dma-coherent"); in ahci_fsl_fdt_attach()
H A Dahci.h536 int dma_coherent; /* DMA is cache-coherent */ member
H A Dahci.c281 ctlr->dma_coherent ? BUS_DMA_COHERENT : 0, NULL, NULL, in ahci_attach()