/Linux-v5.4/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
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay.c | 142 u16 outw, outh; in dss_ovl_check() local
|
/Linux-v5.4/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
|
/Linux-v5.4/include/linux/ |
D | logic_pio.h | 74 #define outw logic_outw macro
|
/Linux-v5.4/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 46 #define outw(v,p) __outw(v,p) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | io.h | 265 #define outw eisa_out16 macro 287 #define outw(x, y) BUG() macro
|
D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
/Linux-v5.4/arch/sh/include/asm/ |
D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 200 #define outw(v,p) (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p)) macro
|
/Linux-v5.4/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
|
/Linux-v5.4/arch/x86/include/asm/ |
D | io.h | 354 #define outw outw macro
|
/Linux-v5.4/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
|
/Linux-v5.4/drivers/media/platform/omap/ |
D | omap_vout.c | 279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() 360 int posx, posy, outw, outh; in omapvid_init() local
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | io.h | 243 static inline void outw(u16 data, unsigned long port) in outw() function
|
/Linux-v5.4/arch/alpha/kernel/ |
D | io.c | 83 void outw(u16 b, unsigned long port) in outw() function
|
/Linux-v5.4/include/asm-generic/ |
D | io.h | 509 #define outw outw macro 510 static inline void outw(u16 value, unsigned long addr) in outw() function
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() 933 u16 outw, outh; in omapfb_apply_changes() local
|
/Linux-v5.4/arch/arm/include/asm/ |
D | io.h | 253 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | io.h | 198 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
|
/Linux-v5.4/arch/x86/boot/ |
D | boot.h | 50 static inline void outw(u16 v, u16 port) in outw() function
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | io.h | 364 extern inline void outw(u16 b, unsigned long port) in outw() function
|