Searched refs:MMC_BASE (Results 1 – 3 of 3) sorted by relevance
131 #define MMC_BASE 0x1e6e0000 in board_add_ram_info() macro133 uint32_t act_size = 256 << (readl(MMC_BASE + 0x04) & 0x3); in board_add_ram_info()134 uint32_t vga_rsvd = 8 << ((readl(MMC_BASE + 0x04) >> 2) & 0x3); in board_add_ram_info()135 uint8_t ecc = (readl(MMC_BASE + 0x04) >> 7) & 0x1; in board_add_ram_info()145 printf(", ECC size:%d MiB", (readl(MMC_BASE + 0x54) >> 20) + 1); in board_add_ram_info()
95 SAMSUNG_BASE(mmc, MMC_BASE)
301 SAMSUNG_BASE(mmc, MMC_BASE)