/linux/sound/soc/renesas/rcar/ |
H A D | ctu.c | 3 // 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 D | mix.c | 10 * [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 D | Makefile | 2 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 D | rsnd.h | 38 /* 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 D | dma.c | 652 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 D | core.c | 19 * - 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 D | Kconfig | 2 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 D | ctucanfd_platform.c | 4 * 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 D | ctucanfd.h | 4 * 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 D | ctucanfd_kframe.h | 4 * 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 D | ctucanfd_pci.c | 4 * 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 D | ctucanfd_base.c | 4 * 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 D | ctucanfd_kregs.h | 4 * 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 D | Makefile | 3 # Makefile for the CTU CAN-FD IP module drivers
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | ctu,ctucanfd.yaml | 4 $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 D | ctucanfd-driver.rst | 3 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 D | r8a77995.dtsi | 1084 "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 D | r8a7794.dtsi | 1055 "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 D | r8a7790.dtsi | 1293 "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 D | r8a7791.dtsi | 1325 "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 D | index.rst | 14 ctu/ctucanfd-driver
|
/linux/drivers/soc/tegra/ |
H A D | ari-tegra186.c | 24 "SYS:DPMU", "ROC:IOB", "ROC:MCB", "ROC:CCE", "ROC:CQX", "ROC:CTU",
|
/linux/drivers/ipack/devices/ |
H A D | scc2698.h | 72 u8 d6, ctu; /* Counter timer upper register of block */ member
|
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_regs.h | 27 * * CTU: Coding Tree Unit
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-decoder.rst | 114 slightly more flexible processing unit called coding tree unit (CTU).
|