/* * include/asm-mips/mach-au1x00/ioremap.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #ifndef __ASM_MACH_AU1X00_IOREMAP_H #define __ASM_MACH_AU1X00_IOREMAP_H #include <linux/types.h> #if defined(CONFIG_PHYS_ADDR_T_64BIT) && defined(CONFIG_PCI) extern phys_addr_t __fixup_bigphys_addr(phys_addr_t, phys_addr_t); #else static inline phys_addr_t __fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) { return phys_addr; } #endif /* * Allow physical addresses to be fixed up to help 36-bit peripherals. */ static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) { return __fixup_bigphys_addr(phys_addr, size); } static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, unsigned long flags) { return NULL; } static inline int plat_iounmap(const volatile void __iomem *addr) { return 0; } #endif /* __ASM_MACH_AU1X00_IOREMAP_H */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
au1000.h | File | 37.55 KB | 0644 |
|
au1000_dma.h | File | 10.89 KB | 0644 |
|
au1100_mmc.h | File | 5.85 KB | 0644 |
|
au1200fb.h | File | 259 B | 0644 |
|
au1550_spi.h | File | 472 B | 0644 |
|
au1550nd.h | File | 308 B | 0644 |
|
au1xxx_dbdma.h | File | 13.25 KB | 0644 |
|
au1xxx_eth.h | File | 469 B | 0644 |
|
au1xxx_ide.h | File | 6.35 KB | 0644 |
|
au1xxx_psc.h | File | 14.32 KB | 0644 |
|
cpu-feature-overrides.h | File | 2.47 KB | 0644 |
|
gpio-au1000.h | File | 13.6 KB | 0644 |
|
gpio-au1300.h | File | 5.57 KB | 0644 |
|
ioremap.h | File | 1.09 KB | 0644 |
|
prom.h | File | 303 B | 0644 |
|