Home
last modified time | relevance | path

Searched defs:writew_relaxed (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h222 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h366 #define writew_relaxed writew in BUILDIO_MEM() macro