Home
last modified time | relevance | path

Searched refs:writeb_relaxed (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/arc/include/asm/
A Dio.h170 #define writeb_relaxed(v, c) ((void)__arch_putb((v), (c))) macro
192 #define writeb(v, c) ({ __iowmb(); writeb_relaxed(v, c); })
/u-boot/arch/mips/include/asm/
A Dio.h366 #define writeb_relaxed writeb in BUILDIO_MEM() macro
/u-boot/arch/arm/include/asm/
A Dio.h143 #define writeb_relaxed(v, c) ((void)__raw_writeb((v), (c))) macro

Completed in 8 milliseconds