/openbmc/u-boot/board/freescale/ls2080aqds/ |
H A D | eth.c | 97 int dpmac_id = 0, dpmac, mii_bus = 0; in sgmii_configure_repeater() local 112 for (dpmac = 0; dpmac < 8; dpmac++) { in sgmii_configure_repeater() 117 dpmac_id = dpmac + 1; in sgmii_configure_repeater() 121 dpmac_id = dpmac + 9; in sgmii_configure_repeater() 134 ret = miiphy_write(dev[mii_bus], riser_phy_addr[dpmac], 0x1f, in sgmii_configure_repeater() 140 ret = miiphy_read(dev[mii_bus], riser_phy_addr[dpmac], 0x11, in sgmii_configure_repeater() 149 miiphy_write(dev[mii_bus], riser_phy_addr[dpmac], in sgmii_configure_repeater() 157 i2c_write(i2c_addr[dpmac], 6, 1, &a, 1); in sgmii_configure_repeater() 159 i2c_write(i2c_addr[dpmac], 4, 1, &a, 1); in sgmii_configure_repeater() 161 i2c_write(i2c_addr[dpmac], 8, 1, &a, 1); in sgmii_configure_repeater() [all …]
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | eth_ls1088aqds.c | 83 static void sgmii_configure_repeater(int dpmac) in sgmii_configure_repeater() argument 102 switch (dpmac) { in sgmii_configure_repeater() 142 printf("DPMAC %d:PHY is ..... Configured\n", dpmac); in sgmii_configure_repeater() 183 dpmac); in sgmii_configure_repeater() 190 dpmac); in sgmii_configure_repeater() 198 printf("DPMAC %d ..... FAILED to configure PHY\n", dpmac); in sgmii_configure_repeater() 202 static void qsgmii_configure_repeater(int dpmac) in qsgmii_configure_repeater() argument 222 switch (dpmac) { in qsgmii_configure_repeater() 250 printf("DPMAC %d :PHY is ..... Configured\n", dpmac); in qsgmii_configure_repeater() 287 dpmac); in qsgmii_configure_repeater() [all …]
|
/openbmc/linux/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";
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | Makefile | 10 fsl-dpaa2-eth-objs := dpaa2-eth.o dpaa2-ethtool.o dpni.o dpaa2-mac.o dpmac.o dpaa2-eth-devlink.o dp… 14 …itch-objs := dpaa2-switch.o dpaa2-switch-ethtool.o dpsw.o dpaa2-switch-flower.o dpaa2-mac.o dpmac.o
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls208xa.dtsi | 786 compatible = "fsl,qoriq-mc-dpmac"; 792 compatible = "fsl,qoriq-mc-dpmac"; 798 compatible = "fsl,qoriq-mc-dpmac"; 804 compatible = "fsl,qoriq-mc-dpmac"; 810 compatible = "fsl,qoriq-mc-dpmac"; 816 compatible = "fsl,qoriq-mc-dpmac"; 822 compatible = "fsl,qoriq-mc-dpmac"; 828 compatible = "fsl,qoriq-mc-dpmac"; 834 compatible = "fsl,qoriq-mc-dpmac"; 840 compatible = "fsl,qoriq-mc-dpmac"; [all …]
|
H A D | fsl-lx2160a.dtsi | 1675 compatible = "fsl,qoriq-mc-dpmac"; 1681 compatible = "fsl,qoriq-mc-dpmac"; 1687 compatible = "fsl,qoriq-mc-dpmac"; 1693 compatible = "fsl,qoriq-mc-dpmac"; 1699 compatible = "fsl,qoriq-mc-dpmac"; 1705 compatible = "fsl,qoriq-mc-dpmac"; 1711 compatible = "fsl,qoriq-mc-dpmac"; 1717 compatible = "fsl,qoriq-mc-dpmac"; 1723 compatible = "fsl,qoriq-mc-dpmac"; 1729 compatible = "fsl,qoriq-mc-dpmac"; [all …]
|
H A D | fsl-ls1088a.dtsi | 979 compatible = "fsl,qoriq-mc-dpmac"; 984 compatible = "fsl,qoriq-mc-dpmac"; 989 compatible = "fsl,qoriq-mc-dpmac"; 994 compatible = "fsl,qoriq-mc-dpmac"; 999 compatible = "fsl,qoriq-mc-dpmac"; 1004 compatible = "fsl,qoriq-mc-dpmac"; 1009 compatible = "fsl,qoriq-mc-dpmac"; 1014 compatible = "fsl,qoriq-mc-dpmac"; 1019 compatible = "fsl,qoriq-mc-dpmac"; 1024 compatible = "fsl,qoriq-mc-dpmac";
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | Makefile | 12 dpmac.o
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 381 static inline void do_dpmac_config(int dpmac, const char *arg_dpmacid, in do_dpmac_config() argument 409 wriop_set_phy_address(dpmac, phy_num, in do_dpmac_config() 433 wriop_set_mdio(dpmac, bus); in do_dpmac_config()
|
/openbmc/linux/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
|
/openbmc/linux/ |
H A D | MAINTAINERS | 6371 F: drivers/net/ethernet/freescale/dpaa2/dpmac*
|
H A D | opengrok2.0.log | [all...] |