Searched refs:KS8695_PCIMEM_PA (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
H A Dmemory.h23 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + KS8695_PCIMEM_PA)
24 #define __bus_to_virt(x) ((x) - KS8695_PCIMEM_PA + PAGE_OFFSET)
37 __dma = __dma - PHYS_OFFSET + KS8695_PCIMEM_PA; \
43 __dma += PHYS_OFFSET - KS8695_PCIMEM_PA; \
H A Dhardware.h39 #define KS8695_PCIMEM_PA 0x60000000 macro
/linux-4.4.14/arch/arm/mach-ks8695/
H A Dpci.c81 .start = KS8695_PCIMEM_PA,
82 .end = KS8695_PCIMEM_PA + (KS8695_PCIMEM_SIZE - 1),
105 ks8695_local_writeconfig(PCI_BASE_ADDRESS_0, KS8695_PCIMEM_PA); ks8695_pci_setup()
114 if (!request_mem_region(KS8695_PCIMEM_PA, SZ_64M, "PCI-AHB Bridge")) { ks8695_pci_setup()
188 __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBA); ks8695_pci_preinit()
190 __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBAT); ks8695_pci_preinit()

Completed in 103 milliseconds