Home
last modified time | relevance | path

Searched defs:mcbsp (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-4.19/sound/soc/omap/
Dmcbsp.c33 static void omap_mcbsp_write(struct omap_mcbsp *mcbsp, u16 reg, u32 val) in omap_mcbsp_write()
46 static int omap_mcbsp_read(struct omap_mcbsp *mcbsp, u16 reg, bool from_cache) in omap_mcbsp_read()
59 static void omap_mcbsp_st_write(struct omap_mcbsp *mcbsp, u16 reg, u32 val) in omap_mcbsp_st_write()
64 static int omap_mcbsp_st_read(struct omap_mcbsp *mcbsp, u16 reg) in omap_mcbsp_st_read()
69 #define MCBSP_READ(mcbsp, reg) \ argument
71 #define MCBSP_WRITE(mcbsp, reg, val) \ argument
73 #define MCBSP_READ_CACHE(mcbsp, reg) \ argument
76 #define MCBSP_ST_READ(mcbsp, reg) \ argument
78 #define MCBSP_ST_WRITE(mcbsp, reg, val) \ argument
81 static void omap_mcbsp_dump_reg(struct omap_mcbsp *mcbsp) in omap_mcbsp_dump_reg()
[all …]
Domap-mcbsp.c71 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_set_threshold() local
99 struct omap_mcbsp *mcbsp = rule->private; in omap_mcbsp_hwrule_min_buffersize() local
114 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_startup() local
159 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_shutdown() local
181 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_prepare() local
203 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_trigger() local
233 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_delay() local
256 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_hw_params() local
411 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_set_dai_fmt() local
520 struct omap_mcbsp *mcbsp = snd_soc_dai_get_drvdata(cpu_dai); in omap_mcbsp_dai_set_clkdiv() local
[all …]
/kernel/linux/linux-5.10/sound/soc/ti/
Domap-mcbsp.c39 static void omap_mcbsp_dump_reg(struct omap_mcbsp *mcbsp) in omap_mcbsp_dump_reg()
58 static int omap2_mcbsp_set_clks_src(struct omap_mcbsp *mcbsp, u8 fck_src_id) in omap2_mcbsp_set_clks_src()
93 struct omap_mcbsp *mcbsp = data; in omap_mcbsp_irq_handler() local
134 struct omap_mcbsp *mcbsp = data; in omap_mcbsp_tx_irq_handler() local
152 struct omap_mcbsp *mcbsp = data; in omap_mcbsp_rx_irq_handler() local
174 static void omap_mcbsp_config(struct omap_mcbsp *mcbsp, in omap_mcbsp_config()
214 static int omap_mcbsp_dma_reg_params(struct omap_mcbsp *mcbsp, in omap_mcbsp_dma_reg_params()
239 static void omap_mcbsp_set_tx_threshold(struct omap_mcbsp *mcbsp, u16 threshold) in omap_mcbsp_set_tx_threshold()
250 static void omap_mcbsp_set_rx_threshold(struct omap_mcbsp *mcbsp, u16 threshold) in omap_mcbsp_set_rx_threshold()
259 static u16 omap_mcbsp_get_tx_delay(struct omap_mcbsp *mcbsp) in omap_mcbsp_get_tx_delay()
[all …]
Domap-mcbsp-st.c65 static void omap_mcbsp_st_write(struct omap_mcbsp *mcbsp, u16 reg, u32 val) in omap_mcbsp_st_write()
70 static int omap_mcbsp_st_read(struct omap_mcbsp *mcbsp, u16 reg) in omap_mcbsp_st_read()
75 #define MCBSP_ST_READ(mcbsp, reg) omap_mcbsp_st_read(mcbsp, OMAP_ST_REG_##reg) argument
76 #define MCBSP_ST_WRITE(mcbsp, reg, val) \ argument
79 static void omap_mcbsp_st_on(struct omap_mcbsp *mcbsp) in omap_mcbsp_st_on()
99 static void omap_mcbsp_st_off(struct omap_mcbsp *mcbsp) in omap_mcbsp_st_off()
117 static void omap_mcbsp_st_fir_write(struct omap_mcbsp *mcbsp, s16 *fir) in omap_mcbsp_st_fir_write()
143 static void omap_mcbsp_st_chgain(struct omap_mcbsp *mcbsp) in omap_mcbsp_st_chgain()
151 static int omap_mcbsp_st_set_chgain(struct omap_mcbsp *mcbsp, int channel, in omap_mcbsp_st_set_chgain()
175 static int omap_mcbsp_st_get_chgain(struct omap_mcbsp *mcbsp, int channel, in omap_mcbsp_st_get_chgain()
[all …]
Domap-mcbsp-priv.h282 static inline void omap_mcbsp_write(struct omap_mcbsp *mcbsp, u16 reg, u32 val) in omap_mcbsp_write()
295 static inline int omap_mcbsp_read(struct omap_mcbsp *mcbsp, u16 reg, in omap_mcbsp_read()
309 #define MCBSP_READ(mcbsp, reg) \ argument
311 #define MCBSP_WRITE(mcbsp, reg, val) \ argument
313 #define MCBSP_READ_CACHE(mcbsp, reg) \ argument