Searched refs:snd_hdac_aligned_write (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | bus.c | 250 void snd_hdac_aligned_write(unsigned int val, void __iomem *addr, in snd_hdac_aligned_write() function 263 EXPORT_SYMBOL_GPL(snd_hdac_aligned_write);
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 421 void snd_hdac_aligned_write(unsigned int val, void __iomem *addr, 427 #define snd_hdac_aligned_write(val, addr, mask) do {} while (0) macro 434 snd_hdac_aligned_write(val, addr, 0xff); in snd_hdac_reg_writeb() 443 snd_hdac_aligned_write(val, addr, 0xffff); in snd_hdac_reg_writew()
|