1 #ifndef BCM63XX_IOREMAP_H_
2 #define BCM63XX_IOREMAP_H_
11 static inline int is_bcm63xx_internal_registers(
phys_t offset)
13 switch (bcm63xx_get_cpu_id()) {
18 if (offset >= 0xfff00000)
23 if (offset >= 0xb0000000 && offset < 0xb1000000)
33 if (is_bcm63xx_internal_registers(offset))
38 static inline int plat_iounmap(
const volatile void __iomem *
addr)
40 return is_bcm63xx_internal_registers((
unsigned long)addr);