/Linux-v4.19/arch/m68k/include/asm/ |
D | vga.h | 31 #define outw(port, val) do { } while (0) macro
|
D | io_mm.h | 318 #define outw isa_outw macro 352 #define outw(val, port) ((port) < 1024 ? isa_rom_outw((val), (port)) : out_le16((port), (val))) macro
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay.c | 153 u16 outw, outh; in dss_ovl_check() local
|
/Linux-v4.19/include/linux/ |
D | logic_pio.h | 74 #define outw logic_outw macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | io.h | 267 #define outw eisa_out16 macro 289 #define outw(x, y) BUG() macro
|
D | pci.h | 117 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
/Linux-v4.19/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 49 #define outw(v,p) __outw(v,p) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/include/asm/ |
D | io.h | 348 #define outw outw macro
|
/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 267 #define outw outw macro 268 static inline void outw(u16 value, u32 addr) in outw() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | io.h | 258 static inline void outw(u16 data, unsigned long port) in outw() function
|
/Linux-v4.19/drivers/media/platform/omap/ |
D | omap_vout.c | 355 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() 436 int posx, posy, outw, outh; in omapvid_init() local
|
/Linux-v4.19/arch/alpha/kernel/ |
D | io.c | 83 void outw(u16 b, unsigned long port) in outw() function
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 516 #define outw outw macro 517 static inline void outw(u16 value, unsigned long addr) in outw() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | machvec.h | 185 ia64_mv_outw_t *outw; member
|
D | io.h | 308 #define outw(v,p) __outw(v,p) macro
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 843 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() 944 u16 outw, outh; in omapfb_apply_changes() local
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | io.h | 210 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | io.h | 258 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ macro
|
/Linux-v4.19/arch/x86/boot/ |
D | boot.h | 54 static inline void outw(u16 v, u16 port) in outw() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | io.h | 369 extern inline void outw(u16 b, unsigned long port) in outw() function
|