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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart_hwdep.h29 #define writel_be(data,addr) __raw_writel(cpu_to_be32(data),addr) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dio.h229 #define writel_be(v, a) out_be32((__force unsigned *)a, v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dio.h463 #define writel_be(val, addr) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dio.h169 #define writel_be __raw_writel macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h615 #define writel_be(val, addr) __raw_writel(val, (__force unsigned *)addr) macro

Completed in 67 milliseconds