Searched defs:outw (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/include/asm/shared/ |
H A D | io.h | 31 #define outw __outw macro
|
/linux/arch/x86/boot/ |
H A D | io.h | 39 #define outw pio_ops.f_outw macro
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay.c | 142 u16 outw, outh; in dss_ovl_check() local
|
/linux/arch/sh/include/asm/ |
H A D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
/linux/arch/parisc/include/asm/ |
H A D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 220 #define outw outw macro 221 static inline void outw(u16 w, unsigned long addr) in outw() function
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 238 #define outw outw macro 379 extern inline void outw(u16 b, unsigned long port) in outw() function
|
/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 320 #define outw isa_outw macro 354 #define outw(val, port) ((port) < 1024 ? isa_rom_outw((val), (port)) : out_le16((port), (val))) macro
|
/linux/arch/alpha/kernel/ |
H A D | io.c | 106 void outw(u16 b, unsigned long port) in outw() function
|
/linux/drivers/video/fbdev/omap2/omapfb/ |
H A 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
|