Searched refs:hac (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | hac.c | 94 #define HACREG(reg) (*(unsigned long *)(hac->mmio + (reg))) 99 static int hac_get_codec_data(struct hac_priv *hac, unsigned short r, in hac_get_codec_data() argument 135 static unsigned short hac_read_codec_aux(struct hac_priv *hac, in hac_read_codec_aux() argument 155 if (hac_get_codec_data(hac, reg, &val) != 0) in hac_read_codec_aux() 166 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_write() local 194 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_read() local 195 return hac_read_codec_aux(hac, reg); in hac_ac97_read() 201 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_warmrst() local 211 printk(KERN_INFO "hac: reset: AC97 link down!\n"); in hac_ac97_warmrst() 219 struct hac_priv *hac; in hac_ac97_coldrst() local 239 struct hac_priv *hac = &hac_cpu_data[dai->id]; hac_hw_params() local [all...] |
H A D | Makefile | 7 snd-soc-hac-objs := hac.o 11 obj-$(CONFIG_SND_SOC_SH4_HAC) += snd-soc-hac.o
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | hac.c | 94 #define HACREG(reg) (*(unsigned long *)(hac->mmio + (reg))) 99 static int hac_get_codec_data(struct hac_priv *hac, unsigned short r, in hac_get_codec_data() argument 135 static unsigned short hac_read_codec_aux(struct hac_priv *hac, in hac_read_codec_aux() argument 155 if (hac_get_codec_data(hac, reg, &val) != 0) in hac_read_codec_aux() 166 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_write() local 194 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_read() local 195 return hac_read_codec_aux(hac, reg); in hac_ac97_read() 201 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_warmrst() local 211 printk(KERN_INFO "hac: reset: AC97 link down!\n"); in hac_ac97_warmrst() 219 struct hac_priv *hac; in hac_ac97_coldrst() local 239 struct hac_priv *hac = &hac_cpu_data[dai->id]; hac_hw_params() local [all...] |
H A D | Makefile | 7 snd-soc-hac-objs := hac.o 11 obj-$(CONFIG_SND_SOC_SH4_HAC) += snd-soc-hac.o
|
Completed in 2 milliseconds