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

/freebsd-10-stable/sys/arm/include/
H A Dkatelib.h96 #define outw(port, word) WriteShort((port), (word)) macro
/freebsd-10-stable/sys/dev/cx/
H A Dmachdep.h30 # define outw(port,w) outport(port,w) macro
42 # define outw(port,w) outpw((unsigned short)(port),(unsigned short)(w)) macro
62 # undef outw macro
64 # define outw(port,val) __ddk_outw(port, val) macro
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A De_xcbc_d.c77 DES_cblock outw; member in struct:__anon161
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dxcbc_enc.c127 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) argument
H A Ddes_old.c123 _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, _ossl_old_des_cblock *inw, _ossl_old_des_cblock *outw, int enc) argument
/freebsd-10-stable/sys/powerpc/include/
H A Dpio.h153 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
/freebsd-10-stable/sys/x86/include/
H A Dbus.h1034 #define outw(a, b) compiler_error macro
/freebsd-10-stable/sys/ia64/include/
H A Dbus.h105 #define outw bus_space_write_io_2 macro
/freebsd-10-stable/sys/pc98/include/
H A Dbus.h576 #define outw(a, b) compiler_error macro
/freebsd-10-stable/sys/amd64/include/
H A Dcpufunc.h301 outw(u_int port, u_short data) function
/freebsd-10-stable/sys/i386/include/
H A Dcpufunc.h330 outw(u_int port, u_short data) function

Completed in 206 milliseconds