| /src/sys/arch/x86/include/ |
| pio.h | 44 void outw(unsigned, uint16_t);
|
| acpi_machdep.h | 56 #define acpi_md_OsOut16(x, v) outw((x), (v))
|
| /src/sys/arch/prep/stand/boot/ |
| vreset.c | 178 outw(VGA_SR_PORT, 0x0612); /* unlock ext regs */ 179 outw(VGA_SR_PORT, 0x0700); /* reset ext sequence mode */ 184 outw(VGA_GR_PORT, 0x0f05); /* unlock registers */ 185 outw(VGA_SR_PORT, 0x0648); 186 outw(VGA_CR_PORT, 0x2985); 187 outw(VGA_CR_PORT, 0x34a6); 190 outw(VGA_SR_PORT, 0x1400); 199 outw(VGA_CR_PORT, 0x0250); 200 outw(VGA_CR_PORT, 0x07ba); 201 outw(VGA_CR_PORT, 0x0900) [all...] |
| boot.h | 41 void outw(int, u_int16_t);
|
| /src/sys/arch/i386/stand/lib/ |
| cpufunc.h | 46 void outw(unsigned, uint16_t);
|
| cpufunc.S | 120 NENTRY(outw) 123 outw %ax, %dx
|
| /src/sys/arch/x68k/stand/boot/ |
| ne.h | 31 #define outw(x, w) *(volatile uint16_t *)(x) = (w) macro
|
| /src/sys/arch/arc/include/ |
| pio.h | 40 #define outw(a,v) (*(volatile unsigned short*)(a) = (v)) macro 41 #define out16(a,v) outw(a,v)
|
| /src/sys/arch/mac68k/include/ |
| pio.h | 30 #define outw(x, y) \ macro
|
| /src/sys/arch/rs6000/stand/boot/ |
| boot.h | 42 void outw(int, u_int16_t);
|
| io.c | 39 outw(int port, u_int16_t val) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_xcbc_d.c | 35 DES_cblock outw; member in struct:__anon303 67 memcpy(&data(ctx)->outw[0], &key[16], 8); 78 &data(ctx)->inw, &data(ctx)->outw, 87 &data(ctx)->inw, &data(ctx)->outw,
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_xcbc_d.c | 35 DES_cblock outw; member in struct:__anon1410 67 memcpy(&data(ctx)->outw[0], &key[16], 8); 78 &data(ctx)->inw, &data(ctx)->outw, 87 &data(ctx)->inw, &data(ctx)->outw,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_xcbc_d.c | 28 DES_cblock outw; member in struct:__anon2054 59 memcpy(&data(ctx)->outw[0], &key[16], 8); 70 &data(ctx)->inw, &data(ctx)->outw, 79 &data(ctx)->inw, &data(ctx)->outw,
|
| /src/sys/arch/alpha/include/ |
| pio.h | 55 #define outw(addr, val) (*alpha_pci_io_switch->apio_outw)((addr), (val)) macro
|
| /src/sys/arch/ia64/include/ |
| acpi_machdep.h | 11 #define acpi_md_OsOut16(x, v) outw((x), (v))
|
| cpufunc.h | 147 outw(unsigned int port, uint16_t data) function 185 outw(port, *buf++);
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vbox_drv.h | 159 outw(index, VBE_DISPI_IOPORT_INDEX); 160 outw(data, VBE_DISPI_IOPORT_DATA);
|
| /src/sys/arch/bebox/stand/boot/ |
| boot.h | 51 void outw(int, u_short);
|
| vreset.c | 478 outw(0x3C4, 0x0120); /* disable video */ 483 outw(0x3C4, 0x0100); /* re-enable video */ 490 outw(0x3C4, 0x0612); /* unlock ext regs */ 491 outw(0x3C4, 0x0700); /* reset ext sequence mode */ 492 outw(0x3C4, 0x0120); /* disable video */ 497 outw(0x3C4, 0x0100); /* re-enable video */ 509 outw(0x3C4, 0x0120); /* disable video */ 514 outw(0x3C4, 0x0100); /* re-enable video */ 617 outw(0x3C4, 0x0001); /* reset sequencer */ 618 outw(0x3C4, 0x0204); /* write to plane 2 * [all...] |
| /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/utils/ioport/ |
| Makefile | 37 ${X11BINDIR}/ioport ${X11BINDIR}/outw \
|
| /src/tests/lib/libnvmm/ |
| h_io_assist_asm.S | 159 outw $123 164 outw %dx
|
| /src/crypto/external/apache2/openssl/dist/crypto/des/ |
| xcbc_enc.c | 23 const_DES_cblock *outw, int enc) 36 in2 = &(*outw)[0];
|
| /src/crypto/external/bsd/openssl/dist/crypto/des/ |
| xcbc_enc.c | 23 const_DES_cblock *outw, int enc) 36 in2 = &(*outw)[0];
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/des/ |
| xcbc_enc.c | 17 const_DES_cblock *outw, int enc) 30 in2 = &(*outw)[0];
|