Symbol: outb_p
arch/alpha/include/asm/floppy.h
15
#define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
arch/alpha/include/asm/mc146818rtc.h
20
outb_p((addr),RTC_PORT(0)); \
arch/alpha/include/asm/mc146818rtc.h
24
outb_p((addr),RTC_PORT(0)); \
arch/alpha/include/asm/mc146818rtc.h
25
outb_p((val),RTC_PORT(1)); \
arch/arm/include/asm/mc146818rtc.h
23
outb_p((addr),RTC_PORT(0)); \
arch/arm/include/asm/mc146818rtc.h
27
outb_p((addr),RTC_PORT(0)); \
arch/arm/include/asm/mc146818rtc.h
28
outb_p((val),RTC_PORT(1)); \
arch/m68k/include/asm/floppy.h
215
outb_p(*lptr, virtual_dma_port + FD_DATA);
arch/m68k/include/asm/floppy.h
78
outb_p(value, base + reg);
arch/mips/include/asm/dma.h
22
#define dma_outb outb_p
arch/mips/include/asm/mach-generic/floppy.h
35
outb_p(value, base + reg);
arch/mips/include/asm/mach-generic/mc146818rtc.h
20
outb_p(addr, RTC_PORT(0));
arch/mips/include/asm/mach-generic/mc146818rtc.h
26
outb_p(addr, RTC_PORT(0));
arch/mips/include/asm/mach-generic/mc146818rtc.h
27
outb_p(data, RTC_PORT(1));
arch/mips/include/asm/mach-jazz/mc146818rtc.h
24
outb_p(addr, RTC_PORT(0));
arch/mips/include/asm/mach-jazz/mc146818rtc.h
30
outb_p(addr, RTC_PORT(0));
arch/mips/sni/reset.c
39
outb_p(0xfe, 0x64); /* pulse reset low */
arch/mips/sni/time.c
84
outb_p(0x34, 0x43);
arch/mips/sni/time.c
85
outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40);
arch/powerpc/include/asm/dma.h
34
#define dma_outb outb_p
arch/powerpc/include/asm/floppy.h
17
#define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
arch/powerpc/include/asm/floppy.h
69
outb_p(*lptr, virtual_dma_port + FD_DATA);
arch/powerpc/include/asm/mc146818rtc.h
23
outb_p((addr),RTC_PORT(0)); \
arch/powerpc/include/asm/mc146818rtc.h
27
outb_p((addr),RTC_PORT(0)); \
arch/powerpc/include/asm/mc146818rtc.h
28
outb_p((val),RTC_PORT(1)); \
arch/powerpc/platforms/fsl_uli1575.c
170
outb_p(0x7c, 0x72);
arch/powerpc/platforms/fsl_uli1575.c
171
outb_p(RTC_ALARM_DONT_CARE, 0x73);
arch/powerpc/platforms/fsl_uli1575.c
173
outb_p(0x7d, 0x72);
arch/powerpc/platforms/fsl_uli1575.c
174
outb_p(RTC_ALARM_DONT_CARE, 0x73);
arch/sh/boards/mach-se/770x/setup.c
25
outb_p(index, INDEX_PORT);
arch/sh/boards/mach-se/770x/setup.c
26
outb_p(data, DATA_PORT);
arch/sh/boards/mach-se/770x/setup.c
32
outb_p(CONFIG_ENTER, CONFIG_PORT);
arch/sh/boards/mach-se/770x/setup.c
33
outb_p(CONFIG_ENTER, CONFIG_PORT);
arch/sh/boards/mach-se/770x/setup.c
65
outb_p(CONFIG_EXIT, CONFIG_PORT);
arch/sparc/include/asm/mc146818rtc_32.h
20
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_32.h
24
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_32.h
25
outb_p((val),RTC_PORT(1)); \
arch/sparc/include/asm/mc146818rtc_64.h
21
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_64.h
25
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_64.h
26
outb_p((val),RTC_PORT(1)); \
arch/x86/include/asm/dma.h
16
#define dma_outb outb_p
arch/x86/include/asm/floppy.h
33
#define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
arch/x86/include/asm/floppy.h
82
outb_p(*lptr, virtual_dma_port + FD_DATA);
arch/x86/include/asm/io.h
319
#define outb_p outb_p
arch/x86/include/asm/mach_timer.h
36
outb_p(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */
arch/x86/include/asm/mach_timer.h
37
outb_p(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */
arch/x86/kernel/apm_32.c
1197
outb_p(0x34, PIT_MODE); /* binary, mode 2, LSB/MSB, ch 0 */
arch/x86/kernel/apm_32.c
1199
outb_p(LATCH & 0xff, PIT_CH0); /* LSB */
arch/x86/kernel/apm_32.c
1201
outb_p(LATCH >> 8, PIT_CH0); /* MSB */
drivers/accessibility/speakup/serialio.c
182
outb_p(0, ser->port);
drivers/accessibility/speakup/serialio.c
184
outb_p('\r', ser->port);
drivers/accessibility/speakup/serialio.c
286
outb_p(ch, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_acntpc.c
165
outb_p(ch, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_acntpc.c
225
outb_p(ch, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_acntpc.c
233
outb_p(PROCSPEECH, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_acntpc.c
248
outb_p(PROCSPEECH, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_acntpc.c
253
outb_p(SYNTH_CLEAR, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_decpc.c
258
outb_p(cmd & 0xFF, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_decpc.c
259
outb_p((cmd >> 8) & 0xFF, speakup_info.port_tts + 1);
drivers/accessibility/speakup/speakup_decpc.c
295
outb_p(0, speakup_info.port_tts + 2);
drivers/accessibility/speakup/speakup_decpc.c
296
outb_p(0, speakup_info.port_tts + 3);
drivers/accessibility/speakup/speakup_decpc.c
299
outb_p(0, speakup_info.port_tts + 6);
drivers/accessibility/speakup/speakup_decpc.c
327
outb_p(DMA_sync, speakup_info.port_tts + 4);
drivers/accessibility/speakup/speakup_decpc.c
328
outb_p(0, speakup_info.port_tts + 4);
drivers/accessibility/speakup/speakup_decpc.c
346
outb_p(DMA_single_in, speakup_info.port_tts + 4);
drivers/accessibility/speakup/speakup_decpc.c
347
outb_p(ch, speakup_info.port_tts + 4);
drivers/accessibility/speakup/speakup_dtlk.c
182
outb_p(ch, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_dtlk.c
264
outb_p(SYNTH_CLEAR, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_dtlk.c
276
outb_p(ch, speakup_info.port_tts);
drivers/accessibility/speakup/speakup_keypc.c
166
outb_p(ch, synth_port);
drivers/accessibility/speakup/speakup_keypc.c
228
outb_p(ch, synth_port);
drivers/accessibility/speakup/speakup_keypc.c
239
outb_p(PROCSPEECH, synth_port);
drivers/accessibility/speakup/speakup_keypc.c
255
outb_p(PROCSPEECH, synth_port);
drivers/accessibility/speakup/speakup_keypc.c
260
outb_p(SYNTH_CLEAR, synth_port);
drivers/bluetooth/bluecard_cs.c
208
outb_p(actual, iobase + offset);
drivers/bluetooth/bluecard_cs.c
211
outb_p(buf[i], iobase + offset + i + 1);
drivers/bluetooth/bluecard_cs.c
276
outb_p(command, iobase + REG_COMMAND);
drivers/char/dtlk.c
421
outb_p(0xff, dtlk_port_lpc);
drivers/char/dtlk.c
446
outb_p(0xff, dtlk_port_lpc);
drivers/char/dtlk.c
452
outb_p(0xff, dtlk_port_lpc);
drivers/char/dtlk.c
477
outb_p(0x03, dtlk_port_tts);
drivers/char/dtlk.c
581
outb_p(ch, dtlk_port_tts);
drivers/char/dtlk.c
605
outb_p(0xff, dtlk_port_lpc);
drivers/char/dtlk.c
648
outb_p(ch, dtlk_port_tts); /* output to TTS port */
drivers/char/pc8736x_gpio.c
188
outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT);
drivers/char/pc8736x_gpio.c
83
outb_p(addr, superio_cmd);
drivers/char/pc8736x_gpio.c
84
outb_p(val, superio_cmd + 1);
drivers/char/pc8736x_gpio.c
89
outb_p(addr, superio_cmd);
drivers/char/sonypi.c
518
outb_p(0x81, SONYPI_CST_IOPORT);
drivers/char/sonypi.c
520
outb_p(addr, SONYPI_DATA_IOPORT);
drivers/char/sonypi.c
522
outb_p(value, SONYPI_DATA_IOPORT);
drivers/char/sonypi.c
534
outb_p(0x80, SONYPI_CST_IOPORT);
drivers/char/sonypi.c
536
outb_p(addr, SONYPI_DATA_IOPORT);
drivers/clocksource/i8253.c
130
outb_p(0x30, PIT_MODE);
drivers/clocksource/i8253.c
131
outb_p(0, PIT_CH0);
drivers/clocksource/i8253.c
132
outb_p(0, PIT_CH0);
drivers/clocksource/i8253.c
134
outb_p(0x30, PIT_MODE);
drivers/clocksource/i8253.c
149
outb_p(0x38, PIT_MODE);
drivers/clocksource/i8253.c
159
outb_p(0x34, PIT_MODE);
drivers/clocksource/i8253.c
160
outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */
drivers/clocksource/i8253.c
161
outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */
drivers/clocksource/i8253.c
175
outb_p(delta & 0xff , PIT_CH0); /* LSB */
drivers/clocksource/i8253.c
176
outb_p(delta >> 8 , PIT_CH0); /* MSB */
drivers/clocksource/i8253.c
52
outb_p(0x00, PIT_MODE); /* latch the count ASAP */
drivers/clocksource/i8253.c
58
outb_p(0x34, PIT_MODE);
drivers/clocksource/i8253.c
59
outb_p(PIT_LATCH & 0xff, PIT_CH0);
drivers/clocksource/i8253.c
60
outb_p(PIT_LATCH >> 8, PIT_CH0);
drivers/comedi/drivers/c6xdigio.c
65
outb_p(val, dev->iobase + C6XDIGIO_DATA_REG);
drivers/comedi/drivers/das08.c
207
outb_p(0, dev->iobase + DAS08_AI_TRIG_REG);
drivers/comedi/drivers/das16.c
837
outb_p(0, dev->iobase + DAS16_TRIG_REG);
drivers/comedi/drivers/das800.c
549
outb_p(0, dev->iobase + DAS800_MSB);
drivers/comedi/drivers/dt2801.c
273
outb_p(data & 0xff, dev->iobase + DT2801_DATA);
drivers/comedi/drivers/dt2801.c
328
outb_p(command, dev->iobase + DT2801_CMD);
drivers/comedi/drivers/dt2801.c
344
outb_p(DT_C_STOP, dev->iobase + DT2801_CMD);
drivers/comedi/drivers/dt2801.c
359
outb_p(DT_C_RESET, dev->iobase + DT2801_CMD);
drivers/cpufreq/elanfreq.c
120
outb_p(0x40, REG_CSCIR); /* Disable hyperspeed mode */
drivers/cpufreq/elanfreq.c
121
outb_p(0x00, REG_CSCDR);
drivers/cpufreq/elanfreq.c
128
outb_p(0x80, REG_CSCIR);
drivers/cpufreq/elanfreq.c
129
outb_p(elan_multiplier[state].val80h, REG_CSCDR);
drivers/cpufreq/elanfreq.c
132
outb_p(0x40, REG_CSCIR);
drivers/cpufreq/elanfreq.c
133
outb_p(elan_multiplier[state].val40h, REG_CSCDR);
drivers/cpufreq/elanfreq.c
81
outb_p(0x80, REG_CSCIR);
drivers/gpu/drm/sysfb/vesadrm.c
100
outb_p(b8, VGA_PEL_D);
drivers/gpu/drm/sysfb/vesadrm.c
97
outb_p(i8, VGA_PEL_IW);
drivers/gpu/drm/sysfb/vesadrm.c
98
outb_p(r8, VGA_PEL_D);
drivers/gpu/drm/sysfb/vesadrm.c
99
outb_p(g8, VGA_PEL_D);
drivers/hwmon/it87.c
782
outb_p(reg, data->addr + IT87_ADDR_REG_OFFSET);
drivers/hwmon/it87.c
794
outb_p(reg, data->addr + IT87_ADDR_REG_OFFSET);
drivers/hwmon/it87.c
795
outb_p(value, data->addr + IT87_DATA_REG_OFFSET);
drivers/hwmon/lenovo-ec-sensors.c
51
outb_p(0x01, MCHP_EMI0_APPLICATION_ID);
drivers/hwmon/lenovo-ec-sensors.c
536
outb_p(app_id, MCHP_EMI0_APPLICATION_ID); /* set EMI Application ID to 0 */
drivers/hwmon/lenovo-ec-sensors.c
58
outb_p(0x01, MCHP_EMI0_APPLICATION_ID); /* write 0x01 again to clean */
drivers/hwmon/lm78.c
684
outb_p(reg, data->isa_addr + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
700
outb_p(reg, data->isa_addr + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
701
outb_p(value, data->isa_addr + LM78_DATA_REG_OFFSET);
drivers/hwmon/lm78.c
867
outb_p(val, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
869
outb_p(save, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
874
outb_p(LM78_REG_CONFIG, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
878
outb_p(LM78_REG_I2C_ADDR, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
888
outb_p(0x4f, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
894
outb_p(0x58, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/lm78.c
900
outb_p(LM78_REG_CHIPID, address + LM78_ADDR_REG_OFFSET);
drivers/hwmon/nct6683.c
507
outb_p(0xff, data->addr + EC_PAGE_REG); /* unlock */
drivers/hwmon/nct6683.c
508
outb_p(reg >> 8, data->addr + EC_PAGE_REG);
drivers/hwmon/nct6683.c
509
outb_p(reg & 0xff, data->addr + EC_INDEX_REG);
drivers/hwmon/nct6683.c
521
outb_p(0xff, data->addr + EC_PAGE_REG); /* unlock */
drivers/hwmon/nct6683.c
522
outb_p(reg >> 8, data->addr + EC_PAGE_REG);
drivers/hwmon/nct6683.c
523
outb_p(reg & 0xff, data->addr + EC_INDEX_REG);
drivers/hwmon/nct6683.c
524
outb_p(value & 0xff, data->addr + EC_DATA_REG);
drivers/hwmon/nct6775-platform.c
321
outb_p(NCT6775_REG_BANK, data->addr + ADDR_REG_OFFSET);
drivers/hwmon/nct6775-platform.c
322
outb_p(bank, data->addr + DATA_REG_OFFSET);
drivers/hwmon/nct6775-platform.c
333
outb_p(reg & 0xff, data->addr + ADDR_REG_OFFSET);
drivers/hwmon/nct6775-platform.c
336
outb_p((reg & 0xff) + 1,
drivers/hwmon/nct6775-platform.c
349
outb_p(reg & 0xff, data->addr + ADDR_REG_OFFSET);
drivers/hwmon/nct6775-platform.c
351
outb_p(value >> 8, data->addr + DATA_REG_OFFSET);
drivers/hwmon/nct6775-platform.c
352
outb_p((reg & 0xff) + 1,
drivers/hwmon/nct6775-platform.c
355
outb_p(value & 0xff, data->addr + DATA_REG_OFFSET);
drivers/hwmon/pc87360.c
236
outb_p(bank, data->address[ldi] + PC87365_REG_BANK);
drivers/hwmon/pc87360.c
248
outb_p(bank, data->address[ldi] + PC87365_REG_BANK);
drivers/hwmon/pc87360.c
249
outb_p(value, data->address[ldi] + reg);
drivers/hwmon/sis5595.c
197
outb_p(reg, data->addr + SIS5595_ADDR_REG_OFFSET);
drivers/hwmon/sis5595.c
206
outb_p(reg, data->addr + SIS5595_ADDR_REG_OFFSET);
drivers/hwmon/sis5595.c
207
outb_p(value, data->addr + SIS5595_DATA_REG_OFFSET);
drivers/hwmon/smsc47m1.c
145
outb_p(value, data->addr + reg);
drivers/hwmon/via686a.c
334
outb_p(value, data->addr + reg);
drivers/hwmon/vt8231.c
180
outb_p(value, data->addr + reg);
drivers/hwmon/w83627ehf.c
396
outb_p(W83627EHF_REG_BANK, data->addr + ADDR_REG_OFFSET);
drivers/hwmon/w83627ehf.c
397
outb_p(bank, data->addr + DATA_REG_OFFSET);
drivers/hwmon/w83627ehf.c
409
outb_p(reg & 0xff, data->addr + ADDR_REG_OFFSET);
drivers/hwmon/w83627ehf.c
412
outb_p((reg & 0xff) + 1,
drivers/hwmon/w83627ehf.c
429
outb_p(reg & 0xff, data->addr + ADDR_REG_OFFSET);
drivers/hwmon/w83627ehf.c
431
outb_p(value >> 8, data->addr + DATA_REG_OFFSET);
drivers/hwmon/w83627ehf.c
432
outb_p((reg & 0xff) + 1,
drivers/hwmon/w83627ehf.c
435
outb_p(value & 0xff, data->addr + DATA_REG_OFFSET);
drivers/hwmon/w83627hf.c
396
outb_p(W83781D_REG_BANK, data->addr + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83627hf.c
397
outb_p(reg >> 8, data->addr + W83781D_DATA_REG_OFFSET);
drivers/hwmon/w83627hf.c
405
outb_p(W83781D_REG_BANK, data->addr + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83627hf.c
406
outb_p(0, data->addr + W83781D_DATA_REG_OFFSET);
drivers/hwmon/w83627hf.c
421
outb_p(reg & 0xff, data->addr + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83627hf.c
424
outb_p((reg & 0xff) + 1,
drivers/hwmon/w83627hf.c
445
outb_p(reg & 0xff, data->addr + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83627hf.c
447
outb_p(value >> 8,
drivers/hwmon/w83627hf.c
449
outb_p((reg & 0xff) + 1,
drivers/hwmon/w83627hf.c
452
outb_p(value & 0xff,
drivers/hwmon/w83781d.c
1668
outb_p(W83781D_REG_BANK,
drivers/hwmon/w83781d.c
1670
outb_p(reg >> 8,
drivers/hwmon/w83781d.c
1673
outb_p(reg & 0xff, data->isa_addr + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1676
outb_p((reg & 0xff) + 1,
drivers/hwmon/w83781d.c
1683
outb_p(W83781D_REG_BANK,
drivers/hwmon/w83781d.c
1685
outb_p(0, data->isa_addr + W83781D_DATA_REG_OFFSET);
drivers/hwmon/w83781d.c
1700
outb_p(W83781D_REG_BANK,
drivers/hwmon/w83781d.c
1702
outb_p(reg >> 8,
drivers/hwmon/w83781d.c
1705
outb_p(reg & 0xff, data->isa_addr + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1707
outb_p(value >> 8,
drivers/hwmon/w83781d.c
1709
outb_p((reg & 0xff) + 1,
drivers/hwmon/w83781d.c
1712
outb_p(value & 0xff, data->isa_addr + W83781D_DATA_REG_OFFSET);
drivers/hwmon/w83781d.c
1714
outb_p(W83781D_REG_BANK,
drivers/hwmon/w83781d.c
1716
outb_p(0, data->isa_addr + W83781D_DATA_REG_OFFSET);
drivers/hwmon/w83781d.c
1878
outb_p(val, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1880
outb_p(save, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1886
outb_p(W83781D_REG_CONFIG, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1892
outb_p(W83781D_REG_BANK, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1894
outb_p(W83781D_REG_CHIPMAN, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1901
outb_p(W83781D_REG_I2C_ADDR, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1915
outb_p(W83781D_REG_BANK, address + W83781D_ADDR_REG_OFFSET);
drivers/hwmon/w83781d.c
1917
outb_p(save & 0xf8, address + W83781D_DATA_REG_OFFSET);
drivers/hwmon/w83781d.c
1918
outb_p(W83781D_REG_WCHIPID, address + W83781D_ADDR_REG_OFFSET);
drivers/i2c/busses/i2c-ali1535.c
251
outb_p(ALI1535_T_OUT, SMBHSTTYP);
drivers/i2c/busses/i2c-ali1535.c
258
outb_p(0xFF, SMBHSTSTS);
drivers/i2c/busses/i2c-ali1535.c
273
outb_p(temp, SMBHSTSTS);
drivers/i2c/busses/i2c-ali1535.c
277
outb_p(0xFF, SMBHSTPORT);
drivers/i2c/busses/i2c-ali1535.c
325
outb_p(ALI1535_KILL, SMBHSTTYP);
drivers/i2c/busses/i2c-ali1535.c
326
outb_p(0xFF, SMBHSTSTS);
drivers/i2c/busses/i2c-ali1535.c
329
outb_p(ALI1535_T_OUT, SMBHSTTYP);
drivers/i2c/busses/i2c-ali1535.c
330
outb_p(0xFF, SMBHSTSTS);
drivers/i2c/busses/i2c-ali1535.c
358
outb_p(0xFF, SMBHSTSTS);
drivers/i2c/busses/i2c-ali1535.c
362
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali1535.c
365
outb_p(size, SMBHSTTYP); /* output command */
drivers/i2c/busses/i2c-ali1535.c
368
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali1535.c
371
outb_p(size, SMBHSTTYP); /* output command */
drivers/i2c/busses/i2c-ali1535.c
373
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali1535.c
376
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali1535.c
379
outb_p(size, SMBHSTTYP); /* output command */
drivers/i2c/busses/i2c-ali1535.c
380
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali1535.c
382
outb_p(data->byte, SMBHSTDAT0);
drivers/i2c/busses/i2c-ali1535.c
385
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali1535.c
388
outb_p(size, SMBHSTTYP); /* output command */
drivers/i2c/busses/i2c-ali1535.c
389
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali1535.c
391
outb_p(data->word & 0xff, SMBHSTDAT0);
drivers/i2c/busses/i2c-ali1535.c
392
outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
drivers/i2c/busses/i2c-ali1535.c
396
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali1535.c
399
outb_p(size, SMBHSTTYP); /* output command */
drivers/i2c/busses/i2c-ali1535.c
400
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali1535.c
411
outb_p(len, SMBHSTDAT0);
drivers/i2c/busses/i2c-ali1535.c
413
outb_p(inb_p(SMBHSTTYP) | ALI1535_BLOCK_CLR, SMBHSTTYP);
drivers/i2c/busses/i2c-ali1535.c
415
outb_p(data->block[i], SMBBLKDAT);
drivers/i2c/busses/i2c-ali1535.c
449
outb_p(inb_p(SMBHSTTYP) | ALI1535_BLOCK_CLR, SMBHSTTYP);
drivers/i2c/busses/i2c-ali1563.c
103
outb_p(HST_CNTL2_KILL, SMB_HST_CNTL2);
drivers/i2c/busses/i2c-ali1563.c
118
outb_p(HST_CNTL1_TIMEOUT, SMB_HST_CNTL1);
drivers/i2c/busses/i2c-ali1563.c
123
outb_p(0x0, SMB_HST_CNTL2);
drivers/i2c/busses/i2c-ali1563.c
144
outb_p(data | HST_STS_BAD, SMB_HST_STS);
drivers/i2c/busses/i2c-ali1563.c
151
outb_p(data | HST_STS_DONE, SMB_HST_STS);
drivers/i2c/busses/i2c-ali1563.c
154
outb_p(inb_p(SMB_HST_CNTL2) | HST_CNTL2_START, SMB_HST_CNTL2);
drivers/i2c/busses/i2c-ali1563.c
192
outb_p(HST_CNTL1_LAST, SMB_HST_CNTL1);
drivers/i2c/busses/i2c-ali1563.c
200
outb_p(len, SMB_HST_DAT0);
drivers/i2c/busses/i2c-ali1563.c
201
outb_p(data->block[1], SMB_BLK_DAT);
drivers/i2c/busses/i2c-ali1563.c
205
outb_p(inb_p(SMB_HST_CNTL2) | HST_CNTL2_BLOCK, SMB_HST_CNTL2);
drivers/i2c/busses/i2c-ali1563.c
209
outb_p(data->block[i + 1], SMB_BLK_DAT);
drivers/i2c/busses/i2c-ali1563.c
228
outb_p(HST_CNTL1_LAST, SMB_HST_CNTL1);
drivers/i2c/busses/i2c-ali1563.c
247
outb_p(0xff, SMB_HST_STS);
drivers/i2c/busses/i2c-ali1563.c
272
outb_p(((addr & 0x7f) << 1) | (rw & 0x01), SMB_HST_ADD);
drivers/i2c/busses/i2c-ali1563.c
273
outb_p((inb_p(SMB_HST_CNTL2) & ~HST_CNTL2_SIZEMASK) |
drivers/i2c/busses/i2c-ali1563.c
282
outb_p(cmd, SMB_HST_DAT0);
drivers/i2c/busses/i2c-ali1563.c
285
outb_p(cmd, SMB_HST_CMD);
drivers/i2c/busses/i2c-ali1563.c
287
outb_p(data->byte, SMB_HST_DAT0);
drivers/i2c/busses/i2c-ali1563.c
290
outb_p(cmd, SMB_HST_CMD);
drivers/i2c/busses/i2c-ali1563.c
292
outb_p(data->word & 0xff, SMB_HST_DAT0);
drivers/i2c/busses/i2c-ali1563.c
293
outb_p((data->word & 0xff00) >> 8, SMB_HST_DAT1);
drivers/i2c/busses/i2c-ali1563.c
297
outb_p(cmd, SMB_HST_CMD);
drivers/i2c/busses/i2c-ali1563.c
80
outb_p(data | HST_STS_BAD, SMB_HST_STS);
drivers/i2c/busses/i2c-ali1563.c
85
outb_p(inb_p(SMB_HST_CNTL2) | HST_CNTL2_START, SMB_HST_CNTL2);
drivers/i2c/busses/i2c-ali15x3.c
260
outb_p(ALI15X3_T_OUT, SMBHSTCNT);
drivers/i2c/busses/i2c-ali15x3.c
267
outb_p(0xFF, SMBHSTSTS);
drivers/i2c/busses/i2c-ali15x3.c
281
outb_p(temp, SMBHSTSTS);
drivers/i2c/busses/i2c-ali15x3.c
286
outb_p(0xFF, SMBHSTSTART);
drivers/i2c/busses/i2c-ali15x3.c
340
outb_p(0xFF, SMBHSTSTS);
drivers/i2c/busses/i2c-ali15x3.c
355
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali15x3.c
360
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali15x3.c
363
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali15x3.c
367
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali15x3.c
369
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali15x3.c
371
outb_p(data->byte, SMBHSTDAT0);
drivers/i2c/busses/i2c-ali15x3.c
375
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali15x3.c
377
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali15x3.c
379
outb_p(data->word & 0xff, SMBHSTDAT0);
drivers/i2c/busses/i2c-ali15x3.c
380
outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
drivers/i2c/busses/i2c-ali15x3.c
385
outb_p(((addr & 0x7f) << 1) | (read_write & 0x01),
drivers/i2c/busses/i2c-ali15x3.c
387
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-ali15x3.c
398
outb_p(len, SMBHSTDAT0);
drivers/i2c/busses/i2c-ali15x3.c
400
outb_p(inb_p(SMBHSTCNT) | ALI15X3_BLOCK_CLR, SMBHSTCNT);
drivers/i2c/busses/i2c-ali15x3.c
402
outb_p(data->block[i], SMBBLKDAT);
drivers/i2c/busses/i2c-ali15x3.c
411
outb_p(size, SMBHSTCNT); /* output command */
drivers/i2c/busses/i2c-ali15x3.c
437
outb_p(inb_p(SMBHSTCNT) | ALI15X3_BLOCK_CLR, SMBHSTCNT);
drivers/i2c/busses/i2c-amd-asf-plat.c
102
outb_p(reg, ASFDATABNKSEL);
drivers/i2c/busses/i2c-amd-asf-plat.c
106
outb_p(0, ASFSETDATARDPTR);
drivers/i2c/busses/i2c-amd-asf-plat.c
129
outb_p(reg, offset);
drivers/i2c/busses/i2c-amd-asf-plat.c
146
outb_p(0, SMBHSTSTS);
drivers/i2c/busses/i2c-amd-asf-plat.c
147
outb_p(0, ASFSLVSTA);
drivers/i2c/busses/i2c-amd-asf-plat.c
148
outb_p(0, ASFSTA);
drivers/i2c/busses/i2c-amd-asf-plat.c
169
outb_p((addr << 1), SMBHSTADD);
drivers/i2c/busses/i2c-amd-asf-plat.c
170
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-amd-asf-plat.c
175
outb_p(len, SMBHSTDAT0);
drivers/i2c/busses/i2c-amd-asf-plat.c
179
outb_p(data[i], SMBBLKDAT);
drivers/i2c/busses/i2c-amd-asf-plat.c
181
outb_p(PIIX4_BLOCK_DATA, SMBHSTCNT);
drivers/i2c/busses/i2c-amd-asf-plat.c
219
outb_p(0, ASFSLVSTA);
drivers/i2c/busses/i2c-amd-asf-plat.c
246
outb_p(reg, ASFLISADDR);
drivers/i2c/busses/i2c-amd-asf-plat.c
289
outb_p(target_int | BIT(6), ASFSTA);
drivers/i2c/busses/i2c-amd-asf-plat.c
74
outb_p(reg, ASFDATABNKSEL);
drivers/i2c/busses/i2c-amd-asf-plat.c
90
outb_p(reg, ASFDATABNKSEL);
drivers/i2c/busses/i2c-amd-asf-plat.c
99
outb_p(reg, ASFDATABNKSEL);
drivers/i2c/busses/i2c-amd756.c
198
outb_p(command, SMB_HOST_DATA);
drivers/i2c/busses/i2c-amd756.c
204
outb_p(command, SMB_HOST_COMMAND);
drivers/i2c/busses/i2c-amd756.c
212
outb_p(command, SMB_HOST_COMMAND);
drivers/i2c/busses/i2c-amd756.c
220
outb_p(command, SMB_HOST_COMMAND);
drivers/i2c/busses/i2c-amd756.c
230
outb_p(data->block[i],
drivers/i2c/busses/i2c-nforce2.c
128
outb_p(NVIDIA_SMB_CTRL_ABORT, NVIDIA_SMB_CTRL);
drivers/i2c/busses/i2c-nforce2.c
136
outb_p(NVIDIA_SMB_STATUS_ABRT_STS, NVIDIA_SMB_STATUS_ABRT);
drivers/i2c/busses/i2c-nforce2.c
185
outb_p(command, NVIDIA_SMB_CMD);
drivers/i2c/busses/i2c-nforce2.c
190
outb_p(command, NVIDIA_SMB_CMD);
drivers/i2c/busses/i2c-nforce2.c
192
outb_p(data->byte, NVIDIA_SMB_DATA);
drivers/i2c/busses/i2c-nforce2.c
197
outb_p(command, NVIDIA_SMB_CMD);
drivers/i2c/busses/i2c-nforce2.c
199
outb_p(data->word, NVIDIA_SMB_DATA);
drivers/i2c/busses/i2c-nforce2.c
200
outb_p(data->word >> 8, NVIDIA_SMB_DATA + 1);
drivers/i2c/busses/i2c-nforce2.c
206
outb_p(command, NVIDIA_SMB_CMD);
drivers/i2c/busses/i2c-nforce2.c
215
outb_p(len, NVIDIA_SMB_BCNT);
drivers/i2c/busses/i2c-nforce2.c
217
outb_p(data->block[i + 1],
drivers/i2c/busses/i2c-nforce2.c
228
outb_p((addr & 0x7f) << 1, NVIDIA_SMB_ADDR);
drivers/i2c/busses/i2c-nforce2.c
229
outb_p(protocol, NVIDIA_SMB_PRTCL);
drivers/i2c/busses/i2c-piix4.c
344
outb_p(smb_en, SB800_PIIX4_SMB_IDX);
drivers/i2c/busses/i2c-piix4.c
346
outb_p(smb_en + 1, SB800_PIIX4_SMB_IDX);
drivers/i2c/busses/i2c-piix4.c
464
outb_p(SB800_PIIX4_PORT_IDX_SEL, SB800_PIIX4_SMB_IDX);
drivers/i2c/busses/i2c-piix4.c
536
outb_p(temp, SMBHSTSTS);
drivers/i2c/busses/i2c-piix4.c
546
outb_p(inb(SMBHSTCNT) | 0x040, SMBHSTCNT);
drivers/i2c/busses/i2c-piix4.c
582
outb_p(inb(SMBHSTSTS), SMBHSTSTS);
drivers/i2c/busses/i2c-piix4.c
608
outb_p((addr << 1) | read_write,
drivers/i2c/busses/i2c-piix4.c
613
outb_p((addr << 1) | read_write,
drivers/i2c/busses/i2c-piix4.c
616
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-piix4.c
620
outb_p((addr << 1) | read_write,
drivers/i2c/busses/i2c-piix4.c
622
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-piix4.c
624
outb_p(data->byte, SMBHSTDAT0);
drivers/i2c/busses/i2c-piix4.c
628
outb_p((addr << 1) | read_write,
drivers/i2c/busses/i2c-piix4.c
630
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-piix4.c
632
outb_p(data->word & 0xff, SMBHSTDAT0);
drivers/i2c/busses/i2c-piix4.c
633
outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
drivers/i2c/busses/i2c-piix4.c
638
outb_p((addr << 1) | read_write,
drivers/i2c/busses/i2c-piix4.c
640
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-piix4.c
645
outb_p(len, SMBHSTDAT0);
drivers/i2c/busses/i2c-piix4.c
648
outb_p(data->block[i], SMBBLKDAT);
drivers/i2c/busses/i2c-piix4.c
657
outb_p((size & 0x1C) + (ENABLE_INT9 & 1), SMBHSTCNT);
drivers/i2c/busses/i2c-piix4.c
689
outb_p(idx, KERNCZ_IMC_IDX);
drivers/i2c/busses/i2c-piix4.c
695
outb_p(idx, KERNCZ_IMC_IDX);
drivers/i2c/busses/i2c-piix4.c
696
outb_p(value, KERNCZ_IMC_DATA);
drivers/i2c/busses/i2c-piix4.c
761
outb_p(piix4_port_sel_sb800, SB800_PIIX4_SMB_IDX);
drivers/i2c/busses/i2c-piix4.c
766
outb_p(val, SB800_PIIX4_SMB_IDX + 1);
drivers/i2c/busses/i2c-piix4.c
798
outb_p(smbslvcnt | 0x10, SMBSLVCNT);
drivers/i2c/busses/i2c-piix4.c
856
outb_p(smbslvcnt | 0x20, SMBSLVCNT);
drivers/i2c/busses/i2c-viapro.c
141
outb_p(temp, SMBHSTSTS);
drivers/i2c/busses/i2c-viapro.c
150
outb_p(0x40 | size, SMBHSTCNT);
drivers/i2c/busses/i2c-viapro.c
182
outb_p(temp, SMBHSTSTS);
drivers/i2c/busses/i2c-viapro.c
203
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-viapro.c
207
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-viapro.c
209
outb_p(data->byte, SMBHSTDAT0);
drivers/i2c/busses/i2c-viapro.c
213
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-viapro.c
215
outb_p(data->word & 0xff, SMBHSTDAT0);
drivers/i2c/busses/i2c-viapro.c
216
outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
drivers/i2c/busses/i2c-viapro.c
221
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-viapro.c
222
outb_p(data->word & 0xff, SMBHSTDAT0);
drivers/i2c/busses/i2c-viapro.c
223
outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
drivers/i2c/busses/i2c-viapro.c
230
outb_p(data->block[0], SMBHSTDAT0);
drivers/i2c/busses/i2c-viapro.c
233
outb_p(command, SMBHSTCMD);
drivers/i2c/busses/i2c-viapro.c
238
outb_p(len, SMBHSTDAT0);
drivers/i2c/busses/i2c-viapro.c
241
outb_p(data->block[i], SMBBLKDAT);
drivers/i2c/busses/i2c-viapro.c
250
outb_p(((addr & 0x7f) << 1) | read_write, SMBHSTADD);
drivers/input/gameport/gameport.c
62
outb_p(0x00, 0x43);
drivers/input/misc/pcspkr.c
50
outb_p(0xB6, 0x43);
drivers/input/misc/pcspkr.c
52
outb_p(count & 0xff, 0x42);
drivers/input/misc/pcspkr.c
55
outb_p(inb_p(0x61) | 3, 0x61);
drivers/input/serio/ct82c710.c
104
outb_p(status, CT82C710_STATUS);
drivers/input/serio/ct82c710.c
107
outb_p(status, CT82C710_STATUS);
drivers/input/serio/ct82c710.c
110
outb_p(status, CT82C710_STATUS); /* Enable interrupts */
drivers/input/serio/ct82c710.c
115
outb_p(status, CT82C710_STATUS);
drivers/input/serio/ct82c710.c
130
outb_p(c, CT82C710_DATA);
drivers/input/serio/ct82c710.c
140
outb_p(0x55, 0x2fa); /* Any value except 9, ff or 36 */
drivers/input/serio/ct82c710.c
141
outb_p(0xaa, 0x3fa); /* Inverse of 55 */
drivers/input/serio/ct82c710.c
142
outb_p(0x36, 0x3fa); /* Address the chip */
drivers/input/serio/ct82c710.c
143
outb_p(0xe4, 0x3fa); /* 390/4; 390 = config address */
drivers/input/serio/ct82c710.c
144
outb_p(0x1b, 0x2fa); /* Inverse of e4 */
drivers/input/serio/ct82c710.c
145
outb_p(0x0f, 0x390); /* Write index */
drivers/input/serio/ct82c710.c
149
outb_p(0x0d, 0x390); /* Write index */
drivers/input/serio/ct82c710.c
153
outb_p(0x0f, 0x390);
drivers/input/serio/ct82c710.c
154
outb_p(0x0f, 0x391); /* Close config mode */
drivers/input/serio/ct82c710.c
84
outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS);
drivers/input/touchscreen/htcpen.c
191
outb_p(DEVICE_DISABLE, HTCPEN_PORT_INIT);
drivers/input/touchscreen/htcpen.c
198
outb_p(DEVICE_ENABLE, HTCPEN_PORT_INIT);
drivers/input/touchscreen/htcpen.c
53
outb_p(TOUCH_INDEX, HTCPEN_PORT_INDEX);
drivers/input/touchscreen/htcpen.c
58
outb_p(X_INDEX, HTCPEN_PORT_INDEX);
drivers/input/touchscreen/htcpen.c
61
outb_p(Y_INDEX, HTCPEN_PORT_INDEX);
drivers/input/touchscreen/htcpen.c
64
outb_p(LSB_XY_INDEX, HTCPEN_PORT_INDEX);
drivers/input/touchscreen/htcpen.c
91
outb_p(DEVICE_ENABLE, HTCPEN_PORT_INIT);
drivers/input/touchscreen/htcpen.c
98
outb_p(DEVICE_DISABLE, HTCPEN_PORT_INIT);
drivers/irqchip/irq-i8259.c
246
outb_p(0x11, PIC_MASTER_CMD); /* ICW1: select 8259A-1 init */
drivers/irqchip/irq-i8259.c
247
outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00 */
drivers/irqchip/irq-i8259.c
248
outb_p(1U << PIC_CASCADE_IR, PIC_MASTER_IMR); /* 8259A-1 (the master) has a slave on IR2 */
drivers/irqchip/irq-i8259.c
250
outb_p(MASTER_ICW4_DEFAULT | PIC_ICW4_AEOI, PIC_MASTER_IMR);
drivers/irqchip/irq-i8259.c
252
outb_p(MASTER_ICW4_DEFAULT, PIC_MASTER_IMR);
drivers/irqchip/irq-i8259.c
254
outb_p(0x11, PIC_SLAVE_CMD); /* ICW1: select 8259A-2 init */
drivers/irqchip/irq-i8259.c
255
outb_p(I8259A_IRQ_BASE + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0 mapped to I8259A_IRQ_BASE + 0x08 */
drivers/irqchip/irq-i8259.c
256
outb_p(PIC_CASCADE_IR, PIC_SLAVE_IMR); /* 8259A-2 is a slave on master's IR2 */
drivers/irqchip/irq-i8259.c
257
outb_p(SLAVE_ICW4_DEFAULT, PIC_SLAVE_IMR); /* (slave's support for AEOI in flat mode is to be investigated) */
drivers/media/radio/radio-aimslab.c
102
outb_p(bits, rt->isa.io);
drivers/media/radio/radio-aztech.c
80
outb_p(bits, az->isa.io);
drivers/media/radio/radio-gemtek.c
157
outb_p(mute | GEMTEK_CE | GEMTEK_DA | GEMTEK_CK, isa->io);
drivers/media/radio/radio-gemtek.c
162
outb_p(mute | GEMTEK_CE | bit, isa->io);
drivers/media/radio/radio-gemtek.c
164
outb_p(mute | GEMTEK_CE | bit | GEMTEK_CK, isa->io);
drivers/media/radio/radio-gemtek.c
168
outb_p(mute | GEMTEK_DA | GEMTEK_CK, isa->io);
drivers/media/radio/radio-gemtek.c
240
outb_p((i >> 5) | (mute ? GEMTEK_MT : 0), isa->io);
drivers/media/radio/radio-gemtek.c
263
outb_p(1 << i, io);
drivers/media/radio/radio-gemtek.c
269
outb_p(q >> 5, io); /* Write bus contents back. */
drivers/media/radio/radio-rtrack2.c
55
outb_p(1, isa->io);
drivers/media/radio/radio-rtrack2.c
56
outb_p(3, isa->io);
drivers/media/radio/radio-rtrack2.c
57
outb_p(1, isa->io);
drivers/media/radio/radio-rtrack2.c
62
outb_p(5, isa->io);
drivers/media/radio/radio-rtrack2.c
63
outb_p(7, isa->io);
drivers/media/radio/radio-rtrack2.c
64
outb_p(5, isa->io);
drivers/media/radio/radio-rtrack2.c
73
outb_p(0xc8, isa->io);
drivers/media/radio/radio-rtrack2.c
74
outb_p(0xc9, isa->io);
drivers/media/radio/radio-rtrack2.c
75
outb_p(0xc9, isa->io);
drivers/media/radio/radio-rtrack2.c
86
outb_p(0xc8, isa->io);
drivers/media/radio/radio-rtrack2.c
87
outb_p(v4l2_ctrl_g_ctrl(isa->mute), isa->io);
drivers/media/radio/radio-sf16fmi.c
87
outb_p(bits, fmi->io);
drivers/media/radio/radio-typhoon.c
105
outb_p((outval >> 8) & 0x01, isa->io + 4);
drivers/media/radio/radio-typhoon.c
106
outb_p(outval >> 9, isa->io + 6);
drivers/media/radio/radio-typhoon.c
107
outb_p(outval & 0xff, isa->io + 8);
drivers/media/radio/radio-typhoon.c
119
outb_p(vol / 2, isa->io); /* Set the volume, high bit. */
drivers/media/radio/radio-typhoon.c
120
outb_p(vol % 2, isa->io + 2); /* Set the volume, low bit. */
drivers/net/ethernet/8390/8390p.c
10
#define ei_outb_p(_v, _p) outb_p(_v, _p)
drivers/net/ethernet/8390/axnet_cs.c
1021
outb_p(ENISR_ALL, e8390_base + EN0_IMR);
drivers/net/ethernet/8390/axnet_cs.c
1066
outb_p(ENISR_ALL, e8390_base + EN0_IMR);
drivers/net/ethernet/8390/axnet_cs.c
1126
outb_p(0x00, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1136
outb_p(interrupts, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1143
outb_p(interrupts, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1147
outb_p(0, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1148
outb_p(interrupts, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1181
outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */
drivers/net/ethernet/8390/axnet_cs.c
1185
outb_p(0xff, e8390_base + EN0_ISR); /* Ack. all intrs. */
drivers/net/ethernet/8390/axnet_cs.c
1191
outb_p(ENISR_ALL, e8390_base + EN0_IMR);
drivers/net/ethernet/8390/axnet_cs.c
1437
outb_p(next_frame-1, e8390_base+EN0_BOUNDARY);
drivers/net/ethernet/8390/axnet_cs.c
1466
outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, e8390_base+E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1481
outb_p(0x00, e8390_base+EN0_RCNTLO);
drivers/net/ethernet/8390/axnet_cs.c
1482
outb_p(0x00, e8390_base+EN0_RCNTHI);
drivers/net/ethernet/8390/axnet_cs.c
1500
outb_p(E8390_TXOFF, e8390_base + EN0_TXCR);
drivers/net/ethernet/8390/axnet_cs.c
1501
outb_p(E8390_NODMA + E8390_PAGE0 + E8390_START, e8390_base + E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1511
outb_p(E8390_TXCONFIG | info->duplex_flag, e8390_base + EN0_TXCR);
drivers/net/ethernet/8390/axnet_cs.c
1513
outb_p(E8390_NODMA + E8390_PAGE0 + E8390_START + E8390_TRANS, e8390_base + E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1583
outb_p(E8390_NODMA + E8390_PAGE1, e8390_base + E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1586
outb_p(ei_local->mcfilter[i], e8390_base + EN1_MULT_SHIFT(i));
drivers/net/ethernet/8390/axnet_cs.c
1588
outb_p(E8390_NODMA + E8390_PAGE0, e8390_base + E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1591
outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR);
drivers/net/ethernet/8390/axnet_cs.c
1593
outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR);
drivers/net/ethernet/8390/axnet_cs.c
1595
outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR);
drivers/net/ethernet/8390/axnet_cs.c
1597
outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, e8390_base+E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1637
outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, e8390_base+E8390_CMD); /* 0x21 */
drivers/net/ethernet/8390/axnet_cs.c
1638
outb_p(endcfg, e8390_base + EN0_DCFG); /* 0x48 or 0x49 */
drivers/net/ethernet/8390/axnet_cs.c
1640
outb_p(0x00, e8390_base + EN0_RCNTLO);
drivers/net/ethernet/8390/axnet_cs.c
1641
outb_p(0x00, e8390_base + EN0_RCNTHI);
drivers/net/ethernet/8390/axnet_cs.c
1643
outb_p(E8390_RXOFF|0x40, e8390_base + EN0_RXCR); /* 0x60 */
drivers/net/ethernet/8390/axnet_cs.c
1644
outb_p(E8390_TXOFF, e8390_base + EN0_TXCR); /* 0x02 */
drivers/net/ethernet/8390/axnet_cs.c
1646
outb_p(ei_local->tx_start_page, e8390_base + EN0_TPSR);
drivers/net/ethernet/8390/axnet_cs.c
1648
outb_p(ei_local->rx_start_page, e8390_base + EN0_STARTPG);
drivers/net/ethernet/8390/axnet_cs.c
1649
outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/
drivers/net/ethernet/8390/axnet_cs.c
1651
outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG);
drivers/net/ethernet/8390/axnet_cs.c
1653
outb_p(0xFF, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1654
outb_p(0x00, e8390_base + EN0_IMR);
drivers/net/ethernet/8390/axnet_cs.c
1658
outb_p(E8390_NODMA + E8390_PAGE1 + E8390_STOP, e8390_base+E8390_CMD); /* 0x61 */
drivers/net/ethernet/8390/axnet_cs.c
1661
outb_p(dev->dev_addr[i], e8390_base + EN1_PHYS_SHIFT(i));
drivers/net/ethernet/8390/axnet_cs.c
1666
outb_p(ei_local->rx_start_page, e8390_base + EN1_CURPAG);
drivers/net/ethernet/8390/axnet_cs.c
1667
outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, e8390_base+E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1678
outb_p(0xff, e8390_base + EN0_ISR);
drivers/net/ethernet/8390/axnet_cs.c
1679
outb_p(ENISR_ALL, e8390_base + EN0_IMR);
drivers/net/ethernet/8390/axnet_cs.c
1680
outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, e8390_base+E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
1681
outb_p(E8390_TXCONFIG | info->duplex_flag,
drivers/net/ethernet/8390/axnet_cs.c
1684
outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */
drivers/net/ethernet/8390/axnet_cs.c
1703
outb_p(length & 0xff, e8390_base + EN0_TCNTLO);
drivers/net/ethernet/8390/axnet_cs.c
1704
outb_p(length >> 8, e8390_base + EN0_TCNTHI);
drivers/net/ethernet/8390/axnet_cs.c
1705
outb_p(start_page, e8390_base + EN0_TPSR);
drivers/net/ethernet/8390/axnet_cs.c
1706
outb_p(E8390_NODMA+E8390_TRANS+E8390_START, e8390_base+E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
220
outb_p(program_seq[i].value, ioaddr + program_seq[i].offset);
drivers/net/ethernet/8390/axnet_cs.c
424
outb_p(MDIO_DATA_WRITE1, addr);
drivers/net/ethernet/8390/axnet_cs.c
425
outb_p(MDIO_DATA_WRITE1 | MDIO_SHIFT_CLK, addr);
drivers/net/ethernet/8390/axnet_cs.c
437
outb_p(dat, addr);
drivers/net/ethernet/8390/axnet_cs.c
438
outb_p(dat | MDIO_SHIFT_CLK, addr);
drivers/net/ethernet/8390/axnet_cs.c
441
outb_p(MDIO_ENB_IN, addr);
drivers/net/ethernet/8390/axnet_cs.c
443
outb_p(MDIO_ENB_IN | MDIO_SHIFT_CLK, addr);
drivers/net/ethernet/8390/axnet_cs.c
456
outb_p(dat, addr);
drivers/net/ethernet/8390/axnet_cs.c
457
outb_p(dat | MDIO_SHIFT_CLK, addr);
drivers/net/ethernet/8390/axnet_cs.c
460
outb_p(MDIO_ENB_IN, addr);
drivers/net/ethernet/8390/axnet_cs.c
461
outb_p(MDIO_ENB_IN | MDIO_SHIFT_CLK, addr);
drivers/net/ethernet/8390/axnet_cs.c
479
outb_p(0xFF, nic_base + EN0_ISR); /* Clear bogus intr. */
drivers/net/ethernet/8390/axnet_cs.c
526
outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, nic_base + E8390_CMD);
drivers/net/ethernet/8390/axnet_cs.c
535
outb_p(ENISR_RESET, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/axnet_cs.c
635
outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */
drivers/net/ethernet/8390/axnet_cs.c
636
outb_p(ring_page, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/axnet_cs.c
637
outb_p(E8390_RREAD+E8390_START, nic_base + AXNET_CMD);
drivers/net/ethernet/8390/axnet_cs.c
657
outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/axnet_cs.c
658
outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/axnet_cs.c
659
outb_p(E8390_RREAD+E8390_START, nic_base + AXNET_CMD);
drivers/net/ethernet/8390/axnet_cs.c
682
outb_p(0x00, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/axnet_cs.c
683
outb_p(start_page, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/axnet_cs.c
684
outb_p(E8390_RWRITE+E8390_START, nic_base + AXNET_CMD);
drivers/net/ethernet/8390/axnet_cs.c
973
outb_p(0x00, e8390_base + EN0_IMR);
drivers/net/ethernet/8390/ne.c
314
outb_p(E8390_NODMA+E8390_PAGE1+E8390_STOP, ioaddr + E8390_CMD);
drivers/net/ethernet/8390/ne.c
316
outb_p(0xff, ioaddr + 0x0d);
drivers/net/ethernet/8390/ne.c
317
outb_p(E8390_NODMA+E8390_PAGE0, ioaddr + E8390_CMD);
drivers/net/ethernet/8390/ne.c
320
outb_p(reg0, ioaddr);
drivers/net/ethernet/8390/ne.c
321
outb_p(regd, ioaddr + 0x0d); /* Restore the old values. */
drivers/net/ethernet/8390/ne.c
360
outb_p(0xff, ioaddr + EN0_ISR); /* Ack all intr. */
drivers/net/ethernet/8390/ne.c
386
outb_p(program_seq[i].value, ioaddr + program_seq[i].offset);
drivers/net/ethernet/8390/ne.c
401
outb_p(DCR_VAL, ioaddr + EN0_DCFG);
drivers/net/ethernet/8390/ne.c
472
outb_p(0x50, ioaddr + EN0_IMR); /* Enable one interrupt. */
drivers/net/ethernet/8390/ne.c
473
outb_p(0x00, ioaddr + EN0_RCNTLO);
drivers/net/ethernet/8390/ne.c
474
outb_p(0x00, ioaddr + EN0_RCNTHI);
drivers/net/ethernet/8390/ne.c
475
outb_p(E8390_RREAD+E8390_START, ioaddr); /* Trigger it... */
drivers/net/ethernet/8390/ne.c
477
outb_p(0x00, ioaddr + EN0_IMR); /* Mask it again. */
drivers/net/ethernet/8390/ne.c
565
outb_p(ENISR_RESET, NE_BASE + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/ne.c
587
outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD);
drivers/net/ethernet/8390/ne.c
588
outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/ne.c
589
outb_p(0, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/ne.c
590
outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */
drivers/net/ethernet/8390/ne.c
591
outb_p(ring_page, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/ne.c
592
outb_p(E8390_RREAD+E8390_START, nic_base + NE_CMD);
drivers/net/ethernet/8390/ne.c
599
outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/ne.c
628
outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD);
drivers/net/ethernet/8390/ne.c
629
outb_p(count & 0xff, nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/ne.c
630
outb_p(count >> 8, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/ne.c
631
outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/ne.c
632
outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/ne.c
633
outb_p(E8390_RREAD+E8390_START, nic_base + NE_CMD);
drivers/net/ethernet/8390/ne.c
673
outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/ne.c
704
outb_p(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base + NE_CMD);
drivers/net/ethernet/8390/ne.c
716
outb_p(0x42, nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/ne.c
717
outb_p(0x00, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/ne.c
718
outb_p(0x42, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/ne.c
719
outb_p(0x00, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/ne.c
720
outb_p(E8390_RREAD+E8390_START, nic_base + NE_CMD);
drivers/net/ethernet/8390/ne.c
725
outb_p(ENISR_RDC, nic_base + EN0_ISR);
drivers/net/ethernet/8390/ne.c
728
outb_p(count & 0xff, nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/ne.c
729
outb_p(count >> 8, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/ne.c
730
outb_p(0x00, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/ne.c
731
outb_p(start_page, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/ne.c
733
outb_p(E8390_RWRITE+E8390_START, nic_base + NE_CMD);
drivers/net/ethernet/8390/ne.c
777
outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/pcnet_cs.c
1147
outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base + PCNET_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
1148
outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/pcnet_cs.c
1149
outb_p(0, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/pcnet_cs.c
1150
outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */
drivers/net/ethernet/8390/pcnet_cs.c
1151
outb_p(ring_page, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/pcnet_cs.c
1152
outb_p(E8390_RREAD+E8390_START, nic_base + PCNET_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
1159
outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/pcnet_cs.c
1182
outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base + PCNET_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
1183
outb_p(count & 0xff, nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/pcnet_cs.c
1184
outb_p(count >> 8, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/pcnet_cs.c
1185
outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/pcnet_cs.c
1186
outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/pcnet_cs.c
1187
outb_p(E8390_RREAD+E8390_START, nic_base + PCNET_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
1216
outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/pcnet_cs.c
1250
outb_p(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base+PCNET_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
1256
outb_p(ENISR_RDC, nic_base + EN0_ISR);
drivers/net/ethernet/8390/pcnet_cs.c
1259
outb_p(count & 0xff, nic_base + EN0_RCNTLO);
drivers/net/ethernet/8390/pcnet_cs.c
1260
outb_p(count >> 8, nic_base + EN0_RCNTHI);
drivers/net/ethernet/8390/pcnet_cs.c
1261
outb_p(0x00, nic_base + EN0_RSARLO);
drivers/net/ethernet/8390/pcnet_cs.c
1262
outb_p(start_page, nic_base + EN0_RSARHI);
drivers/net/ethernet/8390/pcnet_cs.c
1264
outb_p(E8390_RWRITE+E8390_START, nic_base + PCNET_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
1300
outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/pcnet_cs.c
355
outb_p(program_seq[i].value, ioaddr + program_seq[i].offset);
drivers/net/ethernet/8390/pcnet_cs.c
415
outb_p(0x01, ioaddr + EN0_DCFG); /* Set word-wide access. */
drivers/net/ethernet/8390/pcnet_cs.c
416
outb_p(0x00, ioaddr + EN0_RSARLO); /* DMA starting at 0x0400. */
drivers/net/ethernet/8390/pcnet_cs.c
417
outb_p(0x04, ioaddr + EN0_RSARHI);
drivers/net/ethernet/8390/pcnet_cs.c
418
outb_p(E8390_RREAD+E8390_START, ioaddr + E8390_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
780
outb_p(EE_EEP|EE_CS|dataval, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
781
outb_p(EE_EEP|EE_CS|dataval|EE_CK, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
786
outb_p(EE_EEP|EE_CS | EE_CK, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
788
outb_p(EE_EEP|EE_CS, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
819
outb_p(EE_ASIC|EE_CS|EE_DI|dataval, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
820
outb_p(EE_ASIC|EE_CS|EE_DI|dataval|EE_CK, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
821
outb_p(EE_ASIC|EE_CS|EE_DI|dataval, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
830
outb_p(EE_ASIC|EE_CS|dataval, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
831
outb_p(EE_ASIC|EE_CS|dataval|EE_CK, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
832
outb_p(EE_ASIC|EE_CS|dataval, ee_addr);
drivers/net/ethernet/8390/pcnet_cs.c
859
outb_p(tmp, nic_base + PCNET_MISC);
drivers/net/ethernet/8390/pcnet_cs.c
921
outb_p(0xFF, nic_base + EN0_ISR); /* Clear bogus intr. */
drivers/net/ethernet/8390/pcnet_cs.c
969
outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, nic_base + E8390_CMD);
drivers/net/ethernet/8390/pcnet_cs.c
978
outb_p(ENISR_RESET, nic_base + EN0_ISR); /* Ack intr. */
drivers/net/ethernet/8390/smc-ultra.c
412
outb_p(E8390_NODMA+E8390_PAGE0, dev->base_addr);
drivers/net/ethernet/8390/wd.c
290
outb_p(E8390_NODMA + E8390_STOP, nic_addr);
drivers/net/ethernet/8390/wd.c
294
outb_p(0xff, nic_addr + EN0_IMR); /* Enable all interrupts. */
drivers/net/ethernet/8390/wd.c
295
outb_p(0x00, nic_addr + EN0_RCNTLO);
drivers/net/ethernet/8390/wd.c
296
outb_p(0x00, nic_addr + EN0_RCNTHI);
drivers/net/ethernet/8390/wd.c
301
outb_p(0x00, nic_addr+EN0_IMR); /* Mask all intrs. again. */
drivers/net/ethernet/ti/tlan.h
501
#define tlan_clear_bit(bit, port) outb_p(inb_p(port) & ~bit, port)
drivers/net/ethernet/ti/tlan.h
503
#define tlan_set_bit(bit, port) outb_p(inb_p(port) | bit, port)
drivers/scsi/imm.h
133
#define w_ctr(x,y) outb_p(y, (x)+2)
drivers/scsi/megaraid.h
933
outb_p(ISSUE_BYTE, (adapter)->base + CMD_PORT)
drivers/scsi/megaraid.h
938
outb_p((value), (adapter)->base + INTR_PORT)
drivers/scsi/megaraid.h
941
outb_p(ACK_BYTE, (adapter)->base + ACK_PORT)
drivers/scsi/megaraid.h
944
outb_p(ENABLE_INTR_BYTE, (adapter)->base + TOGGLE_PORT)
drivers/scsi/megaraid.h
947
outb_p(DISABLE_INTR_BYTE, (adapter)->base + TOGGLE_PORT)
drivers/scsi/ppa.h
140
#define w_ctr(x,y) outb_p(y, (x)+2)
drivers/staging/sm750fb/ddk750_chip.c
234
outb_p(0x88, 0x3d4);
drivers/staging/sm750fb/ddk750_chip.c
235
outb_p(0x06, 0x3d5);
drivers/staging/sm750fb/ddk750_mode.c
216
outb_p(0x88, 0x3d4);
drivers/staging/sm750fb/ddk750_mode.c
217
outb_p(0x06, 0x3d5);
drivers/tty/serial/8250/8250_port.c
1227
outb_p(0x80, ICP);
drivers/tty/serial/8250/8250_port.c
1262
outb_p(save_ICP, ICP);
drivers/tty/serial/8250/8250_port.c
2342
outb_p(0x80, icp);
drivers/tty/serial/sunsu.c
684
outb_p(0x80, icp);
drivers/usb/host/pci-quirks.c
365
outb_p(AB_REG_BAR_LOW, 0xcd6);
drivers/usb/host/pci-quirks.c
367
outb_p(AB_REG_BAR_HIGH, 0xcd6);
drivers/video/console/mdacon.c
114
outb_p(reg, mda_index_port);
drivers/video/console/mdacon.c
115
outb_p(val, mda_value_port);
drivers/video/console/mdacon.c
126
outb_p(reg, mda_index_port); outb_p(val >> 8, mda_value_port);
drivers/video/console/mdacon.c
127
outb_p(reg+1, mda_index_port); outb_p(val & 0xff, mda_value_port);
drivers/video/console/mdacon.c
139
outb_p(reg, mda_index_port);
drivers/video/console/mdacon.c
315
outb_p(MDA_MODE_VIDEO_EN | MDA_MODE_BLINK_EN, mda_mode_port);
drivers/video/console/mdacon.c
316
outb_p(0x00, mda_status_port);
drivers/video/console/mdacon.c
317
outb_p(0x00, mda_gfx_port);
drivers/video/console/mdacon.c
466
outb_p(0x00, mda_mode_port); /* disable video */
drivers/video/console/mdacon.c
468
outb_p(MDA_MODE_VIDEO_EN | MDA_MODE_BLINK_EN,
drivers/video/console/vgacon.c
1004
outb_p(0x07, vga_video_port_reg); /* CRTC overflow register */
drivers/video/console/vgacon.c
1006
outb_p(0x09, vga_video_port_reg); /* Font size register */
drivers/video/console/vgacon.c
1016
outb_p(0x07, vga_video_port_reg); /* CRTC overflow register */
drivers/video/console/vgacon.c
1017
outb_p(ovr, vga_video_port_val);
drivers/video/console/vgacon.c
1018
outb_p(0x09, vga_video_port_reg); /* Font size */
drivers/video/console/vgacon.c
1019
outb_p(fsr, vga_video_port_val);
drivers/video/console/vgacon.c
1020
outb_p(0x12, vga_video_port_reg); /* Vertical display limit */
drivers/video/console/vgacon.c
1021
outb_p(vde, vga_video_port_val);
drivers/video/console/vgacon.c
295
outb_p(i, VGA_ATT_W);
drivers/video/console/vgacon.c
296
outb_p(i, VGA_ATT_W);
drivers/video/console/vgacon.c
298
outb_p(0x20, VGA_ATT_W);
drivers/video/console/vgacon.c
305
outb_p(color_table[i], VGA_PEL_IW);
drivers/video/console/vgacon.c
306
outb_p(default_red[i], VGA_PEL_D);
drivers/video/console/vgacon.c
307
outb_p(default_grn[i], VGA_PEL_D);
drivers/video/console/vgacon.c
308
outb_p(default_blu[i], VGA_PEL_D);
drivers/video/console/vgacon.c
487
outb_p(VGA_CRTC_CURSOR_START, vga_video_port_reg);
drivers/video/console/vgacon.c
489
outb_p(VGA_CRTC_CURSOR_END, vga_video_port_reg);
drivers/video/console/vgacon.c
499
outb_p(VGA_CRTC_CURSOR_START, vga_video_port_reg);
drivers/video/console/vgacon.c
500
outb_p(curs, vga_video_port_val);
drivers/video/console/vgacon.c
501
outb_p(VGA_CRTC_CURSOR_END, vga_video_port_reg);
drivers/video/console/vgacon.c
502
outb_p(cure, vga_video_port_val);
drivers/video/console/vgacon.c
568
outb_p(VGA_CRTC_MAX_SCAN, vga_video_port_reg);
drivers/video/console/vgacon.c
574
outb_p(VGA_CRTC_MODE, vga_video_port_reg);
drivers/video/console/vgacon.c
583
outb_p(VGA_CRTC_OVERFLOW, vga_video_port_reg);
drivers/video/console/vgacon.c
592
outb_p(VGA_CRTC_V_SYNC_END, vga_video_port_reg);
drivers/video/console/vgacon.c
594
outb_p(VGA_CRTC_V_SYNC_END, vga_video_port_reg);
drivers/video/console/vgacon.c
595
outb_p(vsync_end & ~0x80, vga_video_port_val);
drivers/video/console/vgacon.c
598
outb_p(VGA_CRTC_H_DISP, vga_video_port_reg);
drivers/video/console/vgacon.c
599
outb_p(width - 1, vga_video_port_val);
drivers/video/console/vgacon.c
600
outb_p(VGA_CRTC_OFFSET, vga_video_port_reg);
drivers/video/console/vgacon.c
601
outb_p(width >> 1, vga_video_port_val);
drivers/video/console/vgacon.c
604
outb_p(VGA_CRTC_V_DISP_END, vga_video_port_reg);
drivers/video/console/vgacon.c
605
outb_p(scanlines_lo, vga_video_port_val);
drivers/video/console/vgacon.c
606
outb_p(VGA_CRTC_OVERFLOW, vga_video_port_reg);
drivers/video/console/vgacon.c
607
outb_p(r7,vga_video_port_val);
drivers/video/console/vgacon.c
610
outb_p(VGA_CRTC_V_SYNC_END, vga_video_port_reg);
drivers/video/console/vgacon.c
611
outb_p(vsync_end, vga_video_port_val);
drivers/video/console/vgacon.c
696
outb_p(0x00, vga_video_port_reg); /* HorizontalTotal */
drivers/video/console/vgacon.c
698
outb_p(0x01, vga_video_port_reg); /* HorizDisplayEnd */
drivers/video/console/vgacon.c
700
outb_p(0x04, vga_video_port_reg); /* StartHorizRetrace */
drivers/video/console/vgacon.c
702
outb_p(0x05, vga_video_port_reg); /* EndHorizRetrace */
drivers/video/console/vgacon.c
704
outb_p(0x07, vga_video_port_reg); /* Overflow */
drivers/video/console/vgacon.c
706
outb_p(0x10, vga_video_port_reg); /* StartVertRetrace */
drivers/video/console/vgacon.c
708
outb_p(0x11, vga_video_port_reg); /* EndVertRetrace */
drivers/video/console/vgacon.c
710
outb_p(0x17, vga_video_port_reg); /* ModeControl */
drivers/video/console/vgacon.c
730
outb_p(0x10, vga_video_port_reg); /* StartVertRetrace */
drivers/video/console/vgacon.c
731
outb_p(0xff, vga_video_port_val); /* maximum value */
drivers/video/console/vgacon.c
732
outb_p(0x11, vga_video_port_reg); /* EndVertRetrace */
drivers/video/console/vgacon.c
733
outb_p(0x40, vga_video_port_val); /* minimum (bits 0..3) */
drivers/video/console/vgacon.c
734
outb_p(0x07, vga_video_port_reg); /* Overflow */
drivers/video/console/vgacon.c
735
outb_p(vga_state.Overflow | 0x84, vga_video_port_val); /* bits 9,10 of vert. retrace */
drivers/video/console/vgacon.c
744
outb_p(0x04, vga_video_port_reg); /* StartHorizRetrace */
drivers/video/console/vgacon.c
745
outb_p(0xff, vga_video_port_val); /* maximum */
drivers/video/console/vgacon.c
746
outb_p(0x05, vga_video_port_reg); /* EndHorizRetrace */
drivers/video/console/vgacon.c
747
outb_p(0x00, vga_video_port_val); /* minimum (0) */
drivers/video/console/vgacon.c
752
outb_p(vga_state.CrtCtrlIndex, vga_video_port_reg);
drivers/video/console/vgacon.c
762
outb_p(0x00, vga_video_port_reg); /* HorizontalTotal */
drivers/video/console/vgacon.c
763
outb_p(vga_state.HorizontalTotal, vga_video_port_val);
drivers/video/console/vgacon.c
764
outb_p(0x01, vga_video_port_reg); /* HorizDisplayEnd */
drivers/video/console/vgacon.c
765
outb_p(vga_state.HorizDisplayEnd, vga_video_port_val);
drivers/video/console/vgacon.c
766
outb_p(0x04, vga_video_port_reg); /* StartHorizRetrace */
drivers/video/console/vgacon.c
767
outb_p(vga_state.StartHorizRetrace, vga_video_port_val);
drivers/video/console/vgacon.c
768
outb_p(0x05, vga_video_port_reg); /* EndHorizRetrace */
drivers/video/console/vgacon.c
769
outb_p(vga_state.EndHorizRetrace, vga_video_port_val);
drivers/video/console/vgacon.c
770
outb_p(0x07, vga_video_port_reg); /* Overflow */
drivers/video/console/vgacon.c
771
outb_p(vga_state.Overflow, vga_video_port_val);
drivers/video/console/vgacon.c
772
outb_p(0x10, vga_video_port_reg); /* StartVertRetrace */
drivers/video/console/vgacon.c
773
outb_p(vga_state.StartVertRetrace, vga_video_port_val);
drivers/video/console/vgacon.c
774
outb_p(0x11, vga_video_port_reg); /* EndVertRetrace */
drivers/video/console/vgacon.c
775
outb_p(vga_state.EndVertRetrace, vga_video_port_val);
drivers/video/console/vgacon.c
776
outb_p(0x17, vga_video_port_reg); /* ModeControl */
drivers/video/console/vgacon.c
777
outb_p(vga_state.ModeControl, vga_video_port_val);
drivers/video/console/vgacon.c
783
outb_p(vga_state.CrtCtrlIndex, vga_video_port_reg);
drivers/video/fbdev/hgafb.c
146
outb_p(reg, HGA_INDEX_PORT);
drivers/video/fbdev/hgafb.c
147
outb_p(val, HGA_VALUE_PORT);
drivers/video/fbdev/hgafb.c
152
outb_p(reg, HGA_INDEX_PORT); outb_p(val >> 8, HGA_VALUE_PORT);
drivers/video/fbdev/hgafb.c
153
outb_p(reg+1, HGA_INDEX_PORT); outb_p(val & 0xff, HGA_VALUE_PORT);
drivers/video/fbdev/hgafb.c
158
outb_p(reg, HGA_INDEX_PORT);
drivers/video/fbdev/hgafb.c
184
outb_p(HGA_MODE_VIDEO_EN | HGA_MODE_BLINK_EN, HGA_MODE_PORT);
drivers/video/fbdev/hgafb.c
185
outb_p(0x00, HGA_GFX_PORT);
drivers/video/fbdev/hgafb.c
186
outb_p(0x00, HGA_STATUS_PORT);
drivers/video/fbdev/hgafb.c
215
outb_p(0x00, HGA_STATUS_PORT);
drivers/video/fbdev/hgafb.c
216
outb_p(HGA_GFX_MODE_EN, HGA_GFX_PORT);
drivers/video/fbdev/hgafb.c
217
outb_p(HGA_MODE_VIDEO_EN | HGA_MODE_GRAPHICS, HGA_MODE_PORT);
drivers/video/fbdev/hgafb.c
272
outb_p(0x00, HGA_MODE_PORT); /* disable video */
drivers/video/fbdev/hgafb.c
274
outb_p(HGA_MODE_VIDEO_EN | HGA_MODE_GRAPHICS, HGA_MODE_PORT);
drivers/video/fbdev/sm712fb.c
1419
outb_p(0x18, 0x3c4);
drivers/video/fbdev/sm712fb.c
1420
outb_p(0x11, 0x3c5);
drivers/video/fbdev/sm712fb.c
1441
outb_p(0x76, 0x3c4);
drivers/video/fbdev/uvesafb.c
944
outb_p(start + i, dac_reg);
drivers/video/fbdev/uvesafb.c
945
outb_p(entries[i].red, dac_val);
drivers/video/fbdev/uvesafb.c
946
outb_p(entries[i].green, dac_val);
drivers/video/fbdev/uvesafb.c
947
outb_p(entries[i].blue, dac_val);
drivers/video/fbdev/vesafb.c
100
outb_p(regno, dac_reg);
drivers/video/fbdev/vesafb.c
101
outb_p(red >> shift, dac_val);
drivers/video/fbdev/vesafb.c
102
outb_p(green >> shift, dac_val);
drivers/video/fbdev/vesafb.c
103
outb_p(blue >> shift, dac_val);
drivers/video/fbdev/vga16fb.c
768
outb_p(SeqCtrlIndex, VGA_SEQ_I);
drivers/video/fbdev/vga16fb.c
769
outb_p(CrtCtrlIndex, VGA_CRT_IC);
drivers/video/fbdev/vga16fb.c
809
outb_p(i, VGA_PEL_IW);
drivers/video/fbdev/vga16fb.c
810
outb_p(0, VGA_PEL_D);
drivers/video/fbdev/vga16fb.c
811
outb_p(0, VGA_PEL_D);
drivers/video/fbdev/vga16fb.c
812
outb_p(0, VGA_PEL_D);
drivers/watchdog/advantechwdt.c
89
outb_p(timeout, wdt_start);
drivers/watchdog/ib700wdt.c
119
outb_p(wd_margin, WDT_START);
drivers/watchdog/ib700wdt.c
127
outb_p(0, WDT_STOP);
drivers/watchdog/mixcomwd.c
114
outb_p(55, watchdog_port);
drivers/watchdog/pc87413_wdt.c
100
outb_p(0x07, WDT_INDEX_IO_PORT); /* Point SWC_LDN (LDN=4) */
drivers/watchdog/pc87413_wdt.c
101
outb_p(SWC_LDN, WDT_DATA_IO_PORT);
drivers/watchdog/pc87413_wdt.c
103
outb_p(0x30, WDT_INDEX_IO_PORT); /* Read Index 0x30 First */
drivers/watchdog/pc87413_wdt.c
106
outb_p(0x30, WDT_INDEX_IO_PORT);
drivers/watchdog/pc87413_wdt.c
107
outb_p(cr_data, WDT_DATA_IO_PORT); /* Index0x30_bit0P1 */
drivers/watchdog/pc87413_wdt.c
122
outb_p(0x60, WDT_INDEX_IO_PORT); /* Read Index 0x60 */
drivers/watchdog/pc87413_wdt.c
125
outb_p(0x61, WDT_INDEX_IO_PORT); /* Read Index 0x61 */
drivers/watchdog/pc87413_wdt.c
142
outb_p(inb(swc_base_addr + 0x0f) | 0x03, swc_base_addr + 0x0f);
drivers/watchdog/pc87413_wdt.c
153
outb_p(pc87413_time, swc_base_addr + WDTO);
drivers/watchdog/pc87413_wdt.c
164
outb_p(inb(swc_base_addr + WDCTL) | 0x01, swc_base_addr + WDCTL);
drivers/watchdog/pc87413_wdt.c
174
outb_p(inb(swc_base_addr + WDCFG) | 0x80, swc_base_addr + WDCFG);
drivers/watchdog/pc87413_wdt.c
185
outb_p(inb(swc_base_addr + WDCFG) & 0x7f, swc_base_addr + WDCFG);
drivers/watchdog/pc87413_wdt.c
196
outb_p(inb(swc_base_addr + WDCTL) | 0x80, swc_base_addr + WDCTL);
drivers/watchdog/pc87413_wdt.c
207
outb_p(inb(swc_base_addr + WDCTL) & 0x7f, swc_base_addr + WDCTL);
drivers/watchdog/pc87413_wdt.c
76
outb_p(SIOCFG2, WDT_INDEX_IO_PORT);
drivers/watchdog/pc87413_wdt.c
81
outb_p(SIOCFG2, WDT_INDEX_IO_PORT);
drivers/watchdog/pc87413_wdt.c
83
outb_p(cr_data, WDT_DATA_IO_PORT);
drivers/watchdog/pcwd.c
229
outb_p(control_status, pcwd_private.io_addr + 2);
drivers/watchdog/pcwd.c
263
outb_p(0x00, pcwd_private.io_addr + 2);
drivers/watchdog/pcwd.c
265
outb_p(0x00, pcwd_private.io_addr + 2);
drivers/watchdog/pcwd.c
283
outb_p(0x00, pcwd_private.io_addr + 2);
drivers/watchdog/pcwd.c
387
outb_p(wdrst_stat, pcwd_private.io_addr + 1);
drivers/watchdog/pcwd.c
390
outb_p(0x00, pcwd_private.io_addr);
drivers/watchdog/pcwd.c
414
outb_p(0x00, pcwd_private.io_addr + 3);
drivers/watchdog/pcwd.c
440
outb_p(0xA5, pcwd_private.io_addr + 3);
drivers/watchdog/pcwd.c
442
outb_p(0xA5, pcwd_private.io_addr + 3);
drivers/watchdog/pcwd.c
549
outb_p((control_status & WD_REVC_R2DS),
drivers/watchdog/pcwd_pci.c
169
outb_p(*lsb, pcipcwd_private.io_addr + 4);
drivers/watchdog/pcwd_pci.c
170
outb_p(*msb, pcipcwd_private.io_addr + 5);
drivers/watchdog/pcwd_pci.c
171
outb_p(cmd, pcipcwd_private.io_addr + 6);
drivers/watchdog/pcwd_pci.c
264
outb_p(0x00, pcipcwd_private.io_addr + 3);
drivers/watchdog/pcwd_pci.c
286
outb_p(0xA5, pcipcwd_private.io_addr + 3);
drivers/watchdog/pcwd_pci.c
289
outb_p(0xA5, pcipcwd_private.io_addr + 3);
drivers/watchdog/pcwd_pci.c
310
outb_p(0x42, pcipcwd_private.io_addr); /* send out any data */
drivers/watchdog/pcwd_pci.c
375
outb_p((control_status & WD_PCI_R2DS) | WD_PCI_WTRP,
drivers/watchdog/sbc7240_wdt.c
78
outb_p((unsigned)t, SBC7240_SET_TIMEOUT_PORT);
drivers/watchdog/sc1200wdt.c
103
outb_p(index, PMIR);
drivers/watchdog/sc1200wdt.c
118
outb_p(index, PMIR);
drivers/watchdog/w83627hf_wdt.c
137
outb_p(wdt_cfg_enter, WDT_EFER); /* Enter extended function mode */
drivers/watchdog/w83627hf_wdt.c
138
outb_p(wdt_cfg_enter, WDT_EFER); /* Again according to manual */
drivers/watchdog/w83627hf_wdt.c
150
outb_p(wdt_cfg_leave, WDT_EFER); /* Leave extended function mode */
drivers/watchdog/w83877f_wdt.c
141
outb_p(ENABLE_W83877F, ENABLE_W83877F_PORT);
drivers/watchdog/w83877f_wdt.c
142
outb_p(ENABLE_W83877F, ENABLE_W83877F_PORT);
drivers/watchdog/w83877f_wdt.c
145
outb_p(WDT_REGISTER, ENABLE_W83877F_PORT);
drivers/watchdog/w83877f_wdt.c
146
outb_p(writeval, ENABLE_W83877F_PORT+1);
drivers/watchdog/w83877f_wdt.c
149
outb_p(DISABLE_W83877F, ENABLE_W83877F_PORT);
drivers/watchdog/w83977f_wdt.c
102
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
103
outb_p(0x07, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
107
outb_p(0xE6, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
108
outb_p(0x0A, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
109
outb_p(0x2C, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
113
outb_p(0x2C, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
114
outb_p(pin_map, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
116
outb_p(0xE3, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
117
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
120
outb_p(0x30, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
121
outb_p(0x01, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
124
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
144
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
145
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
153
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
154
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
155
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
156
outb_p(0xFF, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
157
outb_p(0xF3, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
158
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
159
outb_p(0xF4, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
160
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
161
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
162
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
168
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
169
outb_p(0x07, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
171
outb_p(0xE6, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
172
outb_p(0x01, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
174
outb_p(0xE3, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
175
outb_p(0x01, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
178
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
199
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
200
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
203
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
204
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
205
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
206
outb_p(timeoutW, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
209
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
260
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
261
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
264
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
265
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
266
outb_p(0xF4, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
270
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
73
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
74
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
82
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
83
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
84
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
85
outb_p(timeoutW, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
86
outb_p(0xF3, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
87
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
88
outb_p(0xF4, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
89
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/w83977f_wdt.c
92
outb_p(0x30, IO_INDEX_PORT);
drivers/watchdog/w83977f_wdt.c
93
outb_p(0x01, IO_DATA_PORT);
drivers/watchdog/wafer5823wdt.c
84
outb_p(timeout, wdt_start);
drivers/watchdog/wdt.c
102
outb_p(ctr, WDT_CR);
drivers/watchdog/wdt.c
107
outb_p(val&0xFF, WDT_COUNT0+ctr);
drivers/watchdog/wdt.c
108
outb_p(val>>8, WDT_COUNT0+ctr);
drivers/watchdog/wdt.c
131
outb_p(0, WDT_DC); /* Enable watchdog */
drivers/watchdog/wdt.c
169
outb_p(0, WDT_DC); /* Enable watchdog */
drivers/watchdog/wdt977.c
100
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/wdt977.c
107
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
108
outb_p(0x07, IO_DATA_PORT);
drivers/watchdog/wdt977.c
109
outb_p(0xE6, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
110
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/wdt977.c
114
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
132
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
133
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
140
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
141
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/wdt977.c
142
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
143
outb_p(0xFF, IO_DATA_PORT);
drivers/watchdog/wdt977.c
144
outb_p(0xF3, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
145
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/wdt977.c
146
outb_p(0xF4, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
147
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/wdt977.c
148
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
149
outb_p(0x00, IO_DATA_PORT);
drivers/watchdog/wdt977.c
153
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
154
outb_p(0x07, IO_DATA_PORT);
drivers/watchdog/wdt977.c
155
outb_p(0xE6, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
156
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/wdt977.c
159
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
178
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
179
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
183
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
184
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/wdt977.c
185
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
186
outb_p(timeoutM, IO_DATA_PORT);
drivers/watchdog/wdt977.c
189
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
236
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
237
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
240
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
241
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/wdt977.c
242
outb_p(0xF4, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
246
outb_p(LOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
83
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
84
outb_p(UNLOCK_DATA, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
92
outb_p(DEVICE_REGISTER, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
93
outb_p(0x08, IO_DATA_PORT);
drivers/watchdog/wdt977.c
94
outb_p(0xF2, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
95
outb_p(timeoutM, IO_DATA_PORT);
drivers/watchdog/wdt977.c
96
outb_p(0xF3, IO_INDEX_PORT);
drivers/watchdog/wdt977.c
97
outb_p(0x00, IO_DATA_PORT); /* another setting is 0E for
drivers/watchdog/wdt977.c
99
outb_p(0xF4, IO_INDEX_PORT);
include/asm-generic/io.h
724
#ifndef outb_p
include/asm-generic/io.h
725
#define outb_p outb_p
include/linux/scc.h
21
#define Outb(port, val) outb_p(val, port)
include/video/vga.h
228
outb_p(val, port);
sound/drivers/pcsp/pcsp_input.c
24
outb_p(0xB6, 0x43);
sound/drivers/pcsp/pcsp_input.c
26
outb_p(count & 0xff, 0x42);
sound/drivers/pcsp/pcsp_input.c
29
outb_p(inb_p(0x61) | 3, 0x61);
sound/drivers/pcsp/pcsp_lib.c
164
outb_p(0x92, 0x43); /* binary, mode 1, LSB only, ch 2 */
sound/drivers/pcsp/pcsp_lib.c
184
outb_p(0xb6, 0x43); /* binary, mode 3, LSB/MSB, ch 2 */
sound/drivers/pcsp/pcsp_lib.c
73
outb_p(chip->val61, 0x61);
sound/drivers/pcsp/pcsp_lib.c
74
outb_p(timer_cnt, 0x42);
sound/isa/msnd/msnd.h
183
# define outb outb_p