Searched refs:PXSEG (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/avr32/include/asm/
H A Daddrspace.h24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro
/linux-4.4.14/arch/sh/include/asm/
H A Daddrspace.h29 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro
H A Dio.h265 * On the SH-5 the concept of segmentation in the 1:1 PXSEG sense simply
291 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { __ioremap_29bit()
/linux-4.4.14/arch/avr32/mm/
H A Dioremap.c82 if (PXSEG(addr) == P2SEG) __iounmap()
H A Ddma-coherent.c21 if (PXSEG(vaddr) == P2SEG) dma_cache_sync()
/linux-4.4.14/arch/sh/mm/
H A Dioremap.c99 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX) iomapping_nontranslatable()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1036 if (PXSEG(pdev->resource[0].start) == P4SEG) { at32_map_usart()

Completed in 604 milliseconds