Home
last modified time | relevance | path

Searched defs:outw (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_inout.s52 .globl outw symbol
106 outw: label
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dvga.h31 #define outw(port, val) do { } while (0) macro
H A Dio_mm.h322 #define outw isa_outw macro
356 #define outw(val, port) ((port) < 1024 ? isa_rom_outw((val), (port)) : out_le16((port), (val))) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h237 outw(unsigned long port, unsigned short val) in outw() function
300 outw(unsigned short port, unsigned short val) in outw() function
354 outw(unsigned long port, unsigned short val) in outw() function
538 outw(unsigned PORT_SIZE port, unsigned short val) in outw() function
722 outw(unsigned short port, unsigned short value) in outw() function
869 outw(unsigned PORT_SIZE port, unsigned short val) in outw() function
907 outw(unsigned PORT_SIZE port, unsigned short val) in outw() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h181 #define outw outw macro
182 static inline void outw(unsigned short val, unsigned long port) in outw() function
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c142 u16 outw, outh; in dss_ovl_check() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dlogic_pio.h74 #define outw logic_outw macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h255 #define outw eisa_out16 macro
277 #define outw(x, y) BUG() macro
H A Dpci.h115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h33 #define outw(v,p) writew((v), S3C24XX_VA_ISA_WORD + (p)) macro
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dpci_io.c130 void outw(unsigned int value, unsigned int addr) in outw() function
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dio.h46 #define outw(v,p) __outw(v,p) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio_noioport.h28 static inline void outw(unsigned short x, unsigned long port) in outw() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h219 #define outw outw macro
220 static inline void outw(u16 w, unsigned long addr) in outw() function
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dio.h58 #define outw(val, port) out_be16((u16 *)((port)+_IO_BASE), (val)) macro
63 #define outw(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dio.h54 #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
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h60 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dio.h63 #define outw(val, port) writew((val), (u16 *)((unsigned long)(port))) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h349 #define outw outw macro
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout.c279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay()
360 int posx, posy, outw, outh; in omapvid_init() local
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h264 #define outw outw macro
265 static inline void outw(u16 value, u32 addr) in outw() function
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c542 unsigned int outw, outh; in jpegd_setup_pp() local
H A Dhal_jpegd_vdpu2.c561 unsigned int outw, outh; in jpegd_setup_pp() local
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h231 static inline void outw(u16 data, unsigned long port) in outw() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dio.h45 #define outw(x, addr) ((void) writew (x, addr)) macro

12