Searched refs:STB04xxx_IO_BASE (Results 1 – 2 of 2) sorted by relevance
66 #define STB04xxx_IO_BASE ((uint)0xe0000000) macro67 #define PPC4xx_PCI_IO_ADDR STB04xxx_IO_BASE68 #define PPC4xx_ONB_IO_PADDR STB04xxx_IO_BASE89 #define STB04xxx_MAP_IO_ADDR(a) (((uint)(a)) + (STB04xxx_IO_BASE - 0x40000000))
65 v = STB04xxx_IO_BASE | (i << 16); in board_io_mapping()