Searched +full:da850 +full:- +full:mcbsp (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | davinci-mcbsp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/davinci-mcbsp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: McBSP Controller for TI SoCs 10 - Bastien Curutchet <bastien.curutchet@bootlin.com> 13 - $ref: dai-common.yaml# 18 - ti,da850-mcbsp 23 - description: CFG registers 24 - description: data registers [all …]
|
/linux-6.12.1/drivers/clk/davinci/ |
D | psc-da850.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * PSC clock descriptions for TI DA850/OMAP-L138/AM18XX 8 #include <linux/clk-provider.h> 9 #include <linux/reset-controller.h> 19 LPSC_CLKDEV1(emifa_clkdev, NULL, "ti-aemif"); 21 LPSC_CLKDEV1(mmcsd0_clkdev, NULL, "da830-mmc.0"); 25 LPSC_CLKDEV1(dsp_clkdev, NULL, "davinci-rproc.0"); 43 LPSC_CLKDEV3(usb0_clkdev, "fck", "da830-usb-phy-clks", 44 NULL, "musb-da8xx", 45 NULL, "cppi41-dmaengine"); [all …]
|
/linux-6.12.1/sound/soc/ti/ |
D | davinci-i2s.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ALSA SoC I2S (McBSP) Audio Layer for TI DAVINCI processor 9 * based on davinci-mcasp.c DT support 12 * on DA850 implement HW FIFOs instead of DMA into DXR and DRR registers 30 #include "edma-pcm.h" 31 #include "davinci-i2s.h" 33 #define DRV_NAME "davinci-i2s" 38 * - This driver supports the "Audio Serial Port" (ASP), 41 * - But it labels it a "Multi-channel Buffered Serial Port" 42 * (McBSP) as on older chips like the dm642 ... which was [all …]
|