| /NextBSD/sys/dev/syscons/ |
| HD | scvgarndr.c | 562 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */ in vga_pxlclear_planar() 563 outw(GDCIDX, 0x0003); /* data rotate/function select */ in vga_pxlclear_planar() 564 outw(GDCIDX, 0x0f01); /* set/reset enable */ in vga_pxlclear_planar() 565 outw(GDCIDX, 0xff08); /* bit mask */ in vga_pxlclear_planar() 566 outw(GDCIDX, ((attr & 0xf000) >> 4) | 0x00); /* set/reset */ in vga_pxlclear_planar() 575 outw(GDCIDX, 0x0000); /* set/reset */ in vga_pxlclear_planar() 576 outw(GDCIDX, 0x0001); /* set/reset enable */ in vga_pxlclear_planar() 647 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */ in vga_pxlborder_planar() 648 outw(GDCIDX, 0x0003); /* data rotate/function select */ in vga_pxlborder_planar() 649 outw(GDCIDX, 0x0f01); /* set/reset enable */ in vga_pxlborder_planar() [all …]
|
| /NextBSD/sys/i386/i386/ |
| HD | geode.c | 195 outw(cba + 2, p | 0xf0 | r); in geode_watchdog() 196 outw(cba, u); in geode_watchdog() 199 outw(cba, 0); in geode_watchdog() 222 outw(a + 6, 0x030e); in cs5536_watchdog() 224 outw(a + 2, p); in cs5536_watchdog() 226 outw(a + 4, 0); in cs5536_watchdog() 232 outw(a + 6, 0x8000); in cs5536_watchdog() 243 outw(a + 6, 0); in cs5536_watchdog() 244 outw(a + 4, 0); in cs5536_watchdog()
|
| /NextBSD/sys/dev/cx/ |
| HD | machdep.h | 30 # define outw(port,w) outport(port,w) macro 42 # define outw(port,w) outpw((unsigned short)(port),(unsigned short)(w)) macro 60 { outw (word, port); } in __ddk_outw() 62 # undef outw 64 # define outw(port,val) __ddk_outw(port, val) macro
|
| HD | cxddk.c | 135 outw (ARBADRU(c->port), (unsigned short) (c->arphys>>16)); in cx_start_chan() 136 outw (ARBADRL(c->port), (unsigned short) c->arphys); in cx_start_chan() 139 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16)); in cx_start_chan() 140 outw (BRBADRL(c->port), (unsigned short) c->brphys); in cx_start_chan() 143 outw (ATBADRU(c->port), (unsigned short) (c->atphys>>16)); in cx_start_chan() 144 outw (ATBADRL(c->port), (unsigned short) c->atphys); in cx_start_chan() 147 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16)); in cx_start_chan() 148 outw (BTBADRL(c->port), (unsigned short) c->btphys); in cx_start_chan() 176 outw (ARBCNT(c->port), rbsz); in cx_start_chan() 177 outw (BRBCNT(c->port), rbsz); in cx_start_chan() [all …]
|
| HD | csigma.c | 948 outw (BCR1(b->port), b->bcr1); in cx_setup_board() 950 outw (BCR1(b->port+0x10), b->bcr1b); in cx_setup_board() 1035 outw (RTPR(c->port), 10); /* 10 msec, see TPR */ in cx_update_chan() 1114 outw (ARBADRU(c->port), (unsigned short) (c->arphys>>16)); in cx_setup_chan() 1115 outw (ARBADRL(c->port), (unsigned short) c->arphys); in cx_setup_chan() 1118 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16)); in cx_setup_chan() 1119 outw (BRBADRL(c->port), (unsigned short) c->brphys); in cx_setup_chan() 1122 outw (ATBADRU(c->port), (unsigned short) (c->atphys>>16)); in cx_setup_chan() 1123 outw (ATBADRL(c->port), (unsigned short) c->atphys); in cx_setup_chan() 1126 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16)); in cx_setup_chan() [all …]
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | 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()
|
| /NextBSD/sys/dev/fb/ |
| HD | vga.c | 1720 outw(TSIDX, 0x0100); in set_font_mode() 1722 outw(TSIDX, 0x0402); in set_font_mode() 1723 outw(TSIDX, 0x0704); in set_font_mode() 1725 outw(TSIDX, 0x0300); in set_font_mode() 1727 outw(GDCIDX, 0x0204); in set_font_mode() 1728 outw(GDCIDX, 0x0005); in set_font_mode() 1729 outw(GDCIDX, 0x0406); /* addr = a0000, 64kb */ in set_font_mode() 1766 outw(TSIDX, 0x0100); in set_normal_mode() 1768 outw(TSIDX, 0x0002 | (buf[0] << 8)); in set_normal_mode() 1769 outw(TSIDX, 0x0004 | (buf[1] << 8)); in set_normal_mode() [all …]
|
| HD | splash_bmp.c | 306 outw(GDCIDX, (0x8000 >> bofs) | 0x08); /* bit mask */ in bmp_SetPix() 307 outw(GDCIDX, (val << 8) | 0x00); /* set/reset */ in bmp_SetPix() 631 outw(GDCIDX, 0x0f01); /* set/reset enable */ in bmp_Draw() 634 outw(TSIDX, 0x0102); /* unmask plane #0 */ in bmp_Draw()
|
| /NextBSD/sys/i386/xbox/ |
| HD | pic16l.s | 63 outw %ax,%dx 67 outw %ax,%dx 153 outw %ax,%dx
|
| /NextBSD/sys/pc98/pc98/ |
| HD | busio.s | 85 outw %ax,%dx 231 outw %ax,%dx 277 outw %ax,%dx 317 outw %ax,%dx 378 outw %ax,%dx 751 outw %ax,%dx 911 outw %ax,%dx 961 outw %ax,%dx 1006 outw %ax,%dx 1067 outw %ax,%dx [all …]
|
| HD | pc98_machdep.c | 86 outw(0xc40, 0x0033); in init_epson_memwin()
|
| /NextBSD/sys/dev/cy/ |
| HD | cy_pci.c | 168 outw(ioport + CY_PLX_9050_ICS, 175 outw(ioport + CY_PLX_9060_ICS,
|
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | xcbc_enc.c | 130 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 143 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
|
| HD | 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);
|
| HD | 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()
|
| /NextBSD/sys/dev/ctau/ |
| HD | ctau.c | 324 outw (R(b->port,HD_TCONR_0R), 1); in ct_probe_irq() 325 outw (R(b->port,HD_TCNT_0R), 0); in ct_probe_irq() 1346 outw (c->RX.TCONR, 160); /* period is 10 msec */ in ct_start_receiver() 1347 outw (c->RX.TCNT, 0); in ct_start_receiver() 1368 outw (c->RX.DAR, (unsigned short) buf); in ct_start_receiver() 1369 outw (c->RX.BCR, len); in ct_start_receiver() 1374 outw (c->RX.EDA, (unsigned short) lim); in ct_start_receiver() 1375 outw (c->RX.CDA, (unsigned short) desc); in ct_start_receiver() 1376 outw (c->RX.BFL, len); in ct_start_receiver() 1424 outw (c->TX.SAR, (unsigned short) buf); in ct_start_transmitter() [all …]
|
| /NextBSD/sys/i386/include/ |
| HD | iodev.h | 38 #define iodev_write_2 outw
|
| HD | cpufunc.h | 306 outw(u_int port, u_short data) in outw() function 758 void outw(u_int port, u_short data);
|
| /NextBSD/sys/amd64/include/ |
| HD | iodev.h | 38 #define iodev_write_2 outw
|
| HD | cpufunc.h | 301 outw(u_int port, u_short data) in outw() function 838 void outw(u_int port, u_short data);
|
| /NextBSD/sys/x86/include/ |
| HD | bus.h | 496 outw(bsh + offset, value); in bus_space_write_2() 777 outw(addr, value); in bus_space_set_multi_2() 841 outw(addr, value); in bus_space_set_region_2() 935 outw(addr2, inw(addr1)); in bus_space_copy_region_2() 940 outw(addr2, inw(addr1)); in bus_space_copy_region_2() 1034 #define outw(a, b) compiler_error macro
|
| /NextBSD/sys/powerpc/include/ |
| HD | pio.h | 153 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro 154 #define out16(a,v) outw(a,v)
|
| /NextBSD/sys/boot/i386/boot2/ |
| HD | sio.S | 35 outw %ax,(%dx) # BPS
|
| /NextBSD/sys/x86/xen/ |
| HD | hvm.c | 269 outw(XEN_MAGIC_IOPORT, disable_devs); in xen_hvm_disable_emulated_devices()
|
| /NextBSD/sys/amd64/pci/ |
| HD | pci_cfgreg.c | 243 outw(port, data); in pcireg_cfgwrite()
|