Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dio.h17 #define readl_be(__addr) __raw_readl(__addr) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dio.h45 #define readl_be(a) in_be32((__force unsigned *)a) macro
/openbmc/linux/sound/pci/mixart/
H A Dmixart_hwdep.h16 #define readl_be(x) be32_to_cpu((__force __be32)__raw_readl(x)) macro
/openbmc/linux/arch/mips/include/asm/
H A Dio.h401 #define readl_be(addr) \ in BUILDIO_MEM() macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h374 #define readl_be(addr) \ in BUILDIO_MEM() macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h289 #define readl_be(addr) \ macro
/openbmc/linux/drivers/usb/host/
H A Dehci.h747 #define readl_be(addr) __raw_readl((__force unsigned *)addr) macro