Home
last modified time | relevance | path

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

/arch/arm/mach-ks8695/include/mach/
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; \
Dhardware.h39 #define KS8695_PCIMEM_PA 0x60000000 macro
/arch/arm/mach-ks8695/
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); in ks8695_pci_setup()
114 if (!request_mem_region(KS8695_PCIMEM_PA, SZ_64M, "PCI-AHB Bridge")) { in ks8695_pci_setup()
188 __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBA); in ks8695_pci_preinit()
190 __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBAT); in ks8695_pci_preinit()