Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kernel/
Dspram.c21 #define SPRAM_TAG0_ENABLE 0x00000080 macro
153 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram()
161 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()