Home
last modified time | relevance | path

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

/linux-3.3/arch/sparc/include/asm/ !
Dio.h16 #define readl_be(__addr) __raw_readl(__addr) macro
/linux-3.3/sound/pci/mixart/ !
Dmixart_hwdep.h29 #define readl_be(x) be32_to_cpu(__raw_readl(x)) macro
/linux-3.3/arch/avr32/include/asm/ !
Dio.h165 #define readl_be __raw_readl in BUILDIO_MEM() macro
/linux-3.3/arch/mips/include/asm/ !
Dio.h454 #define readl_be(addr) \ in BUILDIO_MEM() macro
/linux-3.3/arch/microblaze/include/asm/ !
Dio.h230 #define readl_be(a) in_be32((__force unsigned *)a) macro
/linux-3.3/drivers/usb/host/ !
Dehci.h641 #define readl_be(addr) __raw_readl((__force unsigned *)addr) macro