Home
last modified time | relevance | path

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

12

/trueos/usr.sbin/config/
HDmkoptions.c142 char *file, *inw; in do_option() local
203 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF) in do_option()
206 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF) in do_option()
208 inw = ns(inw); in do_option()
214 if (eq(inw, name)) { in do_option()
220 if (eq(inw, ol->o_name)) in do_option()
222 if (!eq(inw, name) && !ol) { in do_option()
225 inw, file); in do_option()
230 inw, basefile, ol->o_file); in do_option()
236 op->op_name = inw; in do_option()
/trueos/sys/dev/wl/
HDif_wl.c661 printf("hasr %04x\n", inw(HASR(base))); in wldump()
666 printf("%04x ", inw(PIOP1(base))); in wldump()
672 printf("%04x ", inw(PIOP1(base))); in wldump()
678 printf("%04x ", inw(PIOP1(base))); in wldump()
920 for (i = 1000000; inw(PIOP0(base)) && (i-- > 0); ) in wlbldcu()
926 if (inw(PIOP0(base)) == (SCB_SW_CX|SCB_SW_CNA)) in wlbldcu()
971 cu_status = inw(PIOP1(base)); in wlstart()
973 scb_status = inw(PIOP0(base)); in wlstart()
975 scb_command = inw(PIOP0(base)); in wlstart()
1511 if ((int_type = inw(HASR(base))) & HASR_MMC_INTR) { in wlintr()
[all …]
HDif_wl.h116 while(inw(HASR(sc->base)) & HASR_MMC_BUSY) ; \
/trueos/crypto/openssl/crypto/evp/
HDe_xcbc_d.c76 DES_cblock inw; member
107 memcpy(&data(ctx)->inw[0], &key[8], 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()
/trueos/sys/i386/xbox/
HDpic16l.s48 inw %dx,%ax
66 inw %dx,%ax
130 inw %dx,%ax
152 inw %dx,%ax
/trueos/sys/dev/cx/
HDmachdep.h28 # define inw(port) inport(port) macro
40 # define inw(port) inpw((unsigned short)(port)) macro
HDcxddk.c436 risr = inw (RISR(c->port)); in cx_receive_interrupt()
441 unsigned long rcbadr = (unsigned short) inw (RCBADRL(c->port)) | in cx_receive_interrupt()
442 (long) inw (RCBADRU(c->port)) << 16; in cx_receive_interrupt()
498 len = (risr & RIS_BB) ? inw(BRBCNT(c->port)) : inw(ARBCNT(c->port)); in cx_receive_interrupt()
562 len = inw(BTBCNT(c->port)); in cx_transmit_interrupt()
566 len = inw(ATBCNT(c->port)); in cx_transmit_interrupt()
591 while (! (inw (BSR(b->port)) & BSR_NOINTR)) { in cx_int_handler()
904 return (!(inw (BSR(b->port)) & BSR_NOINTR)); in cx_checkintr()
/trueos/sys/dev/ep/
HDif_ep_eisa.c114 if ((inw(iobase + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f) in ep_eisa_probe()
120 conf = inw(iobase + EISA_IOCONF); in ep_eisa_probe()
HDif_ep_isa.c132 data = (data << 1) | (inw(id_port) & 1); in get_eeprom_data()
271 data = inw(ioport + EP_W0_EEPROM_COMMAND); in ep_isa_identify()
/trueos/crypto/openssl/crypto/des/
HDxcbc_enc.c129 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() argument
140 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
HDdes_old.h158 # 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))
359 _ossl_old_des_cblock *inw,
HDdes_old.c127 _ossl_old_des_cblock *inw, in _ossl_old_des_xcbc_encrypt() argument
131 length, (DES_key_schedule *)schedule, ivec, inw, outw, in _ossl_old_des_xcbc_encrypt()
/trueos/sys/i386/include/
HDiodev.h35 #define iodev_read_2 inw
HDcpufunc.h255 inw(u_int port) in inw() function
742 u_short inw(u_int port);
/trueos/sys/amd64/include/
HDiodev.h35 #define iodev_read_2 inw
/trueos/sys/i386/i386/
HDgeode.c194 r = inw(cba + 2) & 0xff00; in geode_watchdog()
240 s = inw(a + 6); in cs5536_watchdog()
/trueos/sys/dev/bvm/
HDbvm_dbg.c66 if (inw(bvm_dbg_port) == BVM_DBG_SIG) { in bvm_dbg_probe()
HDbvm_console.c183 if (inw(bvm_cons_port) == BVM_CONS_SIG) in bvm_cnprobe()
/trueos/sys/arm/include/
HDkatelib.h95 #define inw(port) ReadShort((port)) macro
/trueos/sys/pc98/pc98/
HDbusio.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
/trueos/sys/dev/vx/
HDif_vx_eisa.c104 eisa_add_intr(dev, inw(iobase + VX_RESOURCE_CONFIG) >> 12, in vx_eisa_probe()
/trueos/sys/powerpc/include/
HDpio.h161 #define inw(a) (__inw((volatile u_int16_t *)(a))) macro
162 #define in16(a) inw(a)
/trueos/sys/dev/cy/
HDcy_pci.c176 inw(ioport + CY_PLX_9060_ICS) | CY_PLX_9060_ICS_IENABLE |
/trueos/sys/x86/include/
HDbus.h240 return (inw(handle + offset)); in bus_space_read_2()
952 outw(addr2, inw(addr1)); in bus_space_copy_region_2()
957 outw(addr2, inw(addr1)); in bus_space_copy_region_2()
1048 #define inw(a) compiler_error macro
/trueos/sys/amd64/pci/
HDpci_cfgreg.c219 data = inw(port); in pcireg_cfgread()

12