Lines Matching refs:inw

592 		chip->maestro_map[reg] = inw(chip->io_port + ESM_DATA);  in __maestro_read()
657 data = inw(chip->io_port + ESM_AC97_DATA); in snd_es1968_ac97_read()
771 value = inw(chip->io_port + WC_DATA); in wave_get_register()
1066 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); in snd_es1968_playback_setup()
1194 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); in snd_es1968_capture_setup()
1735 …outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); /… in es1968_measure_clock()
1965 outw(inw(chip->io_port + 4) & 1, chip->io_port + 4); in snd_es1968_interrupt()
2057 save_ringbus_a = inw(ioaddr + 0x36); in snd_es1968_ac97_reset()
2061 outw(inw(ioaddr + 0x3a) & 0xfffc, ioaddr + 0x3a); in snd_es1968_ac97_reset()
2062 outw(inw(ioaddr + 0x3c) & 0xfffc, ioaddr + 0x3c); in snd_es1968_ac97_reset()
2066 save_68 = inw(ioaddr + 0x68); in snd_es1968_ac97_reset()
2079 outw((inw(ioaddr + 0x38) & 0xfffc) | 0x1, ioaddr + 0x38); in snd_es1968_ac97_reset()
2080 outw((inw(ioaddr + 0x3a) & 0xfffc) | 0x1, ioaddr + 0x3a); in snd_es1968_ac97_reset()
2081 outw((inw(ioaddr + 0x3c) & 0xfffc) | 0x1, ioaddr + 0x3c); in snd_es1968_ac97_reset()
2087 save_68 = inw(ioaddr + 0x68); in snd_es1968_ac97_reset()
2094 outw(inw(ioaddr + 0x3a) & 0xfffc, ioaddr + 0x3a); in snd_es1968_ac97_reset()
2095 outw(inw(ioaddr + 0x3c) & 0xfffc, ioaddr + 0x3c); in snd_es1968_ac97_reset()
2102 if ((inw(ioaddr + 0x30) & 1) == 0) { in snd_es1968_ac97_reset()
2107 if (((inw(ioaddr + 0x30) & 1) == 0) in snd_es1968_ac97_reset()
2111 if (((inw(ioaddr + 0x30) & 1) == 0) in snd_es1968_ac97_reset()
2124 if ((inw(ioaddr + 0x30) & 1) == 0) in snd_es1968_ac97_reset()
2133 outw(inw(ioaddr + 0x68) | 0x600, ioaddr + 0x68); in snd_es1968_ac97_reset()
2330 w = inw(iobase + WC_CONTROL); in snd_es1968_chip_init()
2555 u16 val = inw(chip->io_port + GPIO_DATA); in snd_es1968_tea575x_get_pins()
2570 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction()