Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/mm/
H A Dioremap.c50 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { in __ioremap_29bit()
118 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX) in iomapping_nontranslatable()
/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro