Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dvga.h24 #undef outw macro
31 #define outw(port, val) do { } while (0) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dvga.h24 #undef outw macro
31 #define outw(port, val) do { } while (0) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/shared/
H A Dio.h31 #define outw __outw macro
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dio.h11 #undef outw macro
39 #define outw pio_ops.f_outw macro
/third_party/musl/arch/i386/bits/
H A Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/musl/arch/x86_64/bits/
H A Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/musl/arch/x32/bits/
H A Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h33 #define outw(v,p) writew((v), S3C24XX_VA_ISA_WORD + (p)) macro
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_xcbc_d.c35 DES_cblock outw; member
/third_party/openssl/crypto/evp/
H A De_xcbc_d.c35 DES_cblock outw; member
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/
H A Dio.h46 #define outw(v,p) __outw(v,p) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dio_noioport.h28 static inline void outw(unsigned short x, unsigned long port) in outw() function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dio_noioport.h28 static inline void outw(unsigned short x, unsigned long port) in outw() function
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c142 u16 outw, outh; in dss_ovl_check() local
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c142 u16 outw, outh; in dss_ovl_check() local
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dxcbc_enc.c20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
/third_party/openssl/crypto/des/
H A Dxcbc_enc.c20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dio.h60 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
/kernel/linux/linux-5.10/include/linux/
H A Dlogic_pio.h74 #define outw logic_outw macro
/kernel/linux/linux-6.6/include/linux/
H A Dlogic_pio.h74 #define outw logic_outw macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpci.h115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dio.h169 #define outw outw macro
170 static inline void outw(unsigned short val, unsigned long port) in outw() function
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpci.h115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
/third_party/ffmpeg/libavfilter/
H A Dvf_transpose.c281 int outw = AV_CEIL_RSHIFT(out->width, hsub); in filter_slice() local

Completed in 8 milliseconds

123