Searched refs:bwlq (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | io.h | 218 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument 220 static inline void pfx##write##bwlq(type val, \ 231 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 233 __val = pfx##ioswab##bwlq(__mem, val); \ 260 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \ 265 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 296 return pfx##ioswab##bwlq(__mem, __val); \ 299 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument 301 static inline void pfx##out##bwlq##p(type val, unsigned long port) \ 311 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); \ [all …]
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | io.h | 232 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 234 static inline void pfx##write##bwlq(type val, \ 242 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 244 __val = pfx##ioswab##bwlq(__mem, val); \ 265 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \ 270 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 288 return pfx##ioswab##bwlq(__mem, __val); \ 291 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p) \ argument 293 static inline void pfx##out##bwlq##p(type val, unsigned long port) \ 300 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base() + port); \ [all …]
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 67 #define __BUILD_UNCACHED_IO(bwlq, type) \ argument 68 static inline type read##bwlq##_uncached(unsigned long addr) \ 72 ret = __raw_read##bwlq(addr); \ 77 static inline void write##bwlq##_uncached(type v, unsigned long addr) \ 80 __raw_write##bwlq(v, addr); \ 89 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument 92 pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \ 98 __raw_write##bwlq(*__addr, mem); \ 103 static inline void pfx##reads##bwlq(volatile void __iomem *mem, \ 109 *__addr = __raw_read##bwlq(mem); \ [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 67 - ``\<ld[us]\?[bwlq]\(_[hbl]e\)\?_p\>`` 68 - ``\<st[bwlq]\(_[hbl]e\)\?_p\>`` 124 - ``\<cpu_ld[bwlq]\(_[bl]e\)\?_mmu\>`` 125 - ``\<cpu_st[bwlq]\(_[bl]e\)\?_mmu\>`` 158 - ``\<cpu_ld[us]\?[bwlq]\(_[bl]e\)\?_mmuidx_ra\>`` 159 - ``\<cpu_st[bwlq]\(_[bl]e\)\?_mmuidx_ra\>`` 196 - ``\<cpu_ld[us]\?[bwlq]\(_[bl]e\)\?_data_ra\>`` 197 - ``\<cpu_st[bwlq]\(_[bl]e\)\?_data_ra\>`` 235 - ``\<cpu_ld[us]\?[bwlq]\(_[bl]e\)\?_data\>`` 236 - ``\<cpu_st[bwlq]\(_[bl]e\)\?_data\+\>`` [all …]
|