Lines Matching refs:inw

610 		chip->maestro_map[reg] = inw(chip->io_port + ESM_DATA);  in __maestro_read()
675 data = inw(chip->io_port + ESM_AC97_DATA); in snd_es1968_ac97_read()
789 value = inw(chip->io_port + WC_DATA); in wave_get_register()
1084 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); in snd_es1968_playback_setup()
1212 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); in snd_es1968_capture_setup()
1754 …outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); /… in es1968_measure_clock()
1981 outw(inw(chip->io_port + 4) & 1, chip->io_port + 4); in snd_es1968_interrupt()
2071 save_ringbus_a = inw(ioaddr + 0x36); in snd_es1968_ac97_reset()
2075 outw(inw(ioaddr + 0x3a) & 0xfffc, ioaddr + 0x3a); in snd_es1968_ac97_reset()
2076 outw(inw(ioaddr + 0x3c) & 0xfffc, ioaddr + 0x3c); in snd_es1968_ac97_reset()
2080 save_68 = inw(ioaddr + 0x68); in snd_es1968_ac97_reset()
2093 outw((inw(ioaddr + 0x38) & 0xfffc) | 0x1, ioaddr + 0x38); in snd_es1968_ac97_reset()
2094 outw((inw(ioaddr + 0x3a) & 0xfffc) | 0x1, ioaddr + 0x3a); in snd_es1968_ac97_reset()
2095 outw((inw(ioaddr + 0x3c) & 0xfffc) | 0x1, ioaddr + 0x3c); in snd_es1968_ac97_reset()
2101 save_68 = inw(ioaddr + 0x68); in snd_es1968_ac97_reset()
2108 outw(inw(ioaddr + 0x3a) & 0xfffc, ioaddr + 0x3a); in snd_es1968_ac97_reset()
2109 outw(inw(ioaddr + 0x3c) & 0xfffc, ioaddr + 0x3c); in snd_es1968_ac97_reset()
2116 if ((inw(ioaddr + 0x30) & 1) == 0) { in snd_es1968_ac97_reset()
2121 if (((inw(ioaddr + 0x30) & 1) == 0) in snd_es1968_ac97_reset()
2125 if (((inw(ioaddr + 0x30) & 1) == 0) in snd_es1968_ac97_reset()
2138 if ((inw(ioaddr + 0x30) & 1) == 0) in snd_es1968_ac97_reset()
2147 outw(inw(ioaddr + 0x68) | 0x600, ioaddr + 0x68); in snd_es1968_ac97_reset()
2344 w = inw(iobase + WC_CONTROL); in snd_es1968_chip_init()
2577 u16 val = inw(chip->io_port + GPIO_DATA); in snd_es1968_tea575x_get_pins()
2592 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction()