Lines Matching refs:outw
166 outw(val, ICEREG(ice, AC97_DATA)); in snd_ice1712_ac97_write()
220 outw(val, ICEMT(ice, AC97_DATA)); in snd_ice1712_pro_ac97_write()
477 outw(3 << (idx * 2), ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
606 outw(buf_size, ice->ddma_port + 4); in snd_ice1712_playback_prepare()
669 outw(buf_size, ICEREG(ice, CONCAP_COUNT)); in snd_ice1712_capture_prepare()
803 outw(tmp, ICEDS(ice, INTMASK)); in snd_ice1712_playback_ds_open()
836 outw(tmp, ICEDS(ice, INTMASK)); in snd_ice1712_playback_ds_close()
1065 outw((ice->playback_pro_size >> 2) - 1, ICEMT(ice, PLAYBACK_SIZE)); in snd_ice1712_playback_pro_prepare()
1066 outw((snd_pcm_lib_period_bytes(substream) >> 2) - 1, ICEMT(ice, PLAYBACK_COUNT)); in snd_ice1712_playback_pro_prepare()
1088 outw((ice->capture_pro_size >> 2) - 1, ICEMT(ice, CAPTURE_SIZE)); in snd_ice1712_capture_pro_prepare()
1089 outw((snd_pcm_lib_period_bytes(substream) >> 2) - 1, ICEMT(ice, CAPTURE_COUNT)); in snd_ice1712_capture_pro_prepare()
1298 outw(val, ICEMT(ice, MONITOR_VOLUME)); in snd_ice1712_update_volume()
2083 outw(val, ICEMT(ice, ROUTE_PSDOUT03)); in snd_ice1712_pro_route_analog_put()
2163 outw(val, ICEMT(ice, ROUTE_SPDOUT)); in snd_ice1712_pro_route_spdif_put()
2848 outw(ice->pm_saved_spdif_ctrl, ICEMT(ice, ROUTE_SPDOUT)); in snd_ice1712_resume()
2849 outw(ice->pm_saved_route, ICEMT(ice, ROUTE_PSDOUT03)); in snd_ice1712_resume()