Symbol: outb
lib/libvgl/bitmap.c
124
outb(0x3c4, 0x02);
lib/libvgl/bitmap.c
125
outb(0x3c5, 0x01 << ((x + i)%4));
lib/libvgl/bitmap.c
87
outb(0x3ce, 0x01); outb(0x3cf, 0x00); /* set/reset enable */
lib/libvgl/bitmap.c
88
outb(0x3ce, 0x08); outb(0x3cf, 0xff); /* bit mask */
lib/libvgl/bitmap.c
90
outb(0x3c4, 0x02);
lib/libvgl/bitmap.c
91
outb(0x3c5, 0x01<<i);
lib/libvgl/bitmap.c
92
outb(0x3ce, 0x04);
lib/libvgl/bitmap.c
93
outb(0x3cf, i);
lib/libvgl/simple.c
112
outb(0x3c4, 0x02);
lib/libvgl/simple.c
113
outb(0x3c5, 0x01 << (x&0x3));
lib/libvgl/simple.c
122
outb(0x3c4, 0x02); outb(0x3c5, 0x0f);
lib/libvgl/simple.c
123
outb(0x3ce, 0x00); outb(0x3cf, (byte)color & 0x0f); /* set/reset */
lib/libvgl/simple.c
124
outb(0x3ce, 0x01); outb(0x3cf, 0x0f); /* set/reset enable */
lib/libvgl/simple.c
125
outb(0x3ce, 0x08); outb(0x3cf, 0x80 >> (x%8)); /* bit mask */
lib/libvgl/simple.c
503
outb(0x3c6, 0xff);
lib/libvgl/simple.c
504
outb(0x3c4, 0x02); outb(0x3c5, 0x0f);
lib/libvgl/simple.c
513
outb(0x3c4, 0x02); outb(0x3c5, 0x0f);
lib/libvgl/simple.c
514
outb(0x3ce, 0x05); outb(0x3cf, 0x02); /* mode 2 */
lib/libvgl/simple.c
515
outb(0x3ce, 0x01); outb(0x3cf, 0x00); /* set/reset enable */
lib/libvgl/simple.c
516
outb(0x3ce, 0x08); outb(0x3cf, 0xff); /* bit mask */
lib/libvgl/simple.c
524
outb(0x3ce, 0x05); outb(0x3cf, 0x00);
lib/libvgl/simple.c
564
outb(0x3C6, 0xFF);
lib/libvgl/simple.c
566
outb(0x3C8, 0x00);
lib/libvgl/simple.c
568
outb(0x3C9, VGLSavePaletteRed[i]);
lib/libvgl/simple.c
570
outb(0x3C9, VGLSavePaletteGreen[i]);
lib/libvgl/simple.c
572
outb(0x3C9, VGLSavePaletteBlue[i]);
lib/libvgl/simple.c
576
outb(0x3C0, 0x20);
lib/libvgl/simple.c
586
outb(0x3C6, 0xFF);
lib/libvgl/simple.c
588
outb(0x3C7, 0x00);
lib/libvgl/simple.c
598
outb(0x3C0, 0x20);
lib/libvgl/simple.c
614
outb(0x3C6, 0xFF);
lib/libvgl/simple.c
616
outb(0x3C8, 0x00);
lib/libvgl/simple.c
618
outb(0x3C9, VGLSavePaletteRed[i]);
lib/libvgl/simple.c
620
outb(0x3C9, VGLSavePaletteGreen[i]);
lib/libvgl/simple.c
622
outb(0x3C9, VGLSavePaletteBlue[i]);
lib/libvgl/simple.c
626
outb(0x3C0, 0x20);
lib/libvgl/simple.c
638
outb(0x3C6, 0xFF);
lib/libvgl/simple.c
640
outb(0x3C8, color);
lib/libvgl/simple.c
641
outb(0x3C9, red); outb(0x3C9, green); outb(0x3C9, blue);
lib/libvgl/simple.c
643
outb(0x3C0, 0x20);
lib/libvgl/simple.c
659
outb(0x3C0,0x11); outb(0x3C0, color);
lib/libvgl/simple.c
661
outb(0x3C0, 0x20);
lib/libvgl/simple.c
681
outb(0x3C4, 0x01); val = inb(0x3C5); outb(0x3C4, 0x01);
lib/libvgl/simple.c
682
outb(0x3C5, ((blank) ? (val |= 0x20) : (val &= 0xDF)));
stand/common/isapnp.c
129
outb(_PNP_ADDRESS, STATUS);
stand/common/isapnp.c
139
outb(_PNP_ADDRESS, RESOURCE_DATA);
stand/common/isapnp.c
241
outb(_PNP_ADDRESS, SERIAL_ISOLATION);
stand/common/isapnp.c
60
outb (_PNP_ADDRESS, d);
stand/common/isapnp.c
61
outb (_PNP_WRITE_DATA, r);
stand/common/isapnp.c
74
outb(_PNP_ADDRESS, 0);
stand/common/isapnp.c
75
outb(_PNP_ADDRESS, 0); /* yes, we do need it twice! */
stand/common/isapnp.c
78
outb(_PNP_ADDRESS, cur);
stand/common/isapnp.c
82
outb(_PNP_ADDRESS, cur);
stand/common/isapnp.c
95
outb(_PNP_ADDRESS, SERIAL_ISOLATION);
stand/ficl/x86/sysdep.c
17
outb(port,c);
stand/i386/libi386/comconsole.c
154
outb(comc_port + com_data, (u_char)c);
stand/i386/libi386/comconsole.c
335
outb(comc_port + com_scr, COMC_TEST);
stand/i386/libi386/comconsole.c
341
outb(comc_port + com_cfcr, CFCR_DLAB | COMC_FMT);
stand/i386/libi386/comconsole.c
342
outb(comc_port + com_dlbl, COMC_BPS(speed) & 0xff);
stand/i386/libi386/comconsole.c
343
outb(comc_port + com_dlbh, COMC_BPS(speed) >> 8);
stand/i386/libi386/comconsole.c
344
outb(comc_port + com_cfcr, COMC_FMT);
stand/i386/libi386/comconsole.c
345
outb(comc_port + com_mcr, MCR_RTS | MCR_DTR);
stand/i386/libi386/comconsole.c
382
outb(comc_port + com_cfcr, CFCR_DLAB | cfcr);
stand/i386/libi386/comconsole.c
387
outb(comc_port + com_cfcr, cfcr);
stand/i386/libi386/textvidc.c
620
outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO);
stand/i386/libi386/vbe.c
166
outb(reg + VGA_AC_WRITE, i);
stand/i386/libi386/vbe.c
178
outb(reg + VGA_AC_WRITE, i);
stand/i386/libi386/vbe.c
179
outb(reg + VGA_AC_WRITE, v);
stand/i386/libi386/vbe.c
187
outb(reg + indexreg, index);
stand/i386/libi386/vbe.c
188
outb(reg + datareg, val);
stand/i386/libi386/vbe.c
194
outb(reg + indexreg, index);
stand/i386/libi386/vidconsole.c
1204
outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO);
stand/i386/loader/main.c
438
outb(port, value);
sys/amd64/acpica/acpi_wakeup.c
138
outb(CMOS_REG, BIOS_RESET);
sys/amd64/acpica/acpi_wakeup.c
144
outb(CMOS_REG, BIOS_RESET);
sys/amd64/acpica/acpi_wakeup.c
145
outb(CMOS_DATA, BIOS_WARM); /* 'warm-start' */
sys/amd64/acpica/acpi_wakeup.c
162
outb(CMOS_REG, BIOS_RESET);
sys/amd64/acpica/acpi_wakeup.c
163
outb(CMOS_DATA, mpbiosreason);
sys/amd64/amd64/machdep.c
1876
outb(port, data);
sys/amd64/amd64/mp_machdep.c
409
outb(CMOS_REG, BIOS_RESET);
sys/amd64/amd64/mp_machdep.c
417
outb(CMOS_REG, BIOS_RESET);
sys/amd64/amd64/mp_machdep.c
418
outb(CMOS_DATA, BIOS_WARM); /* 'warm-start' */
sys/amd64/amd64/mp_machdep.c
462
outb(CMOS_REG, BIOS_RESET);
sys/amd64/amd64/mp_machdep.c
463
outb(CMOS_DATA, mpbiosreason);
sys/amd64/include/iodev.h
37
#define iodev_write_1 outb
sys/amd64/pci/pci_cfgreg.c
241
outb(port, data);
sys/compat/linuxkpi/common/include/asm-generic/io.h
34
#define outb(a,b) outb(b,a)
sys/compat/linuxkpi/common/include/linux/io.h
399
#define _outb(data, port) outb((data), (port))
sys/dev/fb/splash_bmp.c
581
outb(ATC, 0x14);
sys/dev/fb/splash_bmp.c
582
outb(ATC, 0);
sys/dev/fb/splash_bmp.c
584
outb(ATC, i);
sys/dev/fb/splash_bmp.c
585
outb(ATC, i);
sys/dev/fb/splash_bmp.c
588
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
1026
outb(biosadapter[V_ADP_PRIMARY].va_crtc_addr, 12);
sys/dev/fb/vga.c
1027
outb(biosadapter[V_ADP_PRIMARY].va_crtc_addr + 1, 0);
sys/dev/fb/vga.c
1028
outb(biosadapter[V_ADP_PRIMARY].va_crtc_addr, 13);
sys/dev/fb/vga.c
1029
outb(biosadapter[V_ADP_PRIMARY].va_crtc_addr + 1, 0);
sys/dev/fb/vga.c
1263
outb(adp->va_crtc_addr, 0x13);
sys/dev/fb/vga.c
1264
outb(adp->va_crtc_addr + 1, count);
sys/dev/fb/vga.c
1287
outb(TSIDX, 1);
sys/dev/fb/vga.c
1305
outb(adp->va_crtc_addr, 0xc); /* high */
sys/dev/fb/vga.c
1306
outb(adp->va_crtc_addr + 1, off >> 8);
sys/dev/fb/vga.c
1307
outb(adp->va_crtc_addr, 0xd); /* low */
sys/dev/fb/vga.c
1308
outb(adp->va_crtc_addr + 1, off & 0xff);
sys/dev/fb/vga.c
1313
outb(ATC, 0x13 | 0x20);
sys/dev/fb/vga.c
1314
outb(ATC, poff);
sys/dev/fb/vga.c
1316
outb(ATC, 0x20);
sys/dev/fb/vga.c
1320
outb(adp->va_crtc_addr, 8);
sys/dev/fb/vga.c
1321
outb(adp->va_crtc_addr + 1, roff);
sys/dev/fb/vga.c
1675
outb(TSIDX, 0x02); buf[0] = inb(TSREG);
sys/dev/fb/vga.c
1676
outb(TSIDX, 0x04); buf[1] = inb(TSREG);
sys/dev/fb/vga.c
1677
outb(GDCIDX, 0x04); buf[2] = inb(GDCREG);
sys/dev/fb/vga.c
1678
outb(GDCIDX, 0x05); buf[3] = inb(GDCREG);
sys/dev/fb/vga.c
1679
outb(GDCIDX, 0x06); buf[4] = inb(GDCREG);
sys/dev/fb/vga.c
1681
outb(ATC, 0x10); buf[5] = inb(ATC + 1);
sys/dev/fb/vga.c
1698
outb(ATC, 0x10); outb(ATC, buf[5] & ~0x01);
sys/dev/fb/vga.c
1700
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
1704
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1706
outb(TSIDX, 0x02); outb(TSREG, 0x04);
sys/dev/fb/vga.c
1707
outb(TSIDX, 0x04); outb(TSREG, 0x07);
sys/dev/fb/vga.c
1709
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1711
outb(GDCIDX, 0x04); outb(GDCREG, 0x02);
sys/dev/fb/vga.c
1712
outb(GDCIDX, 0x05); outb(GDCREG, 0x00);
sys/dev/fb/vga.c
1713
outb(GDCIDX, 0x06); outb(GDCREG, 0x04);
sys/dev/fb/vga.c
1740
outb(ATC, 0x10); outb(ATC, buf[5]);
sys/dev/fb/vga.c
1742
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
1746
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1748
outb(TSIDX, 0x02); outb(TSREG, buf[0]);
sys/dev/fb/vga.c
1749
outb(TSIDX, 0x04); outb(TSREG, buf[1]);
sys/dev/fb/vga.c
1751
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1753
outb(GDCIDX, 0x04); outb(GDCREG, buf[2]);
sys/dev/fb/vga.c
1754
outb(GDCIDX, 0x05); outb(GDCREG, buf[3]);
sys/dev/fb/vga.c
1756
outb(GDCIDX, 0x06); outb(GDCREG,(buf[4] & 0x03) | 0x08);
sys/dev/fb/vga.c
1758
outb(GDCIDX, 0x06); outb(GDCREG,(buf[4] & 0x03) | 0x0c);
sys/dev/fb/vga.c
1825
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1826
outb(TSIDX, 0x01); val = inb(TSREG); /* disable screen */
sys/dev/fb/vga.c
1827
outb(TSIDX, 0x01); outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
1828
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1847
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1848
outb(TSIDX, 0x01); outb(TSREG, val & 0xdf); /* enable screen */
sys/dev/fb/vga.c
1849
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1905
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1906
outb(TSIDX, 0x01); val = inb(TSREG); /* disable screen */
sys/dev/fb/vga.c
1907
outb(TSIDX, 0x01); outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
1908
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1927
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1928
outb(TSIDX, 0x01); outb(TSREG, val & 0xdf); /* enable screen */
sys/dev/fb/vga.c
1929
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1960
outb(TSIDX, 0x03); outb(TSREG, cg[page]);
sys/dev/fb/vga.c
1987
outb(PALRADR, 0x00);
sys/dev/fb/vga.c
2004
outb(PALRADR, base);
sys/dev/fb/vga.c
2029
outb(PIXMASK, 0xff); /* no pixelmask */
sys/dev/fb/vga.c
2030
outb(PALWADR, 0x00);
sys/dev/fb/vga.c
2033
outb(PALDATA, palette[i] >> bits);
sys/dev/fb/vga.c
2035
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
2048
outb(PIXMASK, 0xff); /* no pixelmask */
sys/dev/fb/vga.c
2049
outb(PALWADR, base);
sys/dev/fb/vga.c
2052
outb(PALDATA, r[i] >> bits);
sys/dev/fb/vga.c
2053
outb(PALDATA, g[i] >> bits);
sys/dev/fb/vga.c
2054
outb(PALDATA, b[i] >> bits);
sys/dev/fb/vga.c
2057
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
2076
outb(ATC, 0x31); outb(ATC, color & 0xff);
sys/dev/fb/vga.c
2079
outb(adp->va_crtc_addr + 5, color & 0x0f); /* color select register */
sys/dev/fb/vga.c
2123
outb(TSIDX, 0x00); outb(TSREG, 0x01); /* stop sequencer */
sys/dev/fb/vga.c
2125
outb(TSIDX, i + 1);
sys/dev/fb/vga.c
2129
outb(TSIDX, 0x00); outb(TSREG, 0x03); /* start sequencer */
sys/dev/fb/vga.c
2132
outb(crtc_addr, i);
sys/dev/fb/vga.c
2137
outb(ATC, i);
sys/dev/fb/vga.c
2141
outb(GDCIDX, i);
sys/dev/fb/vga.c
2145
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
2200
outb(TSIDX, 0x00); outb(TSREG, 0x01); /* stop sequencer */
sys/dev/fb/vga.c
2202
outb(TSIDX, i + 1);
sys/dev/fb/vga.c
2203
outb(TSREG, buf[i + 5]);
sys/dev/fb/vga.c
2205
outb(MISC, buf[9]); /* set dot-clock */
sys/dev/fb/vga.c
2206
outb(TSIDX, 0x00); outb(TSREG, 0x03); /* start sequencer */
sys/dev/fb/vga.c
2207
outb(crtc_addr, 0x11);
sys/dev/fb/vga.c
2208
outb(crtc_addr + 1, inb(crtc_addr + 1) & 0x7F);
sys/dev/fb/vga.c
2210
outb(crtc_addr, i);
sys/dev/fb/vga.c
2211
outb(crtc_addr + 1, buf[i + 10]);
sys/dev/fb/vga.c
2215
outb(ATC, i);
sys/dev/fb/vga.c
2216
outb(ATC, buf[i + 35]);
sys/dev/fb/vga.c
2219
outb(GDCIDX, i);
sys/dev/fb/vga.c
2220
outb(GDCREG, buf[i + 55]);
sys/dev/fb/vga.c
2223
outb(ATC, 0x20); /* enable palette */
sys/dev/fb/vga.c
2276
outb(adp->va_crtc_addr, 14);
sys/dev/fb/vga.c
2278
outb(adp->va_crtc_addr, 15);
sys/dev/fb/vga.c
2313
outb(adp->va_crtc_addr, 14);
sys/dev/fb/vga.c
2314
outb(adp->va_crtc_addr + 1, off >> 8);
sys/dev/fb/vga.c
2315
outb(adp->va_crtc_addr, 15);
sys/dev/fb/vga.c
2316
outb(adp->va_crtc_addr + 1, off & 0x00ff);
sys/dev/fb/vga.c
2347
outb(adp->va_crtc_addr, 10);
sys/dev/fb/vga.c
2348
outb(adp->va_crtc_addr + 1, 32);
sys/dev/fb/vga.c
2349
outb(adp->va_crtc_addr, 11);
sys/dev/fb/vga.c
2350
outb(adp->va_crtc_addr + 1, 0);
sys/dev/fb/vga.c
2352
outb(adp->va_crtc_addr, 10);
sys/dev/fb/vga.c
2353
outb(adp->va_crtc_addr + 1, celsize - base - height);
sys/dev/fb/vga.c
2354
outb(adp->va_crtc_addr, 11);
sys/dev/fb/vga.c
2355
outb(adp->va_crtc_addr + 1, celsize - base - 1);
sys/dev/fb/vga.c
2361
outb(adp->va_crtc_addr, 10);
sys/dev/fb/vga.c
2362
outb(adp->va_crtc_addr + 1, celsize);
sys/dev/fb/vga.c
2363
outb(adp->va_crtc_addr, 11);
sys/dev/fb/vga.c
2364
outb(adp->va_crtc_addr + 1, 0);
sys/dev/fb/vga.c
2366
outb(adp->va_crtc_addr, 10);
sys/dev/fb/vga.c
2367
outb(adp->va_crtc_addr + 1, celsize - base - height);
sys/dev/fb/vga.c
2368
outb(adp->va_crtc_addr, 11);
sys/dev/fb/vga.c
2369
outb(adp->va_crtc_addr + 1, celsize - base);
sys/dev/fb/vga.c
2396
outb(TSIDX, 0x01);
sys/dev/fb/vga.c
2398
outb(TSIDX, 0x01);
sys/dev/fb/vga.c
2399
outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
2400
outb(adp->va_crtc_addr, 0x17);
sys/dev/fb/vga.c
2402
outb(adp->va_crtc_addr + 1, val & ~0x80);
sys/dev/fb/vga.c
2405
outb(TSIDX, 0x01);
sys/dev/fb/vga.c
2407
outb(TSIDX, 0x01);
sys/dev/fb/vga.c
2408
outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
2411
outb(TSIDX, 0x01);
sys/dev/fb/vga.c
2413
outb(TSIDX, 0x01);
sys/dev/fb/vga.c
2414
outb(TSREG, val & 0xDF);
sys/dev/fb/vga.c
2415
outb(adp->va_crtc_addr, 0x17);
sys/dev/fb/vga.c
2417
outb(adp->va_crtc_addr + 1, val | 0x80);
sys/dev/fb/vga.c
2432
outb(adp->va_crtc_addr + 4, 0x25);
sys/dev/fb/vga.c
2435
outb(adp->va_crtc_addr + 4, 0x2d);
sys/dev/fb/vga.c
2446
outb(adp->va_crtc_addr + 4, 0x21);
sys/dev/fb/vga.c
2449
outb(adp->va_crtc_addr + 4, 0x29);
sys/dev/fb/vga.c
755
outb(adp->va_crtc_addr, 7);
sys/dev/hpt27xx/hpt27xx_os_bsd.c
42
void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
sys/dev/hptnr/hptnr_os_bsd.c
41
void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
sys/dev/hptrr/hptrr_os_bsd.c
42
void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
sys/dev/mlx5/driver.h
1067
int mlx5_core_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb,
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1302
struct mlx5_cmd_msg *outb;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1331
outb = mlx5_alloc_cmd_msg(dev, gfp, out_size);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1332
if (IS_ERR(outb)) {
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1333
err = PTR_ERR(outb);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1337
err = mlx5_cmd_invoke(dev, inb, in_size, outb, out, out_size, callback,
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1354
err = mlx5_copy_from_msg(out, outb, out_size);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1357
mlx5_free_cmd_msg(dev, outb);
sys/dev/mlx5/mlx5_core/mlx5_mad.c
34
int mlx5_core_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb,
sys/dev/mlx5/mlx5_core/mlx5_mad.c
62
memcpy(outb, resp,
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4493
u32 *outb;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4496
outb = kzalloc(outlen, GFP_KERNEL);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4497
if (!outb)
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4500
err = mlx5_core_qp_query(dev->mdev, &qp->trans_qp.base.mqp, outb,
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4506
context = (struct mlx5_qp_context *)MLX5_ADDR_OF(query_qp_out, outb, qpc);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4547
kfree(outb);
sys/dev/powermac_nvram/powermac_nvram.c
373
#define OUTB_DELAY(a, v) outb(a, v); DELAY(1);
sys/dev/powermac_nvram/powermac_nvram.c
457
outb(bank, SM_FLASH_CMD_READ_STATUS);
sys/dev/powermac_nvram/powermac_nvram.c
469
outb(bank, SM_FLASH_CMD_ERASE_SETUP);
sys/dev/powermac_nvram/powermac_nvram.c
470
outb(bank, SM_FLASH_CMD_ERASE_CONFIRM);
sys/dev/powermac_nvram/powermac_nvram.c
477
outb(bank, SM_FLASH_CMD_CLEAR_STATUS);
sys/dev/powermac_nvram/powermac_nvram.c
478
outb(bank, SM_FLASH_CMD_RESET);
sys/dev/powermac_nvram/powermac_nvram.c
496
outb(bank + i, data[i]);
sys/dev/powermac_nvram/powermac_nvram.c
503
outb(bank, SM_FLASH_CMD_CLEAR_STATUS);
sys/dev/powermac_nvram/powermac_nvram.c
504
outb(bank, SM_FLASH_CMD_RESET);
sys/dev/ppc/ppc.c
1014
outb (efer, w83877f_keys[i]);
sys/dev/ppc/ppc.c
1017
outb (efir, 0x0c);
sys/dev/ppc/ppc.c
1020
outb (efir, 0x16);
sys/dev/ppc/ppc.c
1038
outb(efir, 0x23);
sys/dev/ppc/ppc.c
1043
outb(efir, 0x9);
sys/dev/ppc/ppc.c
1062
outb(efir, i);
sys/dev/ppc/ppc.c
1066
outb(efir, i);
sys/dev/ppc/ppc.c
1069
outb(efir, 0x1e);
sys/dev/ppc/ppc.c
1072
outb(efir, i);
sys/dev/ppc/ppc.c
1084
outb(efir, 0x0);
sys/dev/ppc/ppc.c
1088
outb(efir, 0x9);
sys/dev/ppc/ppc.c
1134
outb(efir, 0x9);
sys/dev/ppc/ppc.c
1135
outb(efdr, inb(efdr) & ~WINB_PRTMODS2);
sys/dev/ppc/ppc.c
1138
outb(efir, 0x0);
sys/dev/ppc/ppc.c
1139
outb(efdr, inb(efdr) & ~(WINB_PRTMODS0 | WINB_PRTMODS1));
sys/dev/ppc/ppc.c
1143
outb(efdr, inb(efdr) | WINB_ECP_EPP);
sys/dev/ppc/ppc.c
1151
outb(efdr, inb(efdr) | WINB_ECP);
sys/dev/ppc/ppc.c
1157
outb(efdr, inb(efdr) | WINB_EPP_SPP);
sys/dev/ppc/ppc.c
1165
outb(efer, 0xaa);
sys/dev/ppc/ppc.c
444
outb(idport, PC873_SID);
sys/dev/ppc/ppc.c
466
outb(idport, pc873xx_regstab[i]);
sys/dev/ppc/ppc.c
476
outb(idport, PC873_FER);
sys/dev/ppc/ppc.c
483
outb(idport, PC873_FAR);
sys/dev/ppc/ppc.c
507
outb(idport, PC873_FAR);
sys/dev/ppc/ppc.c
508
outb(idport + 1, val);
sys/dev/ppc/ppc.c
509
outb(idport + 1, val);
sys/dev/ppc/ppc.c
514
outb(idport, PC873_FAR);
sys/dev/ppc/ppc.c
527
outb(idport, PC873_PTR);
sys/dev/ppc/ppc.c
549
outb(idport + 1, (ptr | PC873_LPTBIRQ7));
sys/dev/ppc/ppc.c
550
outb(idport + 1, (ptr | PC873_LPTBIRQ7));
sys/dev/ppc/ppc.c
552
outb(idport + 1, (ptr & ~PC873_LPTBIRQ7));
sys/dev/ppc/ppc.c
553
outb(idport + 1, (ptr & ~PC873_LPTBIRQ7));
sys/dev/ppc/ppc.c
566
outb(idport, PC873_PCR);
sys/dev/ppc/ppc.c
589
outb(idport, PC873_PTR);
sys/dev/ppc/ppc.c
607
outb(idport, PC873_PTR);
sys/dev/ppc/ppc.c
625
outb(idport + 1, pcr);
sys/dev/ppc/ppc.c
626
outb(idport + 1, pcr);
sys/dev/ppc/ppc.c
634
outb(idport + 1, pcr);
sys/dev/ppc/ppc.c
635
outb(idport + 1, pcr);
sys/dev/ppc/ppc.c
644
outb(idport, PC873_PTR);
sys/dev/ppc/ppc.c
647
outb(idport + 1, ptr);
sys/dev/ppc/ppc.c
648
outb(idport + 1, ptr);
sys/dev/ppc/ppc.c
655
outb(idport + 1, pcr);
sys/dev/ppc/ppc.c
656
outb(idport + 1, pcr);
sys/dev/ppc/ppc.c
659
outb(idport, PC873_PTR);
sys/dev/ppc/ppc.c
675
outb(idport + 1, ptr);
sys/dev/ppc/ppc.c
676
outb(idport + 1, ptr);
sys/dev/ppc/ppc.c
714
outb(csr, SMC665_iCODE);
sys/dev/ppc/ppc.c
715
outb(csr, SMC665_iCODE);
sys/dev/ppc/ppc.c
718
outb(csr, 0xd);
sys/dev/ppc/ppc.c
726
outb(csr, SMC666_iCODE);
sys/dev/ppc/ppc.c
727
outb(csr, SMC666_iCODE);
sys/dev/ppc/ppc.c
730
outb(csr, 0xd);
sys/dev/ppc/ppc.c
745
outb(csr, 0xaa); /* end config mode */
sys/dev/ppc/ppc.c
750
outb(csr, 0x1);
sys/dev/ppc/ppc.c
755
outb(csr, 0xaa); /* end config mode */
sys/dev/ppc/ppc.c
767
outb(csr, 0x1);
sys/dev/ppc/ppc.c
771
outb(csr, 0x4);
sys/dev/ppc/ppc.c
776
outb(csr, 0x1);
sys/dev/ppc/ppc.c
791
outb(csr, 0x4);
sys/dev/ppc/ppc.c
837
outb(cio, r | SMC_CR1_MODE);
sys/dev/ppc/ppc.c
842
outb(cio, r & ~SMC_CR1_MODE);
sys/dev/ppc/ppc.c
845
outb(csr, 0x4);
sys/dev/ppc/ppc.c
850
outb(cio, r | SMC_ECPEPP);
sys/dev/ppc/ppc.c
854
outb(cio, r | SMC_ECP);
sys/dev/ppc/ppc.c
860
outb(cio, r | SMC_EPPSPP);
sys/dev/ppc/ppc.c
871
outb(csr, 0xa);
sys/dev/ppc/ppc.c
872
outb(cio, 16);
sys/dev/ppc/ppc.c
882
outb(csr, 0x4);
sys/dev/ppc/ppc.c
890
outb(cio, (r & ~SMC_CR4_EPPTYPE));
sys/dev/ppc/ppc.c
892
outb(cio, (r | SMC_CR4_EPPTYPE));
sys/dev/ppc/ppc.c
895
outb(csr, 0xaa); /* end config mode */
sys/dev/ppc/ppc.c
913
outb(SMC935_CFG, 0x55); /* enter config mode */
sys/dev/ppc/ppc.c
914
outb(SMC935_CFG, 0x55);
sys/dev/ppc/ppc.c
917
outb(SMC935_IND, SMC935_ID); /* check device id */
sys/dev/ppc/ppc.c
922
outb(SMC935_CFG, 0xaa); /* exit config mode */
sys/dev/ppc/ppc.c
928
outb(SMC935_IND, SMC935_LOGDEV); /* select parallel port, */
sys/dev/ppc/ppc.c
929
outb(SMC935_DAT, 3); /* which is logical device 3 */
sys/dev/ppc/ppc.c
932
outb(SMC935_IND, SMC935_PORTHI);
sys/dev/ppc/ppc.c
933
outb(SMC935_DAT, (u_char)((ppc->ppc_base & 0xff00) >> 8));
sys/dev/ppc/ppc.c
934
outb(SMC935_IND, SMC935_PORTLO);
sys/dev/ppc/ppc.c
935
outb(SMC935_DAT, (u_char)(ppc->ppc_base & 0xff));
sys/dev/ppc/ppc.c
941
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
942
outb(SMC935_DAT, SMC935_CENT); /* start in compatible mode */
sys/dev/ppc/ppc.c
948
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
949
outb(SMC935_DAT, SMC935_EPP19SPP);
sys/dev/ppc/ppc.c
952
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
953
outb(SMC935_DAT, SMC935_EPP17SPP);
sys/dev/ppc/ppc.c
956
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
957
outb(SMC935_DAT, SMC935_SPP);
sys/dev/ppc/ppc.c
965
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
966
outb(SMC935_DAT, SMC935_ECPEPP19);
sys/dev/ppc/ppc.c
969
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
970
outb(SMC935_DAT, SMC935_ECPEPP17);
sys/dev/ppc/ppc.c
973
outb(SMC935_IND, SMC935_PPMODE);
sys/dev/ppc/ppc.c
974
outb(SMC935_DAT, SMC935_ECP);
sys/dev/ppc/ppc.c
979
outb(SMC935_CFG, 0xaa); /* exit config mode */
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
500
uint8_t *outb;
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
503
outb = regs->reg_buf;
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
513
rval = copyout(ha->grcdump[i], outb, ha->grcdump_size[i]);
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
519
outb += regs->reg_buf_len;
sys/dev/sge/if_sge.c
313
outb(0x78, 0x09 + i);
sys/dev/sge/if_sge.c
316
outb(0x78, 0x12);
sys/dev/tdfx/tdfx_pci.c
707
outb(workport, ret_byte);
sys/dev/uart/uart_dev_ns8250.c
102
outb(tx, c);
sys/i386/acpica/acpi_wakeup.c
153
outb(CMOS_REG, BIOS_RESET);
sys/i386/acpica/acpi_wakeup.c
159
outb(CMOS_REG, BIOS_RESET);
sys/i386/acpica/acpi_wakeup.c
160
outb(CMOS_DATA, BIOS_WARM); /* 'warm-start' */
sys/i386/acpica/acpi_wakeup.c
185
outb(CMOS_REG, BIOS_RESET);
sys/i386/acpica/acpi_wakeup.c
186
outb(CMOS_DATA, mpbiosreason);
sys/i386/i386/geode.c
260
outb(0x0443, 1);
sys/i386/i386/geode.c
263
outb(0x0443, 0);
sys/i386/i386/machdep.c
1868
outb(port, data);
sys/i386/i386/mp_machdep.c
106
#define CHECK_READ(A) (outb(CMOS_REG, (A)), inb(CMOS_DATA))
sys/i386/i386/mp_machdep.c
107
#define CHECK_WRITE(A,D) (outb(CMOS_REG, (A)), outb(CMOS_DATA, (D)))
sys/i386/i386/mp_machdep.c
379
outb(CMOS_REG, BIOS_RESET);
sys/i386/i386/mp_machdep.c
395
outb(CMOS_REG, BIOS_RESET);
sys/i386/i386/mp_machdep.c
396
outb(CMOS_DATA, BIOS_WARM); /* 'warm-start' */
sys/i386/i386/mp_machdep.c
425
outb(CMOS_REG, BIOS_RESET);
sys/i386/i386/mp_machdep.c
426
outb(CMOS_DATA, mpbiosreason);
sys/i386/include/cpufunc.h
654
outb(0x22, reg);
sys/i386/include/cpufunc.h
661
outb(0x22, reg);
sys/i386/include/cpufunc.h
662
outb(0x23, data);
sys/i386/include/iodev.h
37
#define iodev_write_1 outb
sys/i386/pci/pci_cfgreg.c
269
outb(CONF2_ENABLE_PORT, 0xf0 | (func << 1));
sys/i386/pci/pci_cfgreg.c
270
outb(CONF2_FORWARD_PORT, bus);
sys/i386/pci/pci_cfgreg.c
293
outb(CONF2_ENABLE_PORT, 0);
sys/i386/pci/pci_cfgreg.c
334
outb(port, data);
sys/i386/pci/pci_cfgreg.c
452
outb(CONF2_ENABLE_PORT, CONF2_ENABLE_CHK);
sys/i386/pci/pci_cfgreg.c
454
outb(CONF2_ENABLE_PORT, oldval2);
sys/isa/pnp.c
106
outb (_PNP_ADDRESS, d);
sys/isa/pnp.c
107
outb (_PNP_WRITE_DATA, r);
sys/isa/pnp.c
120
outb(_PNP_ADDRESS, 0);
sys/isa/pnp.c
121
outb(_PNP_ADDRESS, 0); /* yes, we do need it twice! */
sys/isa/pnp.c
124
outb(_PNP_ADDRESS, cur);
sys/isa/pnp.c
128
outb(_PNP_ADDRESS, cur);
sys/isa/pnp.c
143
outb(_PNP_ADDRESS, PNP_SERIAL_ISOLATION);
sys/isa/pnp.c
176
outb(_PNP_ADDRESS, PNP_STATUS);
sys/isa/pnp.c
186
outb(_PNP_ADDRESS, PNP_RESOURCE_DATA);
sys/isa/pnp.c
674
outb(_PNP_ADDRESS, PNP_SERIAL_ISOLATION);
sys/powerpc/include/pio.h
153
#define out8(a,v) outb(a,v)
sys/powerpc/include/pio.h
169
#define out8rb(a,v) outb(a,v)
sys/x86/include/bus.h
463
outb(bsh + offset, value);
sys/x86/include/bus.h
714
outb(addr, value);
sys/x86/include/bus.h
778
outb(addr, value);
sys/x86/include/bus.h
851
outb(addr2, inb(addr1));
sys/x86/include/bus.h
856
outb(addr2, inb(addr1));
sys/x86/include/ppireg.h
44
#define ppi_spkr_on() outb(IO_PPI, inb(IO_PPI) | PIT_SPKR)
sys/x86/include/ppireg.h
45
#define ppi_spkr_off() outb(IO_PPI, inb(IO_PPI) & ~PIT_SPKR)
sys/x86/isa/atpic.c
186
outb(atpics[MASTER].at_ioaddr, OCW2_EOI);
sys/x86/isa/atpic.c
201
outb(atpics[SLAVE].at_ioaddr, OCW2_EOI);
sys/x86/isa/atpic.c
203
outb(atpics[MASTER].at_ioaddr, OCW2_EOI);
sys/x86/isa/atpic.c
253
outb(ap->at_ioaddr + ICU_IMR_OFFSET, ap->at_imen);
sys/x86/isa/atpic.c
267
outb(ap->at_ioaddr + ICU_IMR_OFFSET, ap->at_imen);
sys/x86/isa/atpic.c
417
outb(pic->at_ioaddr, ICW1_RESET | ICW1_IC4);
sys/x86/isa/atpic.c
421
outb(imr_addr, pic->at_intbase);
sys/x86/isa/atpic.c
429
outb(imr_addr, ICU_SLAVEID);
sys/x86/isa/atpic.c
431
outb(imr_addr, IRQ_MASK(ICU_SLAVEID));
sys/x86/isa/atpic.c
435
outb(imr_addr, SLAVE_MODE);
sys/x86/isa/atpic.c
437
outb(imr_addr, MASTER_MODE);
sys/x86/isa/atpic.c
440
outb(imr_addr, pic->at_imen);
sys/x86/isa/atpic.c
443
outb(pic->at_ioaddr, OCW3_SEL | OCW3_RR);
sys/x86/isa/atpic.c
447
outb(pic->at_ioaddr, OCW2_R | OCW2_SL | OCW2_L1);
sys/x86/isa/atpic.c
547
outb(port, OCW3_SEL | OCW3_RR | OCW3_RIS);
sys/x86/isa/atpic.c
549
outb(port, OCW3_SEL | OCW3_RR);
sys/x86/isa/atrtc.c
104
outb(IO_RTC, reg);
sys/x86/isa/atrtc.c
117
outb(IO_RTC, reg);
sys/x86/isa/atrtc.c
121
outb(IO_RTC + 1, val);
sys/x86/isa/clock.c
177
outb(TIMER_MODE, TIMER_SEL2 | (mode & 0x3f));
sys/x86/isa/clock.c
190
outb(TIMER_MODE, TIMER_SEL2 | TIMER_SQWAVE | TIMER_16BIT);
sys/x86/isa/clock.c
202
outb(TIMER_CNTR2, freq & 0xff);
sys/x86/isa/clock.c
203
outb(TIMER_CNTR2, freq >> 8);
sys/x86/isa/clock.c
215
outb(TIMER_MODE, TIMER_SEL0 | TIMER_LATCH);
sys/x86/isa/clock.c
348
outb(TIMER_MODE, new_mode);
sys/x86/isa/clock.c
349
outb(TIMER_CNTR0, 0);
sys/x86/isa/clock.c
350
outb(TIMER_CNTR0, 0);
sys/x86/isa/clock.c
354
outb(TIMER_MODE, new_mode);
sys/x86/isa/clock.c
355
outb(TIMER_CNTR0, new_count & 0xff);
sys/x86/isa/clock.c
356
outb(TIMER_CNTR0, new_count >> 8);
sys/x86/isa/clock.c
362
outb(TIMER_MODE, new_mode);
sys/x86/isa/clock.c
363
outb(TIMER_CNTR0, new_count & 0xff);
sys/x86/isa/clock.c
368
outb(TIMER_MODE, new_mode);
sys/x86/isa/clock.c
369
outb(TIMER_CNTR0, new_count & 0xff);
sys/x86/isa/clock.c
370
outb(TIMER_CNTR0, new_count >> 8);
sys/x86/isa/clock.c
485
outb(TIMER_MODE, TIMER_SEL0 | TIMER_LATCH);
sys/x86/isa/elcr.c
123
outb(ELCR_PORT + 1, elcr_status >> 8);
sys/x86/isa/elcr.c
125
outb(ELCR_PORT, elcr_status & 0xff);
sys/x86/isa/elcr.c
133
outb(ELCR_PORT, elcr_status & 0xff);
sys/x86/isa/elcr.c
134
outb(ELCR_PORT + 1, elcr_status >> 8);
sys/x86/isa/isa_dma.c
207
outb(DMA1_MODE, DMA37MD_CASCADE | chan);
sys/x86/isa/isa_dma.c
208
outb(DMA1_SMSK, chan);
sys/x86/isa/isa_dma.c
210
outb(DMA2_MODE, DMA37MD_CASCADE | (chan & 3));
sys/x86/isa/isa_dma.c
211
outb(DMA2_SMSK, chan & 3);
sys/x86/isa/isa_dma.c
289
outb(DMA1_MODE, DMA37MD_AUTO|DMA37MD_WRITE|chan);
sys/x86/isa/isa_dma.c
291
outb(DMA1_MODE, DMA37MD_AUTO|DMA37MD_READ|chan);
sys/x86/isa/isa_dma.c
295
outb(DMA1_MODE, DMA37MD_SINGLE|DMA37MD_WRITE|chan);
sys/x86/isa/isa_dma.c
297
outb(DMA1_MODE, DMA37MD_SINGLE|DMA37MD_READ|chan);
sys/x86/isa/isa_dma.c
298
outb(DMA1_FFC, 0);
sys/x86/isa/isa_dma.c
302
outb(waport, phys);
sys/x86/isa/isa_dma.c
303
outb(waport, phys>>8);
sys/x86/isa/isa_dma.c
304
outb(dmapageport[chan], phys>>16);
sys/x86/isa/isa_dma.c
307
outb(waport + 1, --nbytes);
sys/x86/isa/isa_dma.c
308
outb(waport + 1, nbytes>>8);
sys/x86/isa/isa_dma.c
311
outb(DMA1_SMSK, chan);
sys/x86/isa/isa_dma.c
322
outb(DMA2_MODE, DMA37MD_AUTO|DMA37MD_WRITE|(chan&3));
sys/x86/isa/isa_dma.c
324
outb(DMA2_MODE, DMA37MD_AUTO|DMA37MD_READ|(chan&3));
sys/x86/isa/isa_dma.c
328
outb(DMA2_MODE, DMA37MD_SINGLE|DMA37MD_WRITE|(chan&3));
sys/x86/isa/isa_dma.c
330
outb(DMA2_MODE, DMA37MD_SINGLE|DMA37MD_READ|(chan&3));
sys/x86/isa/isa_dma.c
331
outb(DMA2_FFC, 0);
sys/x86/isa/isa_dma.c
335
outb(waport, phys>>1);
sys/x86/isa/isa_dma.c
336
outb(waport, phys>>9);
sys/x86/isa/isa_dma.c
337
outb(dmapageport[chan], phys>>16);
sys/x86/isa/isa_dma.c
341
outb(waport + 2, --nbytes);
sys/x86/isa/isa_dma.c
342
outb(waport + 2, nbytes>>8);
sys/x86/isa/isa_dma.c
345
outb(DMA2_SMSK, chan & 3);
sys/x86/isa/isa_dma.c
367
outb(chan & 4 ? DMA2_SMSK : DMA1_SMSK, (chan & 3) | 4);
sys/x86/isa/isa_dma.c
475
outb(ffport, 0); /* clear register LSB flipflop */
sys/x86/isa/isa_dma.c
478
outb(ffport, 0); /* clear again */
sys/x86/isa/isa_dma.c
544
outb(DMA1_SMSK, (chan & 3) | 4 /* disable mask */);
sys/x86/isa/isa_dma.c
546
outb(DMA2_SMSK, (chan & 3) | 4 /* disable mask */);
sys/x86/x86/cpu_machdep.c
525
outb(IO_KBD + 4, 0xFE);
sys/x86/x86/cpu_machdep.c
539
outb(0xcf9, 0x2);
sys/x86/x86/cpu_machdep.c
540
outb(0xcf9, 0x6);
sys/x86/x86/cpu_machdep.c
553
outb(0x92, b & 0xfe);
sys/x86/x86/cpu_machdep.c
554
outb(0x92, b | 0x1);
sys/x86/x86/intr_machdep.c
520
outb(IO_ICU1, ICW1_RESET | ICW1_IC4);
sys/x86/x86/intr_machdep.c
521
outb(IO_ICU1 + ICU_IMR_OFFSET, IDT_IO_INTS);
sys/x86/x86/intr_machdep.c
522
outb(IO_ICU1 + ICU_IMR_OFFSET, IRQ_MASK(ICU_SLAVEID));
sys/x86/x86/intr_machdep.c
523
outb(IO_ICU1 + ICU_IMR_OFFSET, MASTER_MODE);
sys/x86/x86/intr_machdep.c
524
outb(IO_ICU1 + ICU_IMR_OFFSET, 0xff);
sys/x86/x86/intr_machdep.c
525
outb(IO_ICU1, OCW3_SEL | OCW3_RR);
sys/x86/x86/intr_machdep.c
527
outb(IO_ICU2, ICW1_RESET | ICW1_IC4);
sys/x86/x86/intr_machdep.c
528
outb(IO_ICU2 + ICU_IMR_OFFSET, IDT_IO_INTS + 8);
sys/x86/x86/intr_machdep.c
529
outb(IO_ICU2 + ICU_IMR_OFFSET, ICU_SLAVEID);
sys/x86/x86/intr_machdep.c
530
outb(IO_ICU2 + ICU_IMR_OFFSET, SLAVE_MODE);
sys/x86/x86/intr_machdep.c
531
outb(IO_ICU2 + ICU_IMR_OFFSET, 0xff);
sys/x86/x86/intr_machdep.c
532
outb(IO_ICU2, OCW3_SEL | OCW3_RR);
sys/x86/x86/mptable.c
454
outb(0x22, 0x70); /* select IMCR */
sys/x86/x86/mptable.c
457
outb(0x23, byte); /* disconnect 8259s/NMI */