Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-ks8695/include/mach/
Dmemory.h28 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + KS8695_PCIMEM_PA)
29 #define __bus_to_virt(x) ((x) - KS8695_PCIMEM_PA + PAGE_OFFSET)
41 __dma = __dma - PHYS_OFFSET + KS8695_PCIMEM_PA; \
47 __dma += PHYS_OFFSET - KS8695_PCIMEM_PA; \
Dhardware.h39 #define KS8695_PCIMEM_PA 0x60000000 macro
/linux-2.6.39/arch/arm/mach-ks8695/
Dpci.c151 .start = KS8695_PCIMEM_PA,
152 .end = KS8695_PCIMEM_PA + (KS8695_PCIMEM_SIZE - 1),
176 ks8695_local_writeconfig(PCI_BASE_ADDRESS_0, KS8695_PCIMEM_PA); in ks8695_pci_setup()
185 if (!request_mem_region(KS8695_PCIMEM_PA, SZ_64M, "PCI-AHB Bridge")) { in ks8695_pci_setup()
259 __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBA); in ks8695_pci_preinit()
261 __raw_writel(KS8695_PCIMEM_PA, KS8695_PCI_VA + KS8695_PMBAT); in ks8695_pci_preinit()