Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h216 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ macro
341 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
377 __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 1, 0, 0) in BUILDIO_MEM()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h231 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ macro
325 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
355 __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 0) in BUILDIO_MEM()