Home
last modified time | relevance | path

Searched full:ctu (Results 1 – 25 of 27) 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()
H A Dcore.c19 * - CTU : Channel Count Conversion Unit
29 * - CTU : Channel Count Conversion Unit
281 * converted_chan will be used for CTU, in rsnd_runtime_channel_after_ctu_with_params()
283 * User shouldn't use CTU with TDM Split mode. in rsnd_runtime_channel_after_ctu_with_params()
288 dev_err(dev, "CTU and TDM Split should be used\n"); in rsnd_runtime_channel_after_ctu_with_params()
/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 CAN FD's private data
[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.dtsi1084 "ctu.1", "ctu.0",
1094 rcar_sound,ctu {
1095 ctu00: ctu-0 { };
1096 ctu01: ctu-1 { };
1097 ctu02: ctu-2 { };
1098 ctu03: ctu-3 { };
1099 ctu10: ctu-4 { };
1100 ctu11: ctu-5 { };
1101 ctu12: ctu-6 { };
1102 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 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 { };
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 { };
/linux/Documentation/networking/device_drivers/can/
H A Dindex.rst14 ctu/ctucanfd-driver
/linux/drivers/soc/tegra/
H A Dari-tegra186.c24 "SYS:DPMU", "ROC:IOB", "ROC:MCB", "ROC:CCE", "ROC:CQX", "ROC:CTU",
/linux/drivers/ipack/devices/
H A Dscc2698.h72 u8 d6, ctu; /* Counter timer upper register of block */ member
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_regs.h27 * * CTU: Coding Tree Unit
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst114 slightly more flexible processing unit called coding tree unit (CTU).

12