Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dleon.h157 #define LEON_PMD_M 0x3f macro
166 #define LEON_PMD_M 0x3f macro
175 #define LEON_PMD_M 0x3f macro
184 #define LEON_PMD_M 0x7f macro
/openbmc/linux/arch/sparc/mm/
H A Dleon_mm.c112 ptr += (((vaddr >> LEON_PMD_SH) & LEON_PMD_M) * 4); in leon_swprobe()