Searched refs:BIOSRAM_UMA_BASE (Results 1 – 1 of 1) sorted by relevance
12 #define BIOSRAM_UMA_BASE 0xf8 /* 8 bytes */ macro78 biosram_write32(BIOSRAM_UMA_BASE, (uint32_t)base); in save_uma_base()79 biosram_write32(BIOSRAM_UMA_BASE + 4, (uint32_t)(base >> 32)); in save_uma_base()90 base = biosram_read32(BIOSRAM_UMA_BASE); in get_uma_base()91 base |= ((uint64_t)(biosram_read32(BIOSRAM_UMA_BASE + 4)) << 32); in get_uma_base()