Searched defs:outw (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/cx/ |
| H A D | machdep.h | 30 # 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 D | xcbc_enc.c | 17 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
|
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | e_xcbc_d.c | 28 DES_cblock outw; member
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | pio.h | 155 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | cpufunc.h | 341 outw(u_int port, u_short data) in outw() function
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | cpufunc.h | 310 outw(u_int port, u_short data) in outw() function
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | bus.h | 1039 #define outw(a, b) compiler_error macro
|