Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dchmctrl.h148 #define PA_LOWER_BITS 0x00000000000003c0UL macro
/openbmc/linux/arch/sparc/kernel/
H A Dchmc.c491 unsigned long lower_bits = (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT; in chmc_bank_match()