Home
last modified time | relevance | path

Searched refs:hac (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sh/
H A Dhac.c94 #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
219 struct hac_priv *hac; in hac_ac97_coldrst() local
220 hac = &hac_cpu_data[unit_id]; in hac_ac97_coldrst()
[all …]
H A DMakefile7 snd-soc-hac-objs := hac.o
11 obj-$(CONFIG_SND_SOC_SH4_HAC) += snd-soc-hac.o