Lines Matching +full:0 +full:xffe40000
29 #define HACCR 0x08
30 #define HACCSAR 0x20
31 #define HACCSDR 0x24
32 #define HACPCML 0x28
33 #define HACPCMR 0x2C
34 #define HACTIER 0x50
35 #define HACTSR 0x54
36 #define HACRIER 0x58
37 #define HACRSR 0x5C
38 #define HACACR 0x60
47 #define CSAR_WR (0)
62 #define CSDR_MASK (0xffff << CSDR_SHIFT)
64 #define CSAR_MASK (0x7f << CSAR_SHIFT)
80 .mmio = 0xFE240000,
83 .mmio = 0xFE250000,
87 .mmio = 0xFFE40000,
106 *v = 0; in hac_get_codec_data()
118 return 0; /* codec comm is down */ in hac_get_codec_data()
154 val = 0; in hac_read_codec_aux()
155 if (hac_get_codec_data(hac, reg, &val) != 0) in hac_read_codec_aux()
159 return i ? val : ~0; in hac_read_codec_aux()
165 int unit_id = 0 /* ac97->private_data */; in hac_ac97_write()
193 int unit_id = 0 /* ac97->private_data */; in hac_ac97_read()
200 int unit_id = 0 /* ac97->private_data */; in hac_ac97_warmrst()
207 for (tmo = 1000; (tmo > 0) && !(HACREG(HACCR) & CR_CR); tmo--) in hac_ac97_warmrst()
218 int unit_id = 0 /* ac97->private_data */; in hac_ac97_coldrst()
222 HACREG(HACCR) = 0; in hac_ac97_coldrst()
240 int d = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1; in hac_hw_params()
257 return 0; in hac_hw_params()
272 .name = "hac-dai.0",
319 if (ret != 0) in hac_soc_platform_probe()
329 return 0; in hac_soc_platform_remove()