Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dmmio.h120 #define writew_relaxed(v, c) ({ __io_rbw(); writew_cpu((v), (c)); __io_raw(); }) macro
/linux/arch/sh/include/asm/
H A Dio.h45 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) macro
/linux/arch/arm/include/asm/
H A Dio.h281 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h167 #define writew_relaxed writew macro
/linux/arch/alpha/include/asm/
H A Dio.h586 #define writew_relaxed writew macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h397 #define writew_relaxed(b, addr) writew(b, addr) macro