HomeSort by: relevance | last modified time | path
    Searched refs:outw (Results 1 - 25 of 31) sorted by relevancy

1 2

  /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);
io.c 56 outw(int port, u_int16_t val) function in typeref:typename:void
  /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
ne.c 88 #define ASIC_OUTW(x, b) outw(ASIC_PORT(x), (b))
  /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 in typeref:typename:void
  /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 in typeref:typename:void
185 outw(port, *buf++);
bus.h 390 outw((h) + (o), (v)); \
526 outw(__port, *__src); \
643 outw(addr, v);
736 outw(addr, v);
861 outw(addr2, inw(addr1));
866 outw(addr2, inw(addr1));
  /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...]
io.c 52 outw(int port, u_short val) function in typeref:typename:void
  /src/tests/lib/libnvmm/
h_io_assist_asm.S 159 outw $123
164 outw %dx
  /src/sys/arch/i386/i386/
cpufunc.S 388 ENTRY(outw) function
391 outw %ax, %dx
393 END(outw)
  /src/sys/arch/amd64/amd64/
cpufunc.S 489 ENTRY(outw) function
492 outw %ax, %dx
494 END(outw)
  /src/sys/arch/powerpc/include/
pio.h 162 #define outw(a,v) (__outw((volatile uint16_t *)(a), v)) macro
163 #define out16(a,v) outw(a,v)

Completed in 19 milliseconds

1 2