Linux Kernel
3.7.1
|
#include <mach/hardware.h>
Go to the source code of this file.
Macros | |
#define | PHYS_OFFSET UL(0x00000000) |
#define | VECTORS_BASE UL(0xffff0000) |
#define | KUSER_BASE UL(0x80000000) |
#define | PCI_DMA_THRESHOLD (PHYS_OFFSET + SZ_128M - 1) |
#define | is_pcibus_device(dev) |
#define | __virt_to_pcibus(x) (__virt_to_phys((x) + PKUNITY_PCIAHB_BASE)) |
#define | __pcibus_to_virt(x) (__phys_to_virt(x) - PKUNITY_PCIAHB_BASE) |
#define | KUSER_VECPAGE_BASE (KUSER_BASE + UL(0x3fff0000)) |
#define | kuser_vecpage_to_vectors(x) |
#define __pcibus_to_virt | ( | x | ) | (__phys_to_virt(x) - PKUNITY_PCIAHB_BASE) |
#define __virt_to_pcibus | ( | x | ) | (__virt_to_phys((x) + PKUNITY_PCIAHB_BASE)) |
#define is_pcibus_device | ( | dev | ) |
#define KUSER_VECPAGE_BASE (KUSER_BASE + UL(0x3fff0000)) |
#define kuser_vecpage_to_vectors | ( | x | ) |
#define PCI_DMA_THRESHOLD (PHYS_OFFSET + SZ_128M - 1) |