| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io_noioport.h | 53 #define outw_p(x, addr) outw((x), (addr)) macro
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 70 #define outw_p(val, port) outw((val), (port)) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io.h | 352 #define outw_p outw_p macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 323 #define outw_p isa_outw_p macro 357 #define outw_p(val, port) ((port) < 1024 ? isa_rom_outw_p((val), (port)) : out_le16((port), (val))) macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | io.h | 242 #define outw_p outw macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | io.h | 232 #define outw_p outw macro
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 61 #define outw_p(val, port) outw((val), (port)) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 585 #define outw_p outw_p macro 586 static inline void outw_p(u16 value, unsigned long addr) in outw_p() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | io.h | 501 #define outw_p outw macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 235 #define outw_p(__w, __addr) outw(__w, __addr) macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 67 #define outw_p(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) macro
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 101 #define outw_p(val, port) outw((val), (port)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 690 #define outw_p(val, port) (udelay(1), outw((val), (port))) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 333 #define outw_p(val, port) outw((val), (port)) macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 245 #define outw_p(val,port) outw((val),(port)) macro
|