Home
last modified time | relevance | path

Searched refs:__addr (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h295 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 Dsystem.h76 unsigned long __addr; \
77 __addr = 0xa8000000; \
81 : "m" (__m(__addr))); \
/openbmc/u-boot/include/
H A Dspi-mem.h119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ argument
122 .addr = __addr, \
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c227 #define ASPEED_SPI_OP(__io_mode, __cmd, __addr, __dummy, __data) \ argument
231 .addr = __addr, \