Home
last modified time | relevance | path

Searched defs:readb (Results 1 – 15 of 15) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dio.h46 #define readb(address) GET_UINT8(address) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dsys.h29 static inline u8 readb(unsigned long int addr) in readb() function
/third_party/uboot/u-boot-2020.01/include/
Diotrace.h61 #define readb(addr) iotrace_readb((const void *)(uintptr_t)addr) macro
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/
Dio.h35 #define readb(addr) \ macro
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dio.h146 #define readb(c) ({ unsigned int __v = __raw_readb(__mem_pci(c)); __v; }) macro
182 #define readb(addr) __raw_readb(addr) macro
/third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/
Dio.h24 #define readb(addr) \ macro
/third_party/uboot/u-boot-2020.01/arch/arc/include/asm/
Dio.h198 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) macro
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dio.h117 static inline u8 readb(const volatile void __iomem *addr) in readb() function
363 #define readb(c) ({ unsigned int __v = \ macro
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/
Dio.h56 #define readb(addr)\ macro
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Dio.h95 static inline u8 readb(const volatile void __iomem *addr) in readb() function
369 #define readb(c) ({ unsigned int __v = \ macro
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dio.h26 #define readb(addr) in_8((volatile u8 *)(addr)) macro
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dio.h60 #define readb(addr) (*(volatile u8 *)(uintptr_t)(addr)) macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dio.h23 #define readb(addr) in_8((volatile u8 *)(addr)) macro
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dio.h51 #define readb(addr) sandbox_read((const void *)addr, SB_SIZE_8) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dio.h121 #define readb(c) ({ u8 __v = __arch_getb(c); __iormb(); __v; }) macro