Searched refs:pci_map_single (Results 1 - 25 of 127) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dpci.h70 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr,
124 pci_map_single(dev, (page_address(page) + (off)), size, dir)
H A Dfloppy.h58 bus_addr = pci_map_single(NULL, addr, size, dir);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpci.h64 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction);
67 * must match what was provided for in a previous pci_map_single call. All
77 pci_map_single(dev, (page_address(page) + (off)), size, dir)
96 * above pci_map_single interface. Here the scatter gather list
106 * Device ownership issues as mentioned above for pci_map_single are
122 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dpci.h70 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr,
124 pci_map_single(dev, (page_address(page) + (off)), size, dir)
H A Dfloppy.h58 bus_addr = pci_map_single(NULL, addr, size, dir);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dpci.h64 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction);
67 * must match what was provided for in a previous pci_map_single call. All
77 pci_map_single(dev, (page_address(page) + (off)), size, dir)
96 * above pci_map_single interface. Here the scatter gather list
106 * Device ownership issues as mentioned above for pci_map_single are
122 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dpci.h46 #define pci_map_single platform_pci_map_single macro
64 pci_map_single((dev), page_address(pg) + (off), (size), (dir))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpci.h46 #define pci_map_single platform_pci_map_single macro
64 pci_map_single((dev), page_address(pg) + (off), (size), (dir))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-dma.c15 * above pci_map_single interface. Here the scatter gather list
25 * Device ownership issues as mentioned above for pci_map_single are
42 s->dma_address = pci_map_single(hwdev, s->address, s->length,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpci.h61 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction);
64 * must match what was provided for in a previous pci_map_single call. All
88 * above pci_map_single interface. Here the scatter gather list
98 * Device ownership issues as mentioned above for pci_map_single are
112 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpci.h61 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction);
64 * must match what was provided for in a previous pci_map_single call. All
88 * above pci_map_single interface. Here the scatter gather list
98 * Device ownership issues as mentioned above for pci_map_single are
112 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dati_pcigart.h116 bus_address = pci_map_single(dev->pdev, (void *)address,
135 entry->busaddr[i] = pci_map_single(dev->pdev,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dpci-noop.c117 pci_map_single(struct pci_dev *pdev, void *cpu_addr, size_t size, function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dpci.h89 extern dma_addr_t pci_map_single(struct pci_dev *, void *, size_t, int);
96 SIZE must match what was provided for in a previous pci_map_single
120 pci_map_single interface. Here the scatter gather list elements
129 Device ownership issues as mentioned above for pci_map_single are
143 If you perform a pci_map_single() but wish to interrogate the
H A Dfloppy.h59 bus_addr = pci_map_single(NULL, addr, size, dir);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dpci.h89 extern dma_addr_t pci_map_single(struct pci_dev *, void *, size_t, int);
96 SIZE must match what was provided for in a previous pci_map_single
120 pci_map_single interface. Here the scatter gather list elements
129 Device ownership issues as mentioned above for pci_map_single are
143 If you perform a pci_map_single() but wish to interrogate the
H A Dfloppy.h59 bus_addr = pci_map_single(NULL, addr, size, dir);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dpci.h69 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr,
77 * to pci_map_single, but takes a struct page instead of a virtual address
81 pci_map_single((dev), page_address(page)+(offset), (size), (dir))
118 static inline dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, function
167 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dpci.h69 extern dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr,
77 * to pci_map_single, but takes a struct page instead of a virtual address
81 pci_map_single((dev), page_address(page)+(offset), (size), (dir))
118 static inline dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, function
167 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dpci2000.c227 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, SCpnt->request_buffer, SCpnt->request_bufflen, scsi_to_pci_dma_dir (SCpnt->sc_data_direction));
502 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, SCpnt->request_buffer, SCpnt->request_bufflen,
516 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, ((struct scatterlist *)SCpnt->request_buffer)->address,
521 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, SCpnt->request_buffer,
530 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, SCpnt->sense_buffer, sizeof (SCpnt->sense_buffer), PCI_DMA_FROMDEVICE);
539 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, ((struct scatterlist *)(SCpnt->request_buffer))->address,
543 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, SCpnt->request_buffer, 8, PCI_DMA_FROMDEVICE);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dpci.h54 pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) function
72 * must match what was provided for in a previous pci_map_single call. All
117 * above pci_map_single interface. Here the scatter gather list
127 * Device ownership issues as mentioned above for pci_map_single are
156 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dpci.h54 pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) function
72 * must match what was provided for in a previous pci_map_single call. All
117 * above pci_map_single interface. Here the scatter gather list
127 * Device ownership issues as mentioned above for pci_map_single are
156 * If you perform a pci_map_single() but wish to interrogate the
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpci.h191 #define pci_map_single(p, v, s, d) hppa_dma_ops->map_single(p, v, s, d) macro
222 pci_map_single(dev, (page_address(page) + (off)), size, dir)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dpci.h191 #define pci_map_single(p, v, s, d) hppa_dma_ops->map_single(p, v, s, d) macro
222 pci_map_single(dev, (page_address(page) + (off)), size, dir)
/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Dmm.h221 #define pci_map_single(dev, address, size, dir) virt_to_bus(address) macro
267 pci_map_single(dev, page_address(page) + (offset), size, dir)
476 map = pci_map_single(((struct _UM_DEVICE_BLOCK *)pDevice)->pdev,
501 map = pci_map_single(((struct _UM_DEVICE_BLOCK *)pDevice)->pdev,

Completed in 157 milliseconds

123456