Searched refs:pci_dac_page_to_dma (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/include/asm-alpha/ |
D | pci.h | 183 extern dma64_addr_t pci_dac_page_to_dma(struct pci_dev *, struct page *, unsigned long, int);
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pci.h | 81 #define pci_dac_page_to_dma(dev,pg,off,dir) ((dma_addr_t) page_to_bus(pg) + (off)) macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pci.h | 163 pci_dac_page_to_dma(struct pci_dev *pdev, struct page *page, unsigned long offset, int direction) in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/include/asm-i386/ |
D | pci.h | 242 pci_dac_page_to_dma(struct pci_dev *pdev, struct page *page, unsigned long offset, int direction) in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pci.h | 255 pci_dac_page_to_dma(struct pci_dev *pdev, struct page *page, unsigned long offset, int direction) in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/include/asm-mips/ |
D | pci.h | 313 static inline dma64_addr_t pci_dac_page_to_dma(struct pci_dev *pdev, in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pci.h | 313 static inline dma64_addr_t pci_dac_page_to_dma(struct pci_dev *pdev, in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | pci.h | 259 pci_dac_page_to_dma(struct pci_dev *pdev, struct page *page, unsigned long offset, int direction) in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | alpha_ksyms.c | 141 EXPORT_SYMBOL(pci_dac_page_to_dma);
|
D | pci_iommu.c | 916 pci_dac_page_to_dma(struct pci_dev *pdev, struct page *page, in pci_dac_page_to_dma() function
|
/linux-2.4.37.9/Documentation/ |
D | DMA-mapping.txt | 658 dma64_addr_t pci_dac_page_to_dma(struct pci_dev *pdev, 668 The cpu may touch the buffer before pci_dac_page_to_dma. 669 The device may touch the buffer after pci_dac_page_to_dma
|