Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/stand/boot/
H A Dne.h31 #define outw(x, w) *(volatile uint16_t *)(x) = (w) macro
/netbsd-src/sys/arch/mac68k/include/
H A Dpio.h30 #define outw(x, y) \ macro
/netbsd-src/sys/arch/rs6000/stand/boot/
H A Dio.c39 outw(int port, u_int16_t val) in outw() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dxcbc_enc.c17 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Dxcbc_enc.c23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_xcbc_d.c28 DES_cblock outw; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_xcbc_d.c35 DES_cblock outw; member
/netbsd-src/sys/arch/arc/include/
H A Dpio.h40 #define outw(a,v) (*(volatile unsigned short*)(a) = (v)) macro
/netbsd-src/sys/arch/alpha/include/
H A Dpio.h55 #define outw(addr, val) (*alpha_pci_io_switch->apio_outw)((addr), (val)) macro
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Doxcbc_enc.c112 const_des_cblock *inw, const_des_cblock *outw, int enc) in des_xcbc_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Doxcbc_enc.c112 const_des_cblock *inw, const_des_cblock *outw, int enc) in des_xcbc_encrypt()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dio.c56 outw(int port, u_int16_t val) in outw() function
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dio.c52 outw(int port, u_short val) in outw() function
/netbsd-src/sys/arch/ia64/include/
H A Dcpufunc.h147 outw(unsigned int port, uint16_t data) in outw() function
/netbsd-src/sys/arch/powerpc/include/
H A Dpio.h162 #define outw(a,v) (__outw((volatile uint16_t *)(a), v)) macro