Home
last modified time | relevance | path

Searched +full:th1520 +full:- +full:gmac (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dthead,th1520-gmac.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/thead,th1520-gmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: T-HEAD TH1520 GMAC Ethernet controller
10 - Drew Fustini <dfustini@tenstorrent.com>
13 The TH1520 GMAC is described in the TH1520 Peripheral Interface User Manual
14 https://git.beagleboard.org/beaglev-ahead/beaglev-ahead/-/tree/main/docs
17 - Compliant with IEEE802.3 Specification
18 - IEEE 1588-2008 standard for precision networked clock synchronization
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dthead,th1520-clk-ap.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/clock/thead,th1520-clk-ap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: T-HEAD TH1520 AP sub-system clock controller
10 The T-HEAD TH1520 AP sub-system clock controller configures the
11 CPU, DPU, GMAC and TEE PLLs. Additionally the VO subsystem configures
15 …https://openbeagle.org/beaglev-ahead/beaglev-ahead/-/blob/main/docs/TH1520%20System%20User%20Manua…
18 - Jisheng Zhang <jszhang@kernel.org>
19 - Wei Fu <wefu@redhat.com>
[all …]
/linux/drivers/clk/thead/
H A DKconfig1 #SPDX-License-Identifier: GPL-2.0
4 bool "T-HEAD TH1520 AP clock support"
11 on the T-HEAD TH1520 SoC. This includes configuration of
12 both CPU PLLs, both DPU PLLs as well as the GMAC, VIDEO,
H A Dclk-th1520-ap.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/clock/thead,th1520-clk-ap.h>
10 #include <linux/clk-provider.h>
84 .mask = GENMASK(_width - 1, 0), \
132 regmap_read(common->map, common->cfg0, &val); in ccu_get_parent_helper()
133 parent = val >> mux->shift; in ccu_get_parent_helper()
134 parent &= GENMASK(mux->width - 1, 0); in ccu_get_parent_helper()
143 return regmap_update_bits(common->map, common->cfg0, in ccu_set_parent_helper()
144 GENMASK(mux->width - 1, 0) << mux->shift, in ccu_set_parent_helper()
145 index << mux->shift); in ccu_set_parent_helper()
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]