Searched refs:snd_hdac_aligned_write (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/hda/ |
| D | hdac_bus.c | 234 void snd_hdac_aligned_write(unsigned int val, void __iomem *addr, in snd_hdac_aligned_write() function 247 EXPORT_SYMBOL_GPL(snd_hdac_aligned_write);
|
| /Linux-v5.4/include/sound/ |
| D | hdaudio.h | 406 void snd_hdac_aligned_write(unsigned int val, void __iomem *addr, 408 #define snd_hdac_reg_writeb(v, addr) snd_hdac_aligned_write(v, addr, 0xff) 409 #define snd_hdac_reg_writew(v, addr) snd_hdac_aligned_write(v, addr, 0xffff)
|