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

/freebsd-13-stable/sys/i386/include/
H A Diodev.h40 #define iodev_write_2 outw
H A Dcpufunc.h341 outw(u_int port, u_short data) function
343 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
797 void outw(u_int port, u_short data);
/freebsd-13-stable/sys/amd64/include/
H A Diodev.h40 #define iodev_write_2 outw
H A Dcpufunc.h272 outw(u_int port, u_short data) function
274 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
987 void outw(u_int port, u_short data);
/freebsd-13-stable/sys/dev/ce/
H A Dmachdep.h30 # 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); }
62 # undef outw macro
64 # define outw(port,val) __ddk_outw(port, val) macro
/freebsd-13-stable/sys/dev/cp/
H A Dmachdep.h30 # 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); }
62 # undef outw macro
64 # define outw(port,val) __ddk_outw(port, val) macro
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_xcbc_d.c28 DES_cblock outw; member in struct:__anon7157
59 memcpy(&data(ctx)->outw[0], &key[16], 8);
70 &data(ctx)->inw, &data(ctx)->outw,
79 &data(ctx)->inw, &data(ctx)->outw,
/freebsd-13-stable/sys/i386/i386/
H A Dgeode.c197 outw(cba + 2, p | 0xf0 | r);
198 outw(cba, u);
201 outw(cba, 0);
224 outw(a + 6, 0x030e);
226 outw(a + 2, p);
228 outw(a + 4, 0);
234 outw(a + 6, 0x8000);
245 outw(a + 6, 0);
246 outw(a + 4, 0);
/freebsd-13-stable/sys/dev/syscons/
H A Dscvgarndr.c777 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */
778 outw(GDCIDX, 0x0003); /* data rotate/function select */
779 outw(GDCIDX, 0x0f01); /* set/reset enable */
780 outw(GDCIDX, 0xff08); /* bit mask */
781 outw(GDCIDX, ((attr & 0xf000) >> 4) | 0x00); /* set/reset */
790 outw(GDCIDX, 0x0000); /* set/reset */
791 outw(GDCIDX, 0x0001); /* set/reset enable */
862 outw(GDCIDX, 0x0005); /* read mode 0, write mode 0 */
863 outw(GDCIDX, 0x0003); /* data rotate/function select */
864 outw(GDCID
[all...]
/freebsd-13-stable/sys/dev/fb/
H A Dvga.c1767 outw(TSIDX, 0x0100);
1769 outw(TSIDX, 0x0402);
1770 outw(TSIDX, 0x0704);
1772 outw(TSIDX, 0x0300);
1774 outw(GDCIDX, 0x0204);
1775 outw(GDCIDX, 0x0005);
1776 outw(GDCIDX, 0x0406); /* addr = a0000, 64kb */
1813 outw(TSIDX, 0x0100);
1815 outw(TSIDX, 0x0002 | (buf[0] << 8));
1816 outw(TSID
[all...]
H A Dsplash_bmp.c274 outw(GDCIDX, (0x8000 >> bofs) | 0x08); /* bit mask */
275 outw(GDCIDX, (val << 8) | 0x00); /* set/reset */
592 outw(GDCIDX, 0x0f01); /* set/reset enable */
595 outw(TSIDX, 0x0102); /* unmask plane #0 */
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dxcbc_enc.c17 const_DES_cblock *outw, int enc)
30 in2 = &(*outw)[0];
14 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-13-stable/stand/i386/boot2/
H A Dsio.S35 outw %ax,(%dx) # BPS
/freebsd-13-stable/sys/powerpc/include/
H A Dpio.h155 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
156 #define out16(a,v) outw(a,v)
/freebsd-13-stable/sys/x86/include/
H A Dbus.h498 outw(bsh + offset, value);
675 outw %%ax,%w0 \n\
770 outw(addr, value);
834 outw(addr, value);
928 outw(addr2, inw(addr1));
933 outw(addr2, inw(addr1));
1024 #define outw(a, b) compiler_error macro
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Ddes.h86 const_DES_cblock *outw, int enc);
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c45 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c203 outw(port, data);
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c45 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c44 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
/freebsd-13-stable/sys/x86/xen/
H A Dhvm.c343 outw(XEN_MAGIC_IOPORT, disable_devs);
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c296 outw(port, data);

Completed in 125 milliseconds