Home
last modified time | relevance | path

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

/src/sys/dev/ahci/
H A Dahci_generic.c81 ctlr->dma_coherent = OF_hasprop(node, "dma-coherent"); in ahci_fdt_probe()
112 &ctlr->dma_coherent))) in ahci_acpi_probe()
113 ctlr->dma_coherent = 0; in ahci_acpi_probe()
116 ctlr->dma_coherent ? "" : " not"); in ahci_acpi_probe()
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()