Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dspram.c21 #define SPRAM_TAG0_PA_MASK 0xfffff000 macro
152 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram()
159 pa = tag0 & SPRAM_TAG0_PA_MASK; in probe_spram()