Searched defs:outw (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dvga.h24 #undef outw macro
31 #define outw(port, val) do { } while (0) macro
H A Dio_mm.h320 #define outw isa_outw macro
354 #define outw(val, port) ((port) < 1024 ? isa_rom_outw((val), (port)) : out_le16((port), (val))) macro
/linux-master/arch/x86/include/asm/shared/
H A Dio.h31 #define outw __outw macro
/linux-master/arch/x86/boot/
H A Dio.h11 #undef outw macro
39 #define outw pio_ops.f_outw macro
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c142 u16 outw, outh; local
/linux-master/arch/sh/include/asm/
H A Dio_noioport.h28 static inline void outw(unsigned short x, unsigned long port) function
H A Dio.h252 #define outw(x, addr) outw((x), (addr)) macro
/linux-master/include/linux/
H A Dlogic_pio.h71 #define outw logic_outw macro
/linux-master/arch/parisc/include/asm/
H A Dpci.h115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member in struct:pci_port_ops
H A Dio.h172 #define outw outw macro
179 #define outw eisa_out16 macro
203 #define outw(x, y) ({(void)(x); (void)(y); BUG(); 0;}) macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h224 static inline void outw(u16 data, unsigned long port) function
/linux-master/arch/alpha/kernel/
H A Dio.c106 void outw(u16 b, unsigned long port) function
120 EXPORT_SYMBOL(outw); variable
/linux-master/arch/arm/include/asm/
H A Dio.h236 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ macro
/linux-master/arch/alpha/include/asm/
H A Dio.h249 #define outw outw macro
379 extern inline void outw(u16 b, unsigned long port) function
/linux-master/arch/sparc/include/asm/
H A Dio_64.h220 #define outw outw macro
221 static inline void outw(u16 w, unsigned long addr) function
/linux-master/include/asm-generic/
H A Dio.h628 #define outw _outw macro
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c360 int posx, posy, outw, outh; local
278 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, dma_addr_t addr) argument
/linux-master/arch/powerpc/include/asm/
H A Dio.h696 #define outw outw macro
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c933 u16 outw, outh; local
831 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) argument

Completed in 244 milliseconds