Home
last modified time | relevance | path

Searched refs:__raw_writeq (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h76 #define __raw_writeq writeq macro
/openbmc/u-boot/include/linux/
H A Dfb.h549 #define fb_writeq __raw_writeq
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h301 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr))
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h386 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h60 #define __raw_writeq(v, a) __arch_putq(v, a) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h100 #define __raw_writeq(v,a) __arch_putq(v,a) macro