Home
last modified time | relevance | path

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

123

/openbmc/linux/sound/soc/sh/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-objs := 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.h49 /* SCU (MIX/CTU/DVC) */
497 #define RSND_NODE_CTU "rcar_sound,ctu"
679 void *ctu; member
842 * R-Car CTU
849 rsnd_parse_connect_common(rdai, "ctu", rsnd_ctu_mod_get, \
/openbmc/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
640 * @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
/openbmc/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";
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.yaml118 description: References to SSI/SRC/MIX/CTU/DVC/AUDIO_CLK clocks.
157 rcar_sound,ctu:
158 description: CTU subnode.
161 "^ctu-[0-7]$":
369 - pattern: '^ctu\.[0-1]$'
419 "ctu.1", "ctu.0",
451 rcar_sound,ctu {
452 ctu00: ctu-0 { };
453 ctu01: ctu-1 { };
454 ctu02: ctu-2 { };
[all …]
H A Drenesas,rsnd.txt13 - CTU : Channel Transfer Unit
34 See datasheet to check SRC/CTU/MIX/DVC connect-limitation.
91 * CTU (Channel Transfer Unit)
95 ------> [CTU] -------->
97 CTU can convert [xx]ch to [yy]ch, or exchange outputted channel.
98 CTU conversion needs matrix settings.
112 ${LINUX}/sound/soc/sh/rcar/ctu.c
127 amixer set "CTU Reset" on
128 amixer set "CTU Pass" 9,10
129 amixer set "CTU SV0" 0,4194304
[all …]
/openbmc/qemu/docs/system/devices/
H A Dcan.rst20 In 2020, CTU CAN FD controller model has been added as part
24 provided by CTU, and more companies including Volkswagen subsidiaries.
106 CTU CAN FD support examples
113 ctucan_pci). The default build defines two CTU CAN FD cores
117 Linux system (SocketCAN used) and to both CTU CAN FD cores emulated
131 Setup of CTU CAN FD controller in a guest Linux system::
185 …(7) `CTU CAN FD project including core VHDL design, Linux driver, test utilities etc. <https://git…
186 …(8) `CTU CAN FD Core Datasheet Documentation <http://canbus.pages.fel.cvut.cz/ctucanfd_ip_core/doc…
187 …(9) `CTU CAN FD Core System Architecture Documentation <http://canbus.pages.fel.cvut.cz/ctucanfd_i…
188 …(10) `CTU CAN FD Driver Documentation <https://canbus.pages.fel.cvut.cz/ctucanfd_ip_core/doc/linux…
/openbmc/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 …]
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_frame.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-2020 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
H A Dctu_can_fd_regs.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-2020 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
/openbmc/linux/Documentation/networking/device_drivers/can/
H A Dindex.rst14 ctu/ctucanfd-driver
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77995.dtsi1071 "ctu.1", "ctu.0",
1081 rcar_sound,ctu {
1082 ctu00: ctu-0 { };
1083 ctu01: ctu-1 { };
1084 ctu02: ctu-2 { };
1085 ctu03: ctu-3 { };
1086 ctu10: ctu-4 { };
1087 ctu11: ctu-5 { };
1088 ctu12: ctu-6 { };
1089 ctu13: ctu-7 { };
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7794.dtsi986 "ctu.0", "ctu.1",
1020 rcar_sound,ctu {
1021 ctu00: ctu-0 { };
1022 ctu01: ctu-1 { };
1023 ctu02: ctu-2 { };
1024 ctu03: ctu-3 { };
1025 ctu10: ctu-4 { };
1026 ctu11: ctu-5 { };
1027 ctu12: ctu-6 { };
1028 ctu13: ctu-7 { };
H A Dr8a7791.dtsi1175 "ctu.0", "ctu.1",
1209 rcar_sound,ctu {
1210 ctu00: ctu-0 { };
1211 ctu01: ctu-1 { };
1212 ctu02: ctu-2 { };
1213 ctu03: ctu-3 { };
1214 ctu10: ctu-4 { };
1215 ctu11: ctu-5 { };
1216 ctu12: ctu-6 { };
1217 ctu13: ctu-7 { };
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7794.dtsi992 "ctu.0", "ctu.1",
1026 rcar_sound,ctu {
1027 ctu00: ctu-0 { };
1028 ctu01: ctu-1 { };
1029 ctu02: ctu-2 { };
1030 ctu03: ctu-3 { };
1031 ctu10: ctu-4 { };
1032 ctu11: ctu-5 { };
1033 ctu12: ctu-6 { };
1034 ctu13: ctu-7 { };
H A Dr8a7745.dtsi1157 "ctu.0", "ctu.1",
1190 rcar_sound,ctu {
1191 ctu00: ctu-0 { };
1192 ctu01: ctu-1 { };
1193 ctu02: ctu-2 { };
1194 ctu03: ctu-3 { };
1195 ctu10: ctu-4 { };
1196 ctu11: ctu-5 { };
1197 ctu12: ctu-6 { };
1198 ctu13: ctu-7 { };

123