Searched defs:__raw_writew (Results 26 – 27 of 27) sorted by relevance
/openbmc/u-boot/arch/riscv/include/asm/ | ||
H A D | io.h | 58 #define __raw_writew(v, a) __arch_putw(v, a) macro |
/openbmc/u-boot/arch/arm/include/asm/ | ||
H A D | io.h | 98 #define __raw_writew(v,a) __arch_putw(v,a) macro |