Searched refs:wm_put_nocache (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/sound/pci/ice1712/ |
H A D | phase.c | 263 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) wm_put_nocache() function 273 wm_put_nocache(ice, reg, val); wm_put() 291 wm_put_nocache(ice, index, 0x180 | nvol); wm_set_vol() 679 wm_put_nocache(ice, WM_DAC_DIG_MASTER_ATTEN, nvol | 0x100); wm_pcm_vol_put()
|
H A D | pontis.c | 91 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) wm_put_nocache() function 100 wm_put_nocache(ice, reg, val); wm_put() 153 wm_put_nocache(ice, idx, nval | 0x100); wm_dac_vol_put() 317 wm_put_nocache(ice, WM_DAC_CTRL1, val); wm_chswap_put()
|
H A D | prodigy_hifi.c | 137 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) wm_put_nocache() function 146 wm_put_nocache(ice, reg, val); wm_put() 359 wm_put_nocache(ice, index, 0x100 | nvol); wm_set_vol() 765 wm_put_nocache(ice, WM_DAC_CTRL1, val); wm_chswap_put()
|
H A D | aureon.c | 626 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) wm_put_nocache() function 640 wm_put_nocache(ice, reg, val); wm_put() 709 wm_put_nocache(ice, index, 0x180 | nvol); wm_set_vol() 983 wm_put_nocache(ice, WM_DAC_DIG_MASTER_ATTEN, nvol | 0x100); /* update */ wm_pcm_vol_put()
|
Completed in 102 milliseconds