/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 775 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */ in vga_pxlclear_planar() 776 outw(GDCIDX, 0x0003); /* data rotate/function select */ in vga_pxlclear_planar() 777 outw(GDCIDX, 0x0f01); /* set/reset enable */ in vga_pxlclear_planar() 778 outw(GDCIDX, 0xff08); /* bit mask */ in vga_pxlclear_planar() 779 outw(GDCIDX, ((attr & 0xf000) >> 4) | 0x00); /* set/reset */ in vga_pxlclear_planar() 788 outw(GDCIDX, 0x0000); /* set/reset */ in vga_pxlclear_planar() 789 outw(GDCIDX, 0x0001); /* set/reset enable */ in vga_pxlclear_planar() 860 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */ in vga_pxlborder_planar() 861 outw(GDCIDX, 0x0003); /* data rotate/function select */ in vga_pxlborder_planar() 862 outw(GDCIDX, 0x0f01); /* set/reset enable */ in vga_pxlborder_planar() [all …]
|
/freebsd/sys/i386/i386/ |
H A D | geode.c | 194 outw(cba + 2, p | 0xf0 | r); in geode_watchdog() 195 outw(cba, u); in geode_watchdog() 198 outw(cba, 0); in geode_watchdog() 221 outw(a + 6, 0x030e); in cs5536_watchdog() 223 outw(a + 2, p); in cs5536_watchdog() 225 outw(a + 4, 0); in cs5536_watchdog() 231 outw(a + 6, 0x8000); in cs5536_watchdog() 242 outw(a + 6, 0); in cs5536_watchdog() 243 outw(a + 4, 0); in cs5536_watchdog()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 35 DES_cblock outw; member 67 memcpy(&data(ctx)->outw[0], &key[16], 8); in desx_cbc_init_key() 78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher() 87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
|
/freebsd/sys/compat/linuxkpi/common/include/asm-generic/ |
H A D | io.h | 35 #define outw(a,b) outw(b,a) macro
|
/freebsd/sys/dev/fb/ |
H A D | vga.c | 1716 outw(TSIDX, 0x0100); in set_font_mode() 1718 outw(TSIDX, 0x0402); in set_font_mode() 1719 outw(TSIDX, 0x0704); in set_font_mode() 1721 outw(TSIDX, 0x0300); in set_font_mode() 1723 outw(GDCIDX, 0x0204); in set_font_mode() 1724 outw(GDCIDX, 0x0005); in set_font_mode() 1725 outw(GDCIDX, 0x0406); /* addr = a0000, 64kb */ in set_font_mode() 1762 outw(TSIDX, 0x0100); in set_normal_mode() 1764 outw(TSIDX, 0x0002 | (buf[0] << 8)); in set_normal_mode() 1765 outw(TSIDX, 0x0004 | (buf[1] << 8)); in set_normal_mode() [all …]
|
H A D | splash_bmp.c | 272 outw(GDCIDX, (0x8000 >> bofs) | 0x08); /* bit mask */ in bmp_SetPix() 273 outw(GDCIDX, (val << 8) | 0x00); /* set/reset */ in bmp_SetPix() 590 outw(GDCIDX, 0x0f01); /* set/reset enable */ in bmp_Draw() 593 outw(TSIDX, 0x0102); /* unmask plane #0 */ in bmp_Draw()
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | xcbc_enc.c | 23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 36 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
|
/freebsd/sys/amd64/include/ |
H A D | iodev.h | 38 #define iodev_write_2 outw
|
H A D | cpufunc.h | 227 outw(u_int port, u_short data) in outw() function
|
/freebsd/sys/i386/include/ |
H A D | iodev.h | 38 #define iodev_write_2 outw
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 474 outw(bsh + offset, value); in bus_space_write_2() 728 outw(addr, value); in bus_space_set_multi_2() 792 outw(addr, value); in bus_space_set_region_2() 886 outw(addr2, inw(addr1)); in bus_space_copy_region_2() 891 outw(addr2, inw(addr1)); in bus_space_copy_region_2() 980 #define outw(a, b) compiler_error macro
|
/freebsd/sys/powerpc/include/ |
H A D | pio.h | 154 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro 155 #define out16(a,v) outw(a,v)
|
/freebsd/tools/tools/bhyve/ |
H A D | fwctl_fetch.c | 34 outw(FWCTL_OUT, 0); in reset_fwctl()
|
/freebsd/stand/i386/boot2/ |
H A D | sio.S | 33 outw %ax,(%dx) # BPS
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_os_bsd.c | 43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } in os_outw()
|
/freebsd/sys/amd64/pci/ |
H A D | pci_cfgreg.c | 244 outw(port, data); in pcireg_cfgwrite()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DES_random_key.pod | 62 const_DES_cblock *inw, const_DES_cblock *outw, int enc); 174 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_os_bsd.c | 42 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } in os_outw()
|
/freebsd/sys/x86/xen/ |
H A D | hvm.c | 421 outw(XEN_MAGIC_IOPORT, disable_devs); in xen_hvm_disable_emulated_devices()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_os_bsd.c | 43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } in os_outw()
|
/freebsd/sys/i386/pci/ |
H A D | pci_cfgreg.c | 337 outw(port, data); in pcireg_cfgwrite()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 669 def : InstAlias<"outw\t{%dx|dx}", (OUT16rr), 0>; 672 def : InstAlias<"outw\t$port", (OUT16ir u8imm:$port), 0>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1305 "outw\t$dst, $src", [(store i16
|