Home
last modified time | relevance | path

Searched refs:snd_hdac_aligned_read (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_bus.c244 unsigned int snd_hdac_aligned_read(void __iomem *addr, unsigned int mask) in snd_hdac_aligned_read() function
254 EXPORT_SYMBOL_GPL(snd_hdac_aligned_read); variable
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_bus.c241 unsigned int snd_hdac_aligned_read(void __iomem *addr, unsigned int mask) in snd_hdac_aligned_read() function
251 EXPORT_SYMBOL_GPL(snd_hdac_aligned_read); variable
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h413 unsigned int snd_hdac_aligned_read(void __iomem *addr, unsigned int mask);
419 #define snd_hdac_aligned_read(addr, mask) 0 macro
444 snd_hdac_aligned_read(addr, 0xff) : readb(addr); in snd_hdac_reg_readb()
450 snd_hdac_aligned_read(addr, 0xffff) : readw(addr); in snd_hdac_reg_readw()
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h415 unsigned int snd_hdac_aligned_read(void __iomem *addr, unsigned int mask);
421 #define snd_hdac_aligned_read(addr, mask) 0 macro
446 snd_hdac_aligned_read(addr, 0xff) : readb(addr); in snd_hdac_reg_readb()
452 snd_hdac_aligned_read(addr, 0xffff) : readw(addr); in snd_hdac_reg_readw()

Completed in 4 milliseconds