Searched refs:snd_m3_inw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | maestro3.c | 920 static inline u16 snd_m3_inw(struct snd_m3 *chip, unsigned long reg) in snd_m3_inw() function 943 return snd_m3_inw(chip, DSP_PORT_MEMORY_DATA); in snd_m3_assp_read() 1017 snd_m3_inw(chip, HOST_INT_CTRL) | CLKRUN_GEN_ENABLE, in snd_m3_inc_timer_users() 1036 snd_m3_inw(chip, HOST_INT_CTRL) & ~CLKRUN_GEN_ENABLE, in snd_m3_dec_timer_users() 1897 data = snd_m3_inw(chip, CODEC_DATA); in snd_m3_ac97_read() 1958 ret = snd_m3_inw(chip, 0x32); in snd_m3_try_read_vendor()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | maestro3.c | 915 static inline u16 snd_m3_inw(struct snd_m3 *chip, unsigned long reg) in snd_m3_inw() function 938 return snd_m3_inw(chip, DSP_PORT_MEMORY_DATA); in snd_m3_assp_read() 1012 snd_m3_inw(chip, HOST_INT_CTRL) | CLKRUN_GEN_ENABLE, in snd_m3_inc_timer_users() 1031 snd_m3_inw(chip, HOST_INT_CTRL) & ~CLKRUN_GEN_ENABLE, in snd_m3_dec_timer_users() 1894 data = snd_m3_inw(chip, CODEC_DATA); in snd_m3_ac97_read() 1955 ret = snd_m3_inw(chip, 0x32); in snd_m3_try_read_vendor()
|
Completed in 10 milliseconds