Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dio.h218 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ macro
343 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
379 __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 1, 0, 0) in BUILDIO_MEM()
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h232 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ macro
326 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
356 __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 0) in BUILDIO_MEM()