Home
last modified time | relevance | path

Searched +full:am654 +full:- +full:icss +full:- +full:iep (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dti,icss-iep.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/ti,icss-iep.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments ICSS Industrial Ethernet Peripheral (IEP) module
10 - Md Danish Anwar <danishanwar@ti.com>
15 - items:
16 - enum:
17 - ti,am642-icss-iep
18 - ti,j721e-icss-iep
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-main.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/
7 #include <dt-bindings/phy/phy-am654-serdes.h>
11 compatible = "mmio-sram";
13 #address-cells = <1>;
14 #size-cells = <1>;
17 atf-sram@0 {
21 sysfw-sram@f0000 {
25 l3cache-sram@100000 {
30 gic500: interrupt-controller@1800000 {
[all …]
/linux/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Texas Instruments ICSSG Industrial Ethernet Peripheral (IEP) Driver
5 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com
57 * icss_iep_get_count_hi() - Get the upper 32 bit IEP counter
58 * @iep: Pointer to structure representing IEP.
60 * Return: upper 32 bit IEP counter
62 int icss_iep_get_count_hi(struct icss_iep *iep) in icss_iep_get_count_hi() argument
66 if (iep && (iep->plat_data->flags & ICSS_IEP_64BIT_COUNTER_SUPPORT)) in icss_iep_get_count_hi()
67 val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_COUNT_REG1]); in icss_iep_get_count_hi()
74 * icss_iep_get_count_low() - Get the lower 32 bit IEP counter
[all …]
/linux/drivers/net/ethernet/ti/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
107 This driver supports TI K3 AM654/J721E CPSW2G Ethernet SubSystem.
108 The two-port Gigabit Ethernet MAC (MCU_CPSW0) subsystem provides
114 will be called ti-am65-cpsw-nuss.
134 the IEEE 1588-2008 standard for a precision clock synchronization
144 MQPRIO qdisc offload and Frame-Preemption MAC Merge / Interspersing
220 tristate "TI PRU ICSS IEP driver"
225 This driver enables support for the PRU-ICSS Industrial Ethernet
226 Peripheral within a PRU-ICSS subsystem present on various TI SoCs.