Home
last modified time | relevance | path

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

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