Home
last modified time | relevance | path

Searched refs:XCHAL_KIO_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dio.h38 && offset - XCHAL_KIO_PADDR < XCHAL_KIO_SIZE) in ioremap()
48 && offset - XCHAL_KIO_PADDR < XCHAL_KIO_SIZE) in ioremap_cache()
60 va - XCHAL_KIO_CACHED_VADDR < XCHAL_KIO_SIZE) && in iounmap()
62 va - XCHAL_KIO_BYPASS_VADDR < XCHAL_KIO_SIZE)) in iounmap()
H A Dpage.h179 if (off >= XCHAL_KIO_SIZE) in ___pa()
180 off -= XCHAL_KIO_SIZE; in ___pa()
H A Ddma.h48 #define MAX_DMA_ADDRESS (PAGE_OFFSET + XCHAL_KIO_SIZE - 1)
H A Dkmem_layout.h79 #define XCHAL_KIO_SIZE 0x10000000 macro