Home
last modified time | relevance | path

Searched defs:inw (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/boot/
H A Dne.h29 #define inw(x) *(volatile uint16_t *)(x) macro
/netbsd-src/sys/arch/mac68k/include/
H A Dpio.h15 #define inw(y) \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dxcbc_enc.c16 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Dxcbc_enc.c22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_xcbc_d.c27 DES_cblock inw; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_xcbc_d.c34 DES_cblock inw; member
/netbsd-src/sys/arch/arc/include/
H A Dpio.h45 #define inw(a) (*(volatile unsigned short*)(a)) macro
/netbsd-src/sys/arch/alpha/include/
H A Dpio.h51 #define inw(addr) (*alpha_pci_io_switch->apio_inw)((addr)) 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/bebox/stand/boot/
H A Dio.c67 inw(int port) in inw() function
/netbsd-src/sys/arch/ia64/include/
H A Dcpufunc.h80 inw(unsigned int port) in inw() function
/netbsd-src/sys/arch/powerpc/include/
H A Dpio.h168 #define inw(a) (__inw((volatile uint16_t *)(a))) macro