Home
last modified time | relevance | path

Searched defs:readb_relaxed (Results 1 – 13 of 13) sorted by relevance

/arch/nios2/include/asm/
Dio.h20 #define readb_relaxed(addr) readb(addr) macro
/arch/riscv/include/asm/
Dmmio.h114 #define readb_relaxed(c) ({ u8 __v; __io_rbr(); __v = readb_cpu(c); __io_rar(); __v; }) macro
/arch/x86/include/asm/
Dio.h75 #define readb_relaxed(a) __readb(a) macro
/arch/arc/include/asm/
Dio.h222 #define readb_relaxed(c) __raw_readb(c) macro
/arch/alpha/include/asm/
Dio.h558 #define readb_relaxed readb_relaxed macro
564 extern inline u8 readb_relaxed(const volatile void __iomem *addr) in readb_relaxed() function
/arch/hexagon/include/asm/
Dio.h163 #define readb_relaxed __raw_readb macro
/arch/alpha/kernel/
Dio.c245 u8 readb_relaxed(const volatile void __iomem *addr) in readb_relaxed() function
/arch/mips/include/asm/
Dio.h383 #define readb_relaxed __relaxed_readb in BUILDIO_MEM() macro
/arch/sh/include/asm/
Dio.h39 #define readb_relaxed(c) ({ u8 __v = ioswabb(__raw_readb(c)); __v; }) macro
/arch/arm/include/asm/
Dio.h274 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) macro
/arch/sparc/include/asm/
Dio_64.h106 #define readb_relaxed readb macro
/arch/m68k/include/asm/
Dio_mm.h398 #define readb_relaxed(addr) readb(addr) macro
/arch/powerpc/include/asm/
Dio.h721 #define readb_relaxed(addr) readb(addr) macro