Searched defs:ADDR_TO_REGION (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/parisc/lib/ | ||
H A D | iomap.c | 36 #define ADDR_TO_REGION(addr) (((unsigned long)addr >> 60) & 7) macro 40 #define ADDR_TO_REGION(addr) (((unsigned long)addr >> 28) & 7) macro |
Completed in 205 milliseconds