Home
last modified time | relevance | path

Searched refs:dpmac (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dfsl-ls208xa.dtsi485 dpmac1: dpmac@1 {
486 compatible = "fsl,qoriq-mc-dpmac";
490 dpmac2: dpmac@2 {
491 compatible = "fsl,qoriq-mc-dpmac";
495 dpmac3: dpmac@3 {
496 compatible = "fsl,qoriq-mc-dpmac";
500 dpmac4: dpmac@4 {
501 compatible = "fsl,qoriq-mc-dpmac";
505 dpmac5: dpmac@5 {
506 compatible = "fsl,qoriq-mc-dpmac";
[all …]
Dfsl-lx2160a.dtsi1333 dpmac1: dpmac@1 {
1334 compatible = "fsl,qoriq-mc-dpmac";
1338 dpmac2: dpmac@2 {
1339 compatible = "fsl,qoriq-mc-dpmac";
1343 dpmac3: dpmac@3 {
1344 compatible = "fsl,qoriq-mc-dpmac";
1348 dpmac4: dpmac@4 {
1349 compatible = "fsl,qoriq-mc-dpmac";
1353 dpmac5: dpmac@5 {
1354 compatible = "fsl,qoriq-mc-dpmac";
[all …]
Dfsl-ls1088a.dtsi752 dpmac1: dpmac@1 {
753 compatible = "fsl,qoriq-mc-dpmac";
757 dpmac2: dpmac@2 {
758 compatible = "fsl,qoriq-mc-dpmac";
762 dpmac3: dpmac@3 {
763 compatible = "fsl,qoriq-mc-dpmac";
767 dpmac4: dpmac@4 {
768 compatible = "fsl,qoriq-mc-dpmac";
772 dpmac5: dpmac@5 {
773 compatible = "fsl,qoriq-mc-dpmac";
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/
Dfsl,qoriq-mc.txt84 The fsl-mc node may optionally have dpmac sub-nodes that describe
88 The dpmac nodes must be under a node named "dpmacs" which contains
93 Definition: Must be present if dpmac sub-nodes are defined and must
98 Definition: Must be present if dpmac sub-nodes are defined and must
105 Definition: Must be "fsl,qoriq-mc-dpmac".
109 Definition: Specifies the id of the dpmac.
114 with the this dpmac.
190 dpmac@1 {
191 compatible = "fsl,qoriq-mc-dpmac";
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c40 struct device_node *dpmacs, *dpmac = NULL; in dpaa2_mac_get_node() local
48 while ((dpmac = of_get_next_child(dpmacs, dpmac)) != NULL) { in dpaa2_mac_get_node()
49 err = of_property_read_u32(dpmac, "reg", &id); in dpaa2_mac_get_node()
58 return dpmac; in dpaa2_mac_get_node()
DMakefile9 fsl-dpaa2-eth-objs := dpaa2-eth.o dpaa2-ethtool.o dpni.o dpaa2-mac.o dpmac.o dpaa2-eth-devlink.o
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst66 phylink instance, the dpaa2-eth driver will not bind to the connected dpmac
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0014_linux_drivers_bus.patch790 + { DPMAC_CMDID_OPEN, "dpmac" },
/kernel/linux/linux-5.10/
DMAINTAINERS5386 F: drivers/net/ethernet/freescale/dpaa2/dpmac*