Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/net/
H A 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 …]
H A Dfsl-fman.txt5 - FMan Node
6 - FMan Port Node
7 - FMan MURAM Node
8 - FMan dTSEC/XGEC/mEMAC Node
9 - FMan IEEE 1588 Node
10 - FMan MDIO Node
11 - Example
14 FMan Node
18 Due to the fact that the FMan is an aggregation of sub-engines (ports, MACs,
19 etc.) the FMan node will have child nodes for each of them.
[all …]
H A 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 …]
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c1 /*-
2 * Copyright (c) 2011-2012 Semihalf.
63 #include "fman.h"
79 * dTSEC FMan MAC exceptions info struct.
89 * @group FMan MAC routines.
92 #define DTSEC_MAC_EXCEPTIONS_END (-1)
95 * FMan MAC exceptions.
98 { e_FM_MAC_EX_10G_MDIO_SCAN_EVENTMDIO, "MDIO scan event" },
99 { e_FM_MAC_EX_10G_MDIO_CMD_CMPL, "MDIO command completion" },
131 { e_FM_MAC_EX_1G_TX_DATA_ERR, "Internal data error on transmit" },
[all …]
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h2 * Copyright 2008-2012 Freescale Semiconductor Inc.
37 @Description Ethernet MAC-PHY Interface
72 @Description Enum for inter-module interrupts registration
81 E_FMAN_MOD_FMAN_CTRL, /**< FMAN Controller Timer event */
104 /**< 10GEC MDIO scan event interrupt */
106 /**< 10GEC MDIO command completion interrupt */
164 /**< dTSEC Internal data error on transmit */
166 /**< dTSEC Internal data error on receive */
168 /**< dTSEC Time-Stamp Receive Error */
172 /**< mEMAC Time-stamp FIFO ECC error interrupt;
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A 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 …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c2 * Copyright 2008-2013 Freescale Semiconductor Inc.
36 @Description FMan dTSEC driver
53 /* Internal routines */
58 if (ENET_SPEED_FROM_MODE(p_Dtsec->enetMode) >= e_ENET_SPEED_10000) in CheckInitParameters()
60 if (p_Dtsec->macId >= FM_MAX_NUM_OF_1G_MACS) in CheckInitParameters()
62 if (p_Dtsec->addr == 0) in CheckInitParameters()
64 if ((ENET_SPEED_FROM_MODE(p_Dtsec->enetMode) >= e_ENET_SPEED_1000) && in CheckInitParameters()
65 p_Dtsec->p_DtsecDriverParam->halfdup_on) in CheckInitParameters()
67 if (p_Dtsec->p_DtsecDriverParam->halfdup_on && (p_Dtsec->p_DtsecDriverParam)->loopback) in CheckInitParameters()
70 if (p_Dtsec->fmMacControllerDriver.fmRevInfo.majorRev <= 6) /* fixed for rev3 */ in CheckInitParameters()
[all …]