]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/DMA-API.txt
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
[mv-sheeva.git] / Documentation / DMA-API.txt
index 29a48fbae779fc14e717b0c17c33aafc9ddf162d..0fc5728ed487e9735e7293e345d6949057ee3a00 100644 (file)
@@ -167,6 +167,16 @@ parameters if it is.
 
 Returns: 0 if successful and a negative error if not.
 
+int
+dma_set_coherent_mask(struct device *dev, u64 mask)
+int
+pci_set_consistent_dma_mask(struct pci_device *dev, u64 mask)
+
+Checks to see if the mask is possible and updates the device
+parameters if it is.
+
+Returns: 0 if successful and a negative error if not.
+
 u64
 dma_get_required_mask(struct device *dev)