Home
last modified time | relevance | path

Searched +full:enetc +full:- +full:mdio (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl-enetc.txt1 * ENETC ethernet device tree bindings
3 Depending on board design and ENETC port type (internal or
9 - reg : Specifies PCIe Device Number and Function
10 Number of the ENETC endpoint device, according
12 - compatible : Should be "fsl,enetc".
14 1. The ENETC external port is connected to a MDIO configurable phy
16 1.1. Using the local ENETC Port MDIO interface
18 In this case, the ENETC node should include a "mdio" sub-node
19 that in turn should contain the "ethernet-phy" node describing the
26 - phy-handle : Phandle to a PHY on the MDIO bus.
[all …]
H A Dfsl,enetc-mdio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/fsl,enetc-mdio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ENETC external MDIO PCIe endpoint device
10 NETC provides an external master MDIO interface (EMDIO) for managing external
12 provides a means for different software modules to share a single set of MDIO
16 - Frank Li <Frank.Li@nxp.com>
17 - Vladimir Oltean <vladimir.oltean@nxp.com>
18 - Wei Fang <wei.fang@nxp.com>
[all …]
H A Dfsl,enetc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/fsl,enetc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The NIC functionality in NETC is known as EtherNET Controller (ENETC). ENETC
12 (SR-IOV), advanced QoS with 8 traffic classes and 4 drop resilience levels,
16 - Frank Li <Frank.Li@nxp.com>
17 - Vladimir Oltean <vladimir.oltean@nxp.com>
18 - Wei Fang <wei.fang@nxp.com>
19 - Claudiu Manoil <claudiu.manoil@nxp.com>
[all …]
/freebsd/share/man/man4/man4.aarch64/
H A Dfelix.41 .\" -
2 .\" SPDX-License-Identifier: BSD-2-Clause
41 .Cd "device mdio"
42 .Cd "device enetc"
49 found in NXP LS1028A SoC. It is a PCI device, part of the larger ENETC
67 .Dl # etherswitchcfg port5 -addtag
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmscc,ocelot.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vladimir Oltean <vladimir.oltean@nxp.com>
11 - Claudiu Manoil <claudiu.manoil@nxp.com>
12 - Alexandre Belloni <alexandre.belloni@bootlin.com>
13 - UNGLinuxDriver@microchip.com
16 There are multiple switches which are either part of the Ocelot-1 family, or
22 Frame DMA or register-based I/O.
26 This is found in the NXP T1040, where it is a memory-mapped platform
[all …]
/freebsd/sys/conf/
H A Dfiles.arm6458 arm64/arm64/locore.S standard no-obj
71 compile-with "${NORMAL_C:N-mbranch-protection*} -mbranch-protection=bti"
87 compile-with "${NOSAN_C}"
130 compile-with "${NOSAN_C} -fpie" \
131 no-obj
133 compile-with "${NOSAN_C} -fpie" \
134 no-obj
137 …compile-with "${SYSTEM_LD_BASECMD} -o ${.TARGET} ${.ALLSRC} --defsym=_start='0x0' --defsym=text_st…
138 no-obj no-implicit-rule
141 compile-with "${OBJCOPY} --strip-debug ${.ALLSRC} ${.TARGET}" \
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree Include file for NXP Layerscape-1028A family SoC.
5 * Copyright 2018-2020 NXP
11 #include <dt-bindings/clock/fsl,qoriq-clockgen.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/thermal/thermal.h>
17 interrupt-parent = <&gic>;
18 #address-cells = <2>;
19 #size-cells = <2>;
22 #address-cells = <1>;
[all …]
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 #include <dev/enetc/enetc_mdio.h>
148 felix_pci_ids, nitems(felix_pci_ids) - 1);
157 sc->dev = dev; in felix_probe()
159 for (id = felix_pci_ids; id->vendor != 0; ++id) { in felix_probe()
160 if (pci_get_device(dev) != id->device || in felix_probe()
161 pci_get_vendor(dev) != id->vendor) in felix_probe()
164 device_set_desc(dev, id->desc); in felix_probe()
179 device_printf(sc->dev, "Port node doesn't have reg property\n"); in felix_parse_port_fdt()
[all …]
/freebsd/sys/modules/
H A DMakefile6 # Modules that include binary-only blobs of microcode should be selectable by
250 mdio \
709 _enetc= enetc
868 # XXX some of these can move to the general case when de-i386'ed
923 .endif # MODULES_OVERRIDE -- Keep last
927 .MAKEFLAGS+= -DNO_XREF
932 cat -l >> ${METALOG}