Searched refs:dpmac (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/ |
| H A D | eth.c | 98 int dpmac_id = 0, dpmac, mii_bus = 0; in sgmii_configure_repeater() local 113 for (dpmac = 0; dpmac < 8; dpmac++) { in sgmii_configure_repeater() 118 dpmac_id = dpmac + 1; in sgmii_configure_repeater() 122 dpmac_id = dpmac + 9; in sgmii_configure_repeater() 135 ret = miiphy_write(dev[mii_bus], riser_phy_addr[dpmac], 0x1f, in sgmii_configure_repeater() 141 ret = miiphy_read(dev[mii_bus], riser_phy_addr[dpmac], 0x11, in sgmii_configure_repeater() 150 miiphy_write(dev[mii_bus], riser_phy_addr[dpmac], in sgmii_configure_repeater() 158 i2c_write(i2c_addr[dpmac], 6, 1, &a, 1); in sgmii_configure_repeater() 160 i2c_write(i2c_addr[dpmac], 4, 1, &a, 1); in sgmii_configure_repeater() 162 i2c_write(i2c_addr[dpmac], 8, 1, &a, 1); in sgmii_configure_repeater() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls208xa.dtsi | 485 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 …]
|
| H A D | fsl-lx2160a.dtsi | 1333 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 …]
|
| H A D | fsl-ls1088a.dtsi | 752 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/ |
| H A D | fsl,qoriq-mc.txt | 84 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";
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-mac.c | 40 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()
|
| H A D | Makefile | 9 fsl-dpaa2-eth-objs := dpaa2-eth.o dpaa2-ethtool.o dpni.o dpaa2-mac.o dpmac.o dpaa2-eth-devlink.o
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | Makefile | 14 dpmac.o
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | mac-phy-support.rst | 66 phylink instance, the dpaa2-eth driver will not bind to the connected dpmac
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 5386 F: drivers/net/ethernet/freescale/dpaa2/dpmac*
|