Searched +full:mdi +full:- +full:cfg +full:- +full:order (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Christian Marangi <ansuelsmth@gmail.com>17 - Attached SPI flash directly to the PHY with the firmware. The PHY19 - Read from a dedicated partition on system NAND declared in an21 - Manually provided firmware loaded from a file in the filesystem.24 - $ref: ethernet-phy.yaml#31 - ethernet-phy-id03a1.b44532 - ethernet-phy-id03a1.b460[all …]
1 // SPDX-License-Identifier: GPL-2.0+189 /* RGMII to 1000BASE-X */191 /* RGMII to 100BASE-FX */391 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in marvell_config_intr()455 err = marvell_set_polarity(phydev, phydev->mdix_ctrl); in marvell_config_aneg()470 if (phydev->autoneg != AUTONEG_ENABLE || changed) { in marvell_config_aneg()488 * that certain registers get written in order in m88e1101_config_aneg()520 * marvell,reg-init property stored in the of_node for the phydev.522 * marvell,reg-init = <reg-page reg mask value>,...;524 * There may be one or more sets of <reg-page reg mask value>:[all …]
4 * Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.16 * - Redistributions of source code must retain the above20 * - Redistributions in binary form must reproduce the above43 * t4_wait_op_done_val - wait until an operation is completed46 * @mask: a single-bit field within @reg that indicates completion55 * operation completes and -EAGAIN otherwise.68 if (--attempts == 0) in t4_wait_op_done_val()69 return -EAGAIN; in t4_wait_op_done_val()83 * t4_set_reg_field - set a register field to a value102 * t4_read_indirect - read indirectly addressed registers[all …]