Searched defs:outl (Results 26 – 33 of 33) sorted by relevance
12
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | boot.h | 61 static inline void outl(u32 v, u16 port) in outl() function
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 197 #define outl(val, port) _outl(val, (uintptr_t)(port)) macro
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 86 #define outl(v, p) __raw_writel(cpu_to_le32(v), p) macro
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sh_eth.h | 29 #define outl writel macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usbdevice.h | 71 #define outl(val,p) (*(volatile u32*)(p) = (val)) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 254 #define outl(v, p) __raw_writel(cpu_to_le32(v), __io(p)) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 549 #define outl _outl macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 229 #define outl(v,p) __raw_writel(cpu_to_le32(v),__io(p)) macro
|
12