Lines Matching refs:outw

932 	outw(value, chip->iobase + reg);  in snd_m3_outw()
1957 outw(tmp | isremote, io + RING_BUS_CTRL_B); in snd_m3_remote_codec_config()
1958 outw((inw(io + SDO_OUT_DEST_CTRL) & ~COMMAND_ADDR_OUT) | isremote, in snd_m3_remote_codec_config()
1960 outw((inw(io + SDO_IN_DEST_CTRL) & ~STATUS_ADDR_IN) | isremote, in snd_m3_remote_codec_config()
2011 outw(IO_SRAM_ENABLE, io + RING_BUS_CTRL_A); in snd_m3_ac97_reset()
2014 outw(dir & ~GPO_PRIMARY_AC97 , io + GPIO_DIRECTION); in snd_m3_ac97_reset()
2015 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK); in snd_m3_ac97_reset()
2016 outw(0, io + GPIO_DATA); in snd_m3_ac97_reset()
2017 outw(dir | GPO_PRIMARY_AC97, io + GPIO_DIRECTION); in snd_m3_ac97_reset()
2021 outw(GPO_PRIMARY_AC97, io + GPIO_DATA); in snd_m3_ac97_reset()
2024 outw(IO_SRAM_ENABLE | SERIAL_AC_LINK_ENABLE, io + RING_BUS_CTRL_A); in snd_m3_ac97_reset()
2025 outw(~0, io + GPIO_MASK); in snd_m3_ac97_reset()
2045 outw(RAC_SDFS_ENABLE|LAC_SDFS_ENABLE, io + RING_BUS_CTRL_A); in snd_m3_ac97_reset()
2047 outw(tmp, io + RING_BUS_CTRL_A); in snd_m3_ac97_reset()
2253 outw(~gpo, io + GPIO_MASK); in snd_m3_amp_enable()
2255 outw(inw(io + GPIO_DIRECTION) | gpo, in snd_m3_amp_enable()
2258 outw((GPO_SECONDARY_AC97 | GPO_PRIMARY_AC97 | polarity), in snd_m3_amp_enable()
2261 outw(0xffff, io + GPIO_MASK); in snd_m3_amp_enable()
2277 outw(0xffff, io + GPIO_MASK); in snd_m3_hv_init()
2278 outw(0x0000, io + GPIO_DATA); in snd_m3_hv_init()
2280 outw(~val, io + GPIO_MASK); in snd_m3_hv_init()
2281 outw(inw(io + GPIO_DIRECTION) & ~val, io + GPIO_DIRECTION); in snd_m3_hv_init()
2282 outw(val, io + GPIO_MASK); in snd_m3_hv_init()
2284 outw(0xffff, io + GPIO_MASK); in snd_m3_hv_init()
2355 outw(val, io + HOST_INT_CTRL); in snd_m3_enable_ints()
2387 outw(0, chip->iobase + HOST_INT_CTRL); /* disable ints */ in snd_m3_free()