Lines Matching +full:dsp +full:- +full:config +full:- +full:name
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-omap1/mcbsp.c
19 #include <linux/omap-dma.h>
22 #include <linux/platform_data/asoc-ti-mcbsp.h>
40 * are DSP public peripherals. in omap1_mcbsp_request()
51 * DSP external peripheral reset in omap1_mcbsp_request()
52 * FIXME: This should be moved to dsp code in omap1_mcbsp_request()
64 if (--dsp_use == 0) { in omap1_mcbsp_free()
102 .name = "rx",
107 .name = "tx",
112 .name = "rx",
117 .name = "tx",
129 .name = "rx",
134 .name = "tx",
139 .name = "rx",
144 .name = "tx",
179 .name = "rx",
184 .name = "tx",
189 .name = "rx",
194 .name = "tx",
206 .name = "rx",
211 .name = "tx",
216 .name = "rx",
221 .name = "tx",
233 .name = "rx",
238 .name = "tx",
243 .name = "rx",
248 .name = "tx",
286 .name = "rx",
291 .name = "tx",
296 .name = "rx",
301 .name = "tx",
313 .name = "rx",
318 .name = "tx",
323 .name = "rx",
328 .name = "tx",
340 .name = "rx",
345 .name = "tx",
350 .name = "rx",
355 .name = "tx",
385 struct omap_mcbsp_platform_data *config, int size) in omap_mcbsp_register_board_cfg() argument
400 new_mcbsp = platform_device_alloc("omap-mcbsp", i + 1); in omap_mcbsp_register_board_cfg()
405 config[i].reg_size = 2; in omap_mcbsp_register_board_cfg()
406 config[i].reg_step = 2; in omap_mcbsp_register_board_cfg()
407 new_mcbsp->dev.platform_data = &config[i]; in omap_mcbsp_register_board_cfg()
420 return -ENODEV; in omap1_mcbsp_init()