Searched defs:readl_be (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dio.h17 #define readl_be(__addr) __raw_readl(__addr) macro
/linux-master/arch/microblaze/include/asm/
H A Dio.h45 #define readl_be(a) in_be32((__force unsigned *)a) macro
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.h16 #define readl_be(x) be32_to_cpu((__force __be32)__raw_readl(x)) macro
/linux-master/arch/mips/include/asm/
H A Dio.h378 #define readl_be(addr) \ macro
/linux-master/drivers/usb/host/
H A Dehci.h747 #define readl_be(addr) __raw_readl((__force unsigned *)addr) macro

Completed in 141 milliseconds