Searched refs:inw (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/amd64/include/
H A Diodev.h35 #define iodev_read_2 inw
/freebsd-11-stable/sys/i386/include/
H A Diodev.h35 #define iodev_read_2 inw
H A Dcpufunc.h268 inw(u_int port) function
272 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
743 u_short inw(u_int port);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_xcbc_d.c76 DES_cblock inw; member in struct:__anon6370
107 memcpy(&data(ctx)->inw[0], &key[8], 8);
119 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
127 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
/freebsd-11-stable/usr.sbin/config/
H A Dmkoptions.c142 char *file, *inw; local
203 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF)
206 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF)
208 inw = ns(inw);
214 if (eq(inw, name)) {
220 if (eq(inw, ol->o_name))
222 if (!eq(inw, nam
[all...]
/freebsd-11-stable/sys/dev/bvm/
H A Dbvm_dbg.c66 if (inw(bvm_dbg_port) == BVM_DBG_SIG) {
H A Dbvm_console.c182 if (inw(bvm_cons_port) == BVM_CONS_SIG)
/freebsd-11-stable/sys/i386/xbox/
H A Dpic16l.s48 inw %dx,%ax
66 inw %dx,%ax
130 inw %dx,%ax
152 inw %dx,%ax
/freebsd-11-stable/sys/dev/cx/
H A Dmachdep.h28 # define inw(port) inport(port) macro
40 # define inw(port) inpw((unsigned short)(port)) macro
H A Dcxddk.c436 risr = inw (RISR(c->port));
441 unsigned long rcbadr = (unsigned short) inw (RCBADRL(c->port)) |
442 (long) inw (RCBADRU(c->port)) << 16;
498 len = (risr & RIS_BB) ? inw(BRBCNT(c->port)) : inw(ARBCNT(c->port));
562 len = inw(BTBCNT(c->port));
566 len = inw(ATBCNT(c->port));
591 while (! (inw (BSR(b->port)) & BSR_NOINTR)) {
904 return (!(inw (BSR(b->port)) & BSR_NOINTR));
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep_eisa.c114 if ((inw(iobase + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f)
120 conf = inw(iobase + EISA_IOCONF);
H A Dif_ep_isa.c132 data = (data << 1) | (inw(id_port) & 1);
271 data = inw(ioport + EP_W0_EEPROM_COMMAND);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes_old.c127 _ossl_old_des_cblock *inw,
131 length, (DES_key_schedule *)schedule, ivec, inw, outw,
123 _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
H A Dxcbc_enc.c129 DES_cblock *ivec, const_DES_cblock *inw,
140 in2 = &(*inw)[0];
127 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.h158 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
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)\
263 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
359 _ossl_old_des_cblock *inw,
H A Ddes.h147 DES_cblock *ivec, const_DES_cblock *inw,
/freebsd-11-stable/sys/i386/i386/
H A Dgeode.c194 r = inw(cba + 2) & 0xff00;
240 s = inw(a + 6);
/freebsd-11-stable/sys/dev/cy/
H A Dcy_pci.c176 inw(ioport + CY_PLX_9060_ICS) | CY_PLX_9060_ICS_IENABLE |
/freebsd-11-stable/sys/dev/vx/
H A Dif_vx_eisa.c106 eisa_add_intr(dev, inw(iobase + VX_RESOURCE_CONFIG) >> 12,
/freebsd-11-stable/sys/pc98/pc98/
H A Dbusio.s65 inw %dx,%ax
176 inw %dx,%ax
374 inw %dx,%ax
731 inw %dx,%ax
847 inw %dx,%ax
1063 inw %dx,%ax
1514 inw %dx,%ax
1650 inw %dx,%ax
/freebsd-11-stable/sys/powerpc/include/
H A Dpio.h161 #define inw(a) (__inw((volatile u_int16_t *)(a))) macro
162 #define in16(a) inw(a)
/freebsd-11-stable/sys/x86/include/
H A Dbus.h223 return (inw(handle + offset));
398 1: inw %w2,%%ax \n\
935 outw(addr2, inw(addr1));
940 outw(addr2, inw(addr1));
1031 #define inw(a) compiler_error macro
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
/freebsd-11-stable/sys/x86/xen/
H A Dhvm.c276 if (inw(XEN_MAGIC_IOPORT) != XMI_MAGIC)
/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.c219 data = inw(port);

Completed in 304 milliseconds

12