| /minix3/sys/arch/i386/stand/lib/netif/ |
| H A D | elink3.c | 48 outw(BASE + EP_COMMAND, RX_DISABLE); in epstop() 49 outw(BASE + EP_COMMAND, RX_DISCARD_TOP_PACK); in epstop() 52 outw(BASE + EP_COMMAND, TX_DISABLE); in epstop() 53 outw(BASE + EP_COMMAND, STOP_TRANSCEIVER); in epstop() 55 outw(BASE + EP_COMMAND, RX_RESET); in epstop() 56 outw(BASE + EP_COMMAND, TX_RESET); in epstop() 58 outw(BASE + EP_COMMAND, C_INTR_LATCH); in epstop() 59 outw(BASE + EP_COMMAND, SET_RD_0_MASK); in epstop() 60 outw(BASE + EP_COMMAND, SET_INTR_MASK); in epstop() 61 outw(BASE + EP_COMMAND, SET_RX_FILTER); in epstop() [all …]
|
| H A D | am7990.c | 66 outw(LA_RAP, RDP_CSR0); in am7990_stop() 67 outw(LA_CSR, CSR_STOP); in am7990_stop() 133 outw(LA_RAP, RDP_CSR1); in am7990_init() 134 outw(LA_CSR1, (u_short)addr); in am7990_init() 135 outw(LA_RAP, RDP_CSR2); in am7990_init() 136 outw(LA_CSR2, (char)(addr >> 16)); in am7990_init() 137 outw(LA_RAP, RDP_CSR3); in am7990_init() 138 outw(LA_CSR3, 0); in am7990_init() 141 outw(LA_RAP, RDP_CSR0); in am7990_init() 142 outw(LA_CSR, CSR_INIT|CSR_STRT); in am7990_init() [all …]
|
| H A D | 3c590.c | 144 outw(BASE + EP_W2_ADDR_0 + (i * 2), help); in EtherInit()
|
| H A D | 3c509.c | 174 outw(BASE + EP_W2_ADDR_0 + (i * 2), help); in EtherInit()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | e_xcbc_d.c | 77 DES_cblock outw; member 108 memcpy(&data(ctx)->outw[0], &key[16], 8); in desx_cbc_init_key() 119 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt); in desx_cbc_cipher() 127 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt); in desx_cbc_cipher()
|
| /minix3/minix/kernel/arch/i386/ |
| H A D | io_outw.S | 6 ENTRY(outw) 11 outw %dx /* output 1 word */
|
| H A D | acpi.c | 406 outw(pm1a_cnt_blk, slp_typa | SLP_EN_CODE); in acpi_poweroff() 408 outw(pm1b_cnt_blk, slp_typb | SLP_EN_CODE); in acpi_poweroff()
|
| /minix3/distrib/sets/lists/xserver/ |
| H A D | ad.x86_64 | 8 ./usr/X11R6/bin/outw -unknown- x11 15 ./usr/X11R7/bin/outw -unknown- obsolete
|
| /minix3/minix/drivers/net/dpeth/ |
| H A D | 3c509.h | 157 #define outw_el3(dep,reg,data) (outw((dep)->de_base_port+(reg),(data))) 160 outw(dep->de_base_port+REG_CmdStatus,CMD_SelectWindow|(win))
|
| H A D | ne.h | 31 #define outw_ne(dep, reg, data) (outw(dep->de_base_port+reg, data))
|
| H A D | 3c501.h | 67 #define outw_el1(dep,reg,data) (outw(dep->de_base_port+(reg),data))
|
| H A D | devio.c | 87 void outw(unsigned short port, unsigned long value) in outw() function
|
| /minix3/sys/arch/x86/include/ |
| H A D | pio.h | 48 void outw(unsigned, uint16_t);
|
| H A D | acpi_machdep.h | 56 #define acpi_md_OsOut16(x, v) outw((x), (v))
|
| /minix3/sys/arch/i386/stand/lib/ |
| H A D | cpufunc.S | 120 NENTRY(outw) 123 outw %ax, %dx
|
| H A D | cpufunc.h | 46 void outw(unsigned, uint16_t);
|
| /minix3/minix/include/minix/ |
| H A D | portio.h | 16 void outw(u16_t _port, u16_t _value);
|
| /minix3/minix/drivers/net/dp8390/ |
| H A D | local.h | 18 void outw(port_t port, u16_t v);
|
| H A D | ne2000.h | 22 #define outw_ne(dep, reg, data) (outw(dep->de_base_port+reg, data))
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
| H A D | xcbc_enc.c | 130 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 143 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
|
| H A D | des_old.h | 158 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 159 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e)) 262 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 263 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e)) 360 _ossl_old_des_cblock *outw, int enc);
|
| H A D | des_old.c | 128 _ossl_old_des_cblock *outw, int enc) in _ossl_old_des_xcbc_encrypt() argument 131 length, (DES_key_schedule *)schedule, ivec, inw, outw, in _ossl_old_des_xcbc_encrypt()
|
| /minix3/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | oxcbc_enc.c | 112 const_des_cblock *inw, const_des_cblock *outw, int enc) in des_xcbc_encrypt() argument 125 in2 = &(*outw)[0]; in des_xcbc_encrypt()
|
| /minix3/external/mit/xorg/server/xorg-server/hw/xfree86/utils/ioport/ |
| H A D | Makefile | 39 ${X11BINDIR}/ioport ${X11BINDIR}/outw \
|
| /minix3/minix/kernel/system/ |
| H A D | do_devio.c | 94 outw(m_ptr->m_lsys_krn_sys_devio.port, in do_devio()
|