/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 174 #define outw outw macro 181 #define outw eisa_out16 macro 205 #define outw(x, y) ({(void)(x); (void)(y); BUG(); 0;}) macro
|
H A D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
/openbmc/linux/arch/x86/include/asm/shared/ |
H A D | io.h | 31 #define outw __outw macro
|
/openbmc/linux/arch/x86/boot/ |
H A D | io.h | 39 #define outw pio_ops.f_outw macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | vga.h | 31 #define outw(port, val) do { } while (0) macro
|
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
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 169 #define outw outw macro 170 static inline void outw(unsigned short val, unsigned long port) in outw() function
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay.c | 142 u16 outw, outh; in dss_ovl_check() local
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | optrom.h | 43 static inline void outw(uint16_t value, uint16_t port) in outw() function
|
/openbmc/linux/include/linux/ |
H A D | logic_pio.h | 74 #define outw logic_outw macro
|
/openbmc/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
|
H A D | io.h | 252 #define outw(x, addr) outw((x), (addr)) macro
|
/openbmc/u-boot/arch/sandbox/lib/ |
H A D | pci_io.c | 129 void outw(unsigned int value, unsigned int addr) in outw() function
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest-single.h | 112 static inline void outw(uint16_t addr, uint16_t value) in outw() function
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 57 #define outw(val, port) out_be16((u16 *)((port)+_IO_BASE), (val)) macro 62 #define outw(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 62 #define outw(val, port) writew((val), (u16 *)((unsigned long)(port))) macro
|
/openbmc/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
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 54 #define outw(val, port) out_be16((u16 *)((port)+_IO_BASE), (val)) macro 59 #define outw(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 249 #define outw outw macro 380 extern inline void outw(u16 b, unsigned long port) in outw() function
|
/openbmc/linux/drivers/media/platform/ti/omap/ |
H A 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
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 50 #define outw(x, addr) ((void)writew(x, addr)) macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 233 static inline void outw(u16 data, unsigned long port) in outw() function
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | io.c | 106 void outw(u16 b, unsigned long port) in outw() function
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | io.h | 77 #define outw(val, addr) writew(val,addr) macro
|
/openbmc/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
|