Searched refs:outw (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/asm-generic/
H A Dio.h35 #define outw(a,b) outw(b,a) macro
/freebsd-current/sys/amd64/include/
H A Diodev.h38 #define iodev_write_2 outw
H A Dcpufunc.h227 outw(u_int port, u_short data) function
229 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
/freebsd-current/sys/i386/include/
H A Diodev.h38 #define iodev_write_2 outw
H A Dcpufunc.h275 outw(u_int port, u_short data) function
277 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
/freebsd-current/crypto/openssl/crypto/evp/
H A De_xcbc_d.c35 DES_cblock outw; member in struct:__anon3957
67 memcpy(&data(ctx)->outw[0], &key[16], 8);
78 &data(ctx)->inw, &data(ctx)->outw,
87 &data(ctx)->inw, &data(ctx)->outw,
/freebsd-current/sys/i386/i386/
H A Dgeode.c194 outw(cba + 2, p | 0xf0 | r);
195 outw(cba, u);
198 outw(cba, 0);
221 outw(a + 6, 0x030e);
223 outw(a + 2, p);
225 outw(a + 4, 0);
231 outw(a + 6, 0x8000);
242 outw(a + 6, 0);
243 outw(a + 4, 0);
/freebsd-current/sys/dev/syscons/
H A Dscvgarndr.c775 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */
776 outw(GDCIDX, 0x0003); /* data rotate/function select */
777 outw(GDCIDX, 0x0f01); /* set/reset enable */
778 outw(GDCIDX, 0xff08); /* bit mask */
779 outw(GDCIDX, ((attr & 0xf000) >> 4) | 0x00); /* set/reset */
788 outw(GDCIDX, 0x0000); /* set/reset */
789 outw(GDCIDX, 0x0001); /* set/reset enable */
860 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */
861 outw(GDCIDX, 0x0003); /* data rotate/function select */
862 outw(GDCID
[all...]
/freebsd-current/sys/dev/fb/
H A Dvga.c1716 outw(TSIDX, 0x0100);
1718 outw(TSIDX, 0x0402);
1719 outw(TSIDX, 0x0704);
1721 outw(TSIDX, 0x0300);
1723 outw(GDCIDX, 0x0204);
1724 outw(GDCIDX, 0x0005);
1725 outw(GDCIDX, 0x0406); /* addr = a0000, 64kb */
1762 outw(TSIDX, 0x0100);
1764 outw(TSIDX, 0x0002 | (buf[0] << 8));
1765 outw(TSID
[all...]
H A Dsplash_bmp.c272 outw(GDCIDX, (0x8000 >> bofs) | 0x08); /* bit mask */
273 outw(GDCIDX, (val << 8) | 0x00); /* set/reset */
590 outw(GDCIDX, 0x0f01); /* set/reset enable */
593 outw(TSIDX, 0x0102); /* unmask plane #0 */
/freebsd-current/crypto/openssl/crypto/des/
H A Dxcbc_enc.c23 const_DES_cblock *outw, int enc)
36 in2 = &(*outw)[0];
20 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
/freebsd-current/tools/tools/bhyve/
H A Dfwctl_fetch.c34 outw(FWCTL_OUT, 0);
/freebsd-current/stand/i386/boot2/
H A Dsio.S33 outw %ax,(%dx) # BPS
/freebsd-current/sys/powerpc/include/
H A Dpio.h154 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
155 #define out16(a,v) outw(a,v)
/freebsd-current/sys/x86/include/
H A Dbus.h474 outw(bsh + offset, value);
640 outw %%ax,%w0 \n\
728 outw(addr, value);
792 outw(addr, value);
886 outw(addr2, inw(addr1));
891 outw(addr2, inw(addr1));
980 #define outw(a, b) compiler_error macro
/freebsd-current/crypto/openssl/include/openssl/
H A Ddes.h99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_os_bsd.c43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_os_bsd.c42 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-current/sys/amd64/pci/
H A Dpci_cfgreg.c244 outw(port, data);
/freebsd-current/sys/x86/xen/
H A Dhvm.c429 outw(XEN_MAGIC_IOPORT, disable_devs);
/freebsd-current/sys/i386/pci/
H A Dpci_cfgreg.c337 outw(port, data);

Completed in 434 milliseconds