Searched refs:__addr (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 295 volatile type *__addr; \ 300 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base() + port); \ 302 __val = pfx##ioswab##bwlq(__addr, val); \ 307 *__addr = __val; \ 312 volatile type *__addr; \ 315 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base() + port); \ 319 __val = *__addr; \ 321 return pfx##ioswab##bwlq(__addr, __val); \ 399 const volatile type *__addr = addr; \ in BUILDIO_MEM() 402 __mem_write##bwlq(*__addr, mem); \ in BUILDIO_MEM() [all …]
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | system.h | 76 unsigned long __addr; \ 77 __addr = 0xa8000000; \ 81 : "m" (__m(__addr))); \
|
| /openbmc/u-boot/include/ |
| H A D | spi-mem.h | 119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ argument 122 .addr = __addr, \
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | aspeed_spi.c | 227 #define ASPEED_SPI_OP(__io_mode, __cmd, __addr, __dummy, __data) \ argument 231 .addr = __addr, \
|