Searched defs:out_le32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dio.h76 static inline void out_le32(volatile unsigned *addr, int val) function
/linux-master/arch/microblaze/include/asm/
H A Dio.h48 #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)) macro
/linux-master/arch/m68k/include/asm/
H A Draw_io.h34 #define out_le32(addr,l) (void)((*(__force volatile __le32 *) (unsigned long)(addr)) = cpu_to_le32(l)) macro
/linux-master/drivers/video/fbdev/
H A Dcontrolfb.c62 #undef out_le32 macro
66 #define out_le32(addr, val) (void)(val) macro
[all...]

Completed in 114 milliseconds