Searched defs:outw (Results 1 – 16 of 16) sorted by relevance
/arch/m68k/include/asm/ |
D | vga.h | 31 #define outw(port, val) do { } while (0) macro
|
D | io_mm.h | 322 #define outw isa_outw macro 356 #define outw(val, port) ((port) < 1024 ? isa_rom_outw((val), (port)) : out_le16((port), (val))) macro
|
/arch/arm/mach-s3c/include/mach/ |
D | io-s3c24xx.h | 33 #define outw(v,p) writew((v), S3C24XX_VA_ISA_WORD + (p)) macro
|
/arch/ia64/include/asm/ |
D | io.h | 181 #define outw outw macro 182 static inline void outw(unsigned short val, unsigned long port) in outw() function
|
/arch/sh/include/asm/ |
D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
/arch/parisc/include/asm/ |
D | io.h | 255 #define outw eisa_out16 macro 277 #define outw(x, y) BUG() macro
|
D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
/arch/sparc/include/asm/ |
D | io_64.h | 219 #define outw outw macro 220 static inline void outw(u16 w, unsigned long addr) in outw() function
|
/arch/x86/include/asm/ |
D | io.h | 349 #define outw outw macro
|
/arch/hexagon/include/asm/ |
D | io.h | 230 static inline void outw(u16 data, unsigned long port) in outw() function
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 264 #define outw outw macro 265 static inline void outw(u16 value, u32 addr) in outw() function
|
/arch/alpha/kernel/ |
D | io.c | 89 void outw(u16 b, unsigned long port) in outw() function
|
/arch/arm/include/asm/ |
D | io.h | 253 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ macro
|
/arch/alpha/include/asm/ |
D | io.h | 355 extern inline void outw(u16 b, unsigned long port) in outw() function
|
/arch/x86/boot/ |
D | boot.h | 50 static inline void outw(u16 v, u16 port) in outw() function
|
/arch/powerpc/include/asm/ |
D | io.h | 667 #define outw outw macro
|