Searched refs:start_dma (Results 1 – 6 of 6) sorted by relevance
/arch/s390/pci/ |
D | pci_dma.c | 23 return zpci_refresh_trans((u64) zdev->fh << 32, zdev->start_dma, in zpci_refresh_global() 295 dma_addr = zdev->start_dma + iommu_page_index * PAGE_SIZE; in s390_dma_map_pages() 332 iommu_page_index = (dma_addr - zdev->start_dma) >> PAGE_SHIFT; in s390_dma_unmap_pages() 448 zdev->start_dma + PAGE_OFFSET, in zpci_dma_init_device() 449 zdev->start_dma + zdev->iommu_size - 1, in zpci_dma_init_device()
|
D | pci.c | 686 zpci_register_ioat(zdev, 0, zdev->start_dma + PAGE_OFFSET, in zpci_restore() 687 zdev->start_dma + zdev->iommu_size - 1, in zpci_restore()
|
D | pci_clp.c | 113 zdev->start_dma = response->sdma; in clp_store_query_pci_fn()
|
/arch/s390/include/asm/ |
D | pci.h | 106 u64 start_dma; /* Start of available DMA addresses */ member
|
/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 176 static void start_dma(struct sync_port *port, const char *data, int count); 1065 start_dma(port, in sync_serial_write() 1085 start_dma(port, port->outp, c); in sync_serial_write() 1217 static void start_dma(struct sync_port *port, const char *data, int count) in start_dma() function 1306 start_dma(port, port->outp, c); in tr_interrupt()
|
/arch/mips/include/asm/mach-au1x00/ |
D | au1000_dma.h | 180 static inline void start_dma(unsigned int dmanr) in start_dma() function
|