Home
last modified time | relevance | path

Searched defs:readq (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci.h42 uint64_t (*readq)(QSDHCI *s, uint32_t reg); member
/openbmc/qemu/tests/qtest/
H A Dlibqtest-single.h263 static inline uint64_t readq(uint64_t addr) in readq() function
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h391 #define readq readq in BUILDIO_MEM() macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h63 #define readq(addr) (*(volatile u64 *)(uintptr_t)(addr)) macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h46 #define readq(addr) ((void)addr, 0) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h122 static inline u64 readq(const volatile void __iomem *addr) in readq() function
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h123 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro