Searched refs:bwlq (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | io.h | 231 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 233 static inline void pfx##write##bwlq(type val, \ 241 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 243 __val = pfx##ioswab##bwlq(__mem, val); \ 264 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \ 269 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 287 return pfx##ioswab##bwlq(__mem, __val); \ 290 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p) \ argument 292 static inline void pfx##out##bwlq##p(type val, unsigned long port) \ 299 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base() + port); \ [all …]
|