Home
last modified time | relevance | path

Searched refs:inw (Results 1 – 19 of 19) sorted by relevance

/mirbsd/src/sys/dev/isa/
Dpss.c311 if (inw(pss_base+PSS_STATUS) & PSS_WRITE_EMPTY) {
327 val = inw(configAddr);
347 val = inw(configAddress);
352 val = inw(configAddress);
357 val = inw(configAddress);
362 val = inw(configAddress);
367 val = inw(configAddress);
372 val = inw(configAddress);
377 val = inw(configAddress);
398 val = inw(configAddress);
[all …]
Dif_iy.c335 v = inw(iobase + MEM_PORT_REG);
337 v = inw(iobase + MEM_PORT_REG);
339 p = inw(iobase + MEM_PORT_REG);
341 v = inw(iobase + MEM_PORT_REG);
619 stat = inw(iobase + MEM_PORT_REG);
630 stat = inw(iobase + MEM_PORT_REG); /* dummy read */
832 *(mtod(m, caddr_t)) = inw(iobase + MEM_PORT_REG);
866 rxevnt = inw(iobase + MEM_PORT_REG);
870 rxstatus = inw(iobase + MEM_PORT_REG);
871 rxnext = inw(iobase + MEM_PORT_REG);
[all …]
Daria.c794 …outw(iobase+ARIADSP_CONTROL, (inw(iobase+ARIADSP_STATUS)&~0x60)|samp); /* Addition parm for sample…
951 return inw(iobase+ARIADSP_DMADATA);
970 for (i = ARIAR_NPOLL; (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY) != 0 && i>0; i-- )
973 fail |= (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY)==0?0:1;
977 for (i = ARIAR_NPOLL; (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY) != 0 && i>0; i-- )
980 fail |= (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY)==0?0:2;
985 for (i = ARIAR_NPOLL; (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY) != 0 && i>0; i-- )
988 fail |= (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY)==0?0:4;
993 for (i = ARIAR_NPOLL; (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY) != 0 && i>0; i-- )
996 fail |= (inw(iobase + ARIADSP_STATUS) & ARIAR_BUSY)==0?0:8;
[all …]
Dif_fe.c1729 status = (u_char)inw(sc->sc_iobase + FE_BMPR8);
1753 len = inw(sc->sc_iobase + FE_BMPR8);
/mirbsd/src/lib/libssl/src/crypto/evp/
De_xcbc_d.c75 DES_cblock inw; member
106 memcpy(&data(ctx)->inw[0],&key[8],8); in desx_cbc_init_key()
117 &data(ctx)->inw, in desx_cbc_cipher()
/mirbsd/src/lib/libdes/
Dxcbc_enc.c114 void des_xcbc_encrypt(input, output, length, schedule, ivec, inw,outw,encrypt)
120 des_cblock (*inw);
132 in=(unsigned char *)inw;
Ddes.doc156 des_cblock *inw,
159 This is RSA's DESX mode of DES. It uses inw and outw to
160 'whiten' the encryption. inw and outw are secret (unlike the iv)
/mirbsd/src/sys/arch/i386/i386/
Ddb_magic.s75 ENTRY(inw)
78 inw %dx,%ax /* get the word */
/mirbsd/src/lib/libssl/src/crypto/des/
Dxcbc_enc.c112 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() argument
123 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
Ddes_old.h152 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
153 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
255 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
256 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
343 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
Ddes_old.c111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) in _ossl_old_des_xcbc_encrypt() argument
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc); in _ossl_old_des_xcbc_encrypt()
Ddes.h148 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
/mirbsd/src/distrib/lists/x11/xbase/
Dmd.i3863 ./usr/X11R6/bin/inw
/mirbsd/src/sys/arch/i386/include/
Dpio.h83 #define inw(port) \ macro
Dbus.h157 ((t) == I386_BUS_SPACE_IO ? (inw((h) + (o))) : \
/mirbsd/src/include/
Ddes.h154 des_cblock *inw,des_cblock *outw,int enc);
/mirbsd/src/lib/libssl/src/doc/crypto/
Ddes.pod60 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
177 DES_xcbc_encrypt() is RSA's DESX mode of DES. It uses I<inw> and
178 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret
/mirbsd/src/sys/dev/pci/
Dncr.c380 #define INW(r) inw (np->port + offsetof(struct ncr_reg, r))
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt2921 des_cblock *inw,
2924 This is RSA's DESX mode of DES. It uses inw and outw to
2925 'whiten' the encryption. inw and outw are secret (unlike the iv)