Home
last modified time | relevance | path

Searched refs:STB04xxx_IO_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dibmstb4.h66 #define STB04xxx_IO_BASE ((uint)0xe0000000) macro
67 #define PPC4xx_PCI_IO_ADDR STB04xxx_IO_BASE
68 #define PPC4xx_ONB_IO_PADDR STB04xxx_IO_BASE
89 #define STB04xxx_MAP_IO_ADDR(a) (((uint)(a)) + (STB04xxx_IO_BASE - 0x40000000))
Dredwood5.c65 v = STB04xxx_IO_BASE | (i << 16); in board_io_mapping()