Home
last modified time | relevance | path

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

/freebsd-12.1/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
64 # define outw(port,val) __ddk_outw(port, val) macro
/freebsd-12.1/crypto/openssl/crypto/des/
H A Dxcbc_enc.c17 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
/freebsd-12.1/crypto/openssl/crypto/evp/
H A De_xcbc_d.c28 DES_cblock outw; member
/freebsd-12.1/sys/powerpc/include/
H A Dpio.h155 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
/freebsd-12.1/sys/i386/include/
H A Dcpufunc.h341 outw(u_int port, u_short data) in outw() function
/freebsd-12.1/sys/amd64/include/
H A Dcpufunc.h310 outw(u_int port, u_short data) in outw() function
/freebsd-12.1/sys/x86/include/
H A Dbus.h1039 #define outw(a, b) compiler_error macro