Searched refs:outb (Results 276 - 300 of 524) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/pci/ice1712/
H A Dice1712.c119 outb((channel << 4) | addr, ICEDS(ice, INDEX));
125 outb((channel << 4) | addr, ICEDS(ice, INDEX));
145 outb(reg, ICEREG(ice, AC97_INDEX));
148 outb(old_cmd | ICE1712_AC97_WRITE, ICEREG(ice, AC97_CMD));
169 outb(reg, ICEREG(ice, AC97_INDEX));
170 outb(old_cmd | ICE1712_AC97_READ, ICEREG(ice, AC97_CMD));
199 outb(reg, ICEMT(ice, AC97_INDEX));
202 outb(old_cmd | ICE1712_AC97_WRITE, ICEMT(ice, AC97_CMD));
224 outb(reg, ICEMT(ice, AC97_INDEX));
225 outb(old_cm
[all...]
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c118 outb(addr & 0xff, iobase + ADDR_L);
119 outb((addr >> 8) & 0xff, iobase + ADDR_H);
125 outb(value & 0xff, iobase + DATA_L);
126 outb((value >> 8) & 0xff, iobase + DATA_H);
370 outb(iir, iobase + CONTROL);
524 outb(inb(iobase + CONTROL) | 0x40, iobase + CONTROL);
/linux-master/drivers/cpufreq/
H A Dlonghaul.c282 outb(0xFF, 0xA1); /* Overkill */
283 outb(0xFE, 0x21); /* TMR0 only */
300 outb(3, 0x22);
336 outb(0, 0x22);
341 outb(pic2_mask, 0xA1); /* restore mask */
342 outb(pic1_mask, 0x21);
/linux-master/drivers/comedi/drivers/
H A Ddas800.c216 outb(reg, dev->iobase + DAS800_GAIN);
217 outb(val, dev->iobase + 2);
226 outb(reg, dev->iobase + DAS800_GAIN);
239 outb(CIO_ENHF, dev->iobase + DAS800_GAIN);
388 outb(gain, dev->iobase + DAS800_GAIN);
543 outb(range, dev->iobase + DAS800_GAIN);
H A Dpcmad.c79 outb(chan, dev->iobase + PCMAD_CONVERT);
/linux-master/drivers/scsi/
H A Daha152x.h289 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) )
291 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) )
292 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) )
H A Ddmx3191d.c26 #define NCR5380_write(reg, value) outb(value, hostdata->base + (reg))
/linux-master/sound/isa/sb/
H A Djazz16.c87 outb(SB_JAZZ16_WAKEUP - idx, 0x201);
89 outb(SB_JAZZ16_SET_PORTS + idx, 0x201);
93 outb(val, 0x201);
/linux-master/drivers/parisc/
H A Deisa_enumerator.c223 outb((inb(get_16(buf+len+1) &
228 outb(get_8(buf+len+3), get_16(buf+len+1));
472 outb(0x01| inb(SLOT2PORT(slot)+EPI+4),
/linux-master/drivers/watchdog/
H A Dw83627hf_wdt.c122 outb(reg, WDT_EFER);
123 outb(val, WDT_EFDR);
128 outb(reg, WDT_EFER);
/linux-master/drivers/platform/x86/
H A Dbarco-p50-gpio.c150 outb(P50_CMD_READ | reg, p50->base + P50_PORT_CMD);
168 outb(P50_CMD_WRITE | reg, p50->base + P50_PORT_CMD);
175 outb(val, p50->base + P50_PORT_DATA);
/linux-master/drivers/i2c/busses/
H A Di2c-sis5595.c123 outb(reg, sis5595_base + SMB_INDEX);
129 outb(reg, sis5595_base + SMB_INDEX);
130 outb(data, sis5595_base + SMB_DAT);
/linux-master/drivers/video/fbdev/
H A Darkfb.c823 outb(0xF0, VGA_PEL_MSK);
824 outb(regno*16, VGA_PEL_IW);
826 outb(0x0F, VGA_PEL_MSK);
827 outb(regno, VGA_PEL_IW);
829 outb(red >> 10, VGA_PEL_D);
830 outb(green >> 10, VGA_PEL_D);
831 outb(blue >> 10, VGA_PEL_D);
837 outb(0xFF, VGA_PEL_MSK);
838 outb(regno, VGA_PEL_IW);
839 outb(re
[all...]
/linux-master/drivers/media/radio/
H A Dradio-aztech.c24 #include <linux/io.h> /* outb, outb_p */
116 outb(az->curvol, isa->io);
H A Dradio-rtrack2.c22 #include <linux/io.h> /* outb, outb_p */
99 outb(mute, isa->io);
/linux-master/drivers/input/gameport/
H A Dfm801-gp.c103 outb(0x60, port->io + 0x0d); /* enable joystick 1 and 2 */
/linux-master/drivers/char/ipmi/
H A Dipmi_si_port_io.c18 outb(b, addr + (offset * io->regspacing));
/linux-master/drivers/mtd/maps/
H A Dl440gx.c134 outb(inb(TRIBUF_PORT) & ~1, TRIBUF_PORT);
/linux-master/arch/x86/kernel/
H A Dquirks.c400 outb(0x72, 0xcd6); b = inb(0xcd7);
402 outb(0x72, 0xcd6); outb(b, 0xcd7);
403 outb(0x72, 0xcd6); b = inb(0xcd7);
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c40 outb((unsigned char) cmd, port);
43 outb((unsigned char) val, port + 1);
63 outb((unsigned char) cmd, port);
67 outb((unsigned char) val, port + 1);
/linux-master/arch/sparc/include/asm/
H A Dio_64.h214 #define outb outb macro
215 static inline void outb(u8 b, unsigned long addr) function
234 #define outb_p(__b, __addr) outb(__b, __addr)
/linux-master/arch/x86/platform/ce4100/
H A Dce4100.c31 outb(0x4, 0xcf9);
/linux-master/sound/isa/msnd/
H A Dmsnd.h181 # undef outb macro
183 # define outb outb_p macro
/linux-master/arch/x86/platform/ts5500/
H A Dts5500.c234 outb(!!brightness, TS5500_LED_JP_ADDR);
253 outb(ctrl & 0x1f, TS5500_ADC_CONV_INIT_LSB_ADDR);
/linux-master/sound/pci/oxygen/
H A Doxygen_io.c36 outb(value, chip->addr + reg);
61 outb(tmp, chip->addr + reg);

Completed in 513 milliseconds

<<11121314151617181920>>