Home
last modified time | relevance | path

Searched +full:fman +full:- +full:internal +full:- +full:mdio (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/net/
Dfsl,fman-mdio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/fsl,fman-mdio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Frame Manager MDIO Device
10 - Frank Li <Frank.Li@nxp.com>
12 description: FMan MDIO Node.
13 The MDIO is a bus to which the PHY devices are connected.
18 - fsl,fman-mdio
19 - fsl,fman-xmdio
[all …]
Dfsl-tsec-phy.txt1 * MDIO IO device
3 The MDIO is a bus to which the PHY devices are connected. For each
5 the definition of the PHY node in booting-without-of.txt for an example
9 - reg : Offset and length of the register set for the device, and optionally
14 - compatible : Should define the compatible device type for the
15 mdio. Currently supported strings/devices are:
16 - "fsl,gianfar-tbi"
17 - "fsl,gianfar-mdio"
18 - "fsl,etsec2-tbi"
19 - "fsl,etsec2-mdio"
[all …]
/linux-6.12.1/drivers/net/ethernet/freescale/fman/
Dfman_mac.h2 * Copyright 2008-2015 Freescale Semiconductor Inc.
37 #include "fman.h"
62 (u8)((_addr64) >> ((5 - i) * 8)); \
82 /* 10GEC MDIO scan event interrupt */
84 /* 10GEC MDIO command completion interrupt */
142 /* dTSEC Internal data error on transmit */
144 /* dTSEC Internal data error on receive */
146 /* dTSEC Time-Stamp Receive Error */
150 /* mEMAC Time-stamp FIFO ECC error interrupt;
165 /* FMan MAC config input */
[all …]
Dfman_tgec.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later
3 * Copyright 2008 - 2015 Freescale Semiconductor Inc.
9 #include "fman.h"
18 /* Transmit Inter-Packet Gap Length Register (TX_IPG_LENGTH) */
86 u32 tx_ipg_len; /* 0x044 Transmitter inter-packet-gap */
131 u32 reserved100[2]; /* 100-108 */
205 iowrite32be(tmp0, &regs->mac_addr_0); in set_mac_address()
206 iowrite32be(tmp1, &regs->mac_addr_1); in set_mac_address()
211 cfg->promiscuous_mode_enable = false; in set_dflts()
212 cfg->pause_ignore = false; in set_dflts()
[all …]
/linux-6.12.1/arch/powerpc/boot/dts/fsl/
Dt1040si-post.dtsi4 * Copyright 2013 - 2014 Freescale Semiconductor Inc.
35 #include <dt-bindings/thermal/thermal.h>
38 compatible = "fsl,bman-fbpr";
39 alloc-ranges = <0 0 0x10000 0>;
43 compatible = "fsl,qman-fqd";
44 alloc-ranges = <0 0 0x10000 0>;
48 compatible = "fsl,qman-pfdr";
49 alloc-ranges = <0 0 0x10000 0>;
53 #address-cells = <2>;
54 #size-cells = <1>;
[all …]
/linux-6.12.1/
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 …]