Searched refs:PCI_DMA_BUS_IS_PHYS (Results 1 - 28 of 28) sorted by relevance

/linux-4.4.14/arch/avr32/include/asm/
H A Dpci.h6 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/include/asm-generic/
H A Dpci.h20 #ifndef PCI_DMA_BUS_IS_PHYS
21 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/h8300/include/asm/
H A Dpci.h17 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dpci.h11 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dpci.h37 * PCI_DMA_BUS_IS_PHYS should be set to 1 if there is _necessarily_ a direct
48 * the setting of PCI_DMA_BUS_IS_PHYS.
51 #define PCI_DMA_BUS_IS_PHYS (ia64_max_iommu_merge_mask == ~0UL) macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dpci.h25 #define PCI_DMA_BUS_IS_PHYS (0) macro
/linux-4.4.14/arch/sparc/include/asm/
H A Dpci_32.h21 #define PCI_DMA_BUS_IS_PHYS (0) macro
H A Dpci_64.h23 #define PCI_DMA_BUS_IS_PHYS (0) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dpci.h32 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpci.h47 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/mips/pnx833x/common/
H A Dsetup.c42 PCI_DMA_BUS_IS_PHYS = 1; plat_mem_setup()
/linux-4.4.14/arch/parisc/include/asm/
H A Dpci.h98 * PCI_DMA_BUS_IS_PHYS is true. The networking and block device layers use
103 #define PCI_DMA_BUS_IS_PHYS 0 macro
109 #define PCI_DMA_BUS_IS_PHYS parisc_bus_is_phys macro
112 #define PCI_DMA_BUS_IS_PHYS 1 macro
/linux-4.4.14/arch/cris/include/asm/
H A Dpci.h42 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpci.h105 #define PCI_DMA_BUS_IS_PHYS (0) macro
113 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpci.h68 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dpci.h100 #define PCI_DMA_BUS_IS_PHYS (dma_ops->is_phys) early_quirks() macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dpci.h67 #define PCI_DMA_BUS_IS_PHYS 0 macro
/linux-4.4.14/arch/sh/include/asm/
H A Dpci.h81 #define PCI_DMA_BUS_IS_PHYS (dma_ops->is_phys) macro
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpci.h72 #define PCI_DMA_BUS_IS_PHYS (1) macro
/linux-4.4.14/arch/tile/include/asm/
H A Dpci.h60 #define PCI_DMA_BUS_IS_PHYS 1 pci_iounmap() macro
193 #define PCI_DMA_BUS_IS_PHYS 0 macro
/linux-4.4.14/drivers/ide/
H A Dide-lib.c22 if (!PCI_DMA_BUS_IS_PHYS) { ide_toggle_bounce()
H A Dide-probe.c783 if (!PCI_DMA_BUS_IS_PHYS) ide_init_queue()
/linux-4.4.14/arch/mips/include/asm/
H A Dpci.h114 extern unsigned int PCI_DMA_BUS_IS_PHYS;
/linux-4.4.14/arch/s390/include/asm/
H A Dpci.h5 #define PCI_DMA_BUS_IS_PHYS (0) macro
/linux-4.4.14/arch/mips/pci/
H A Dpci.c87 PCI_DMA_BUS_IS_PHYS = 1; pcibios_scanbus()
/linux-4.4.14/arch/mips/kernel/
H A Dsetup.c57 unsigned int PCI_DMA_BUS_IS_PHYS; variable
59 EXPORT_SYMBOL(PCI_DMA_BUS_IS_PHYS); variable
/linux-4.4.14/drivers/scsi/
H A Dscsi_lib.c2091 if (!PCI_DMA_BUS_IS_PHYS) scsi_calculate_bounce_limit()
/linux-4.4.14/net/core/
H A Ddev.c2603 if (PCI_DMA_BUS_IS_PHYS) { illegal_highdma()

Completed in 1172 milliseconds