Home
last modified time | relevance | path

Searched full:ctu (Results 1 – 25 of 41) sorted by relevance

12

/linux/sound/soc/renesas/rcar/
H A Dctu.c3 // ctu.c
10 #define CTU_NAME "ctu"
13 * User needs to setup CTU by amixer, and its settings are
16 * CTUn_CPMDR : amixser set "CTU Pass"
17 * CTUn_SV0xR : amixser set "CTU SV0"
18 * CTUn_SV1xR : amixser set "CTU SV1"
19 * CTUn_SV2xR : amixser set "CTU SV2"
20 * CTUn_SV3xR : amixser set "CTU SV3"
22 * [CTU Pass]
37 * [CTU SVx]
[all …]
H A Dmix.c10 * [SRC3 / SRC6] -> |CTU n0| -> [MIX n0| ->
11 * [SRC4 / SRC9] -> |CTU n1| -> [MIX n1| ->
12 * [SRC0 / SRC1] -> |CTU n2| -> [MIX n2| ->
13 * [SRC2 / SRC5] -> |CTU n3| -> [MIX n3| ->
H A DMakefile2 snd-soc-rcar-y := core.o gen.o dma.o adg.o ssi.o ssiu.o src.o ctu.o mix.o dvc.o cmd.o debugfs.o
H A Drsnd.h38 /* SCU (MIX/CTU/DVC) */
485 #define RSND_NODE_CTU "rcar_sound,ctu"
666 void *ctu; member
829 * R-Car CTU
836 rsnd_parse_connect_common(rdai, "ctu", rsnd_ctu_mod_get, \
H A Ddma.c652 struct rsnd_mod *ctu = rsnd_io_to_mod_ctu(io); in rsnd_dma_of_path() local
696 * [S] -*-> SRC -> CTU -> MIX -> DVC -o-> [E] in rsnd_dma_of_path()
716 } else if (ctu) { in rsnd_dma_of_path()
717 mod[idx++] = ctu; in rsnd_dma_of_path()
718 ctu = NULL; in rsnd_dma_of_path()
/linux/drivers/net/can/ctucanfd/
H A DKconfig2 tristate "CTU CAN-FD IP core" if COMPILE_TEST
4 This driver adds support for the CTU CAN FD open-source IP core.
12 Guidepost CTU FEE CAN bus projects page https://canbus.pages.fel.cvut.cz/ .
15 tristate "CTU CAN-FD IP core PCI/PCIe driver"
19 This driver adds PCI/PCIe support for CTU CAN-FD IP core.
25 tristate "CTU CAN-FD IP core platform (FPGA, SoC) driver"
H A Dctucanfd_platform.c4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <ondrej.ille@gmail.com> FEE CTU
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2022 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
106 { .compatible = "ctu,ctucanfd-2", },
107 { .compatible = "ctu,ctucanfd", },
126 MODULE_DESCRIPTION("CTU CAN FD for platform");
H A Dctucanfd.h4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <ondrej.ille@gmail.com> FEE CTU
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2021 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
63 * @addr: Base address of CTU CAN FD core address
H A Dctucanfd_kframe.h4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <ondrej.ille@gmail.com> FEE CTU
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2021 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
H A Dctucanfd_pci.c4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <ondrej.ille@gmail.com> FEE CTU
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2022 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
182 dev_info(dev, "CTU CAN FD core %d initialization failed\n", in ctucan_pci_probe()
290 MODULE_DESCRIPTION("CTU CAN FD for PCI bus");
H A Dctucanfd_base.c4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <ondrej.ille@gmail.com> FEE CTU
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2022 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
170 * ctucan_reset() - Issues software reset request to CTU CAN FD
198 * ctucan_set_btr() - Sets CAN bus bit timing in CTU CAN FD
223 * In CTU CAN FD, PROP is 6/7 bits wide but PH1 only 6/5, so we must re-distribute the in ctucan_set_btr()
285 * ctucan_set_secondary_sample_point() - Sets secondary sample point in CTU CAN FD
322 * ctucan_set_mode() - Sets CTU CAN FDs mode
641 * @priv: Pointer to CTU CA
[all...]
H A Dctucanfd_kregs.h4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <ondrej.ille@gmail.com> FEE CTU
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2022 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
H A DMakefile3 # Makefile for the CTU CAN-FD IP module drivers
/linux/Documentation/devicetree/bindings/net/can/
H A Dctu,ctucanfd.yaml4 $id: http://devicetree.org/schemas/net/can/ctu,ctucanfd.yaml#
7 title: CTU CAN FD Open-source IP Core
35 - const: ctu,ctucanfd-2
36 - const: ctu,ctucanfd
37 - const: ctu,ctucanfd
62 compatible = "ctu,ctucanfd";
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst3 CTU CAN FD Driver
9 About CTU CAN FD IP Core
12 `CTU CAN FD <https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core>`_
16 of `FEE <http://www.fel.cvut.cz/en/>`_ at `CTU <https://www.cvut.cz/en>`_.
30 The basic functional model of the CTU CAN FD peripheral has been
32 for CAN FD buses, host connection and CTU CAN FD core emulation. The development
33 version of emulation support can be cloned from ctu-canfd branch of QEMU local
85 compatible = "ctu,ctucanfd";
143 { .compatible = "ctu,canfd-2", },
144 { .compatible = "ctu,ctucanfd", },
[all …]
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77995.dtsi1094 "ctu.1", "ctu.0",
1104 rcar_sound,ctu {
1105 ctu00: ctu-0 { };
1106 ctu01: ctu-1 { };
1107 ctu02: ctu-2 { };
1108 ctu03: ctu-3 { };
1109 ctu10: ctu-4 { };
1110 ctu11: ctu-5 { };
1111 ctu12: ctu-6 { };
1112 ctu13: ctu-7 { };
H A Dr8a774c0.dtsi1379 "ctu.1", "ctu.0",
1395 rcar_sound,ctu {
1396 ctu00: ctu-0 { };
1397 ctu01: ctu-1 { };
1398 ctu02: ctu-2 { };
1399 ctu03: ctu-3 { };
1400 ctu10: ctu-4 { };
1401 ctu11: ctu-5 { };
1402 ctu12: ctu-6 { };
1403 ctu13: ctu-7 { };
/linux/arch/arm/boot/dts/renesas/
H A Dr8a7794.dtsi1055 "ctu.0", "ctu.1",
1089 rcar_sound,ctu {
1090 ctu00: ctu-0 { };
1091 ctu01: ctu-1 { };
1092 ctu02: ctu-2 { };
1093 ctu03: ctu-3 { };
1094 ctu10: ctu-4 { };
1095 ctu11: ctu-5 { };
1096 ctu12: ctu-6 { };
1097 ctu13: ctu-7 { };
H A Dr8a7745.dtsi1215 "ctu.0", "ctu.1",
1248 rcar_sound,ctu {
1249 ctu00: ctu-0 { };
1250 ctu01: ctu-1 { };
1251 ctu02: ctu-2 { };
1252 ctu03: ctu-3 { };
1253 ctu10: ctu-4 { };
1254 ctu11: ctu-5 { };
1255 ctu12: ctu-6 { };
1256 ctu13: ctu-7 { };
H A Dr8a7743.dtsi1286 "ctu.0", "ctu.1",
1316 rcar_sound,ctu {
1317 ctu00: ctu-0 { };
1318 ctu01: ctu-1 { };
1319 ctu02: ctu-2 { };
1320 ctu03: ctu-3 { };
1321 ctu10: ctu-4 { };
1322 ctu11: ctu-5 { };
1323 ctu12: ctu-6 { };
1324 ctu13: ctu-7 { };
H A Dr8a7744.dtsi1286 "ctu.0", "ctu.1",
1316 rcar_sound,ctu {
1317 ctu00: ctu-0 { };
1318 ctu01: ctu-1 { };
1319 ctu02: ctu-2 { };
1320 ctu03: ctu-3 { };
1321 ctu10: ctu-4 { };
1322 ctu11: ctu-5 { };
1323 ctu12: ctu-6 { };
1324 ctu13: ctu-7 { };
H A Dr8a7742.dtsi1253 "ctu.0", "ctu.1",
1287 rcar_sound,ctu {
1288 ctu00: ctu-0 { };
1289 ctu01: ctu-1 { };
1290 ctu02: ctu-2 { };
1291 ctu03: ctu-3 { };
1292 ctu10: ctu-4 { };
1293 ctu11: ctu-5 { };
1294 ctu12: ctu-6 { };
1295 ctu13: ctu-7 { };
H A Dr8a7791.dtsi1325 "ctu.0", "ctu.1",
1359 rcar_sound,ctu {
1360 ctu00: ctu-0 { };
1361 ctu01: ctu-1 { };
1362 ctu02: ctu-2 { };
1363 ctu03: ctu-3 { };
1364 ctu10: ctu-4 { };
1365 ctu11: ctu-5 { };
1366 ctu12: ctu-6 { };
1367 ctu13: ctu-7 { };
H A Dr8a7790.dtsi1293 "ctu.0", "ctu.1",
1327 rcar_sound,ctu {
1328 ctu00: ctu-0 { };
1329 ctu01: ctu-1 { };
1330 ctu02: ctu-2 { };
1331 ctu03: ctu-3 { };
1332 ctu10: ctu-4 { };
1333 ctu11: ctu-5 { };
1334 ctu12: ctu-6 { };
1335 ctu13: ctu-7 { };
/linux/Documentation/networking/device_drivers/can/
H A Dindex.rst14 ctu/ctucanfd-driver

12