Searched +full:tx +full:- +full:p2p +full:- +full:microvolt (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/transmit-amplitude.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 Binding describing the peak-to-peak transmit amplitude for common PHYs14 - Marek Behún <kabel@kernel.org>17 tx-p2p-microvolt:19 Transmit amplitude voltages in microvolts, peak-to-peak. If this property21 'tx-p2p-microvolt-names' property must be provided and contain24 tx-p2p-microvolt-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Marvell 88e6xxx Ethernet switch single-chip support9 * Copyright (c) 2016-2017 Savoir-faire Linux Inc.49 if (unlikely(!mutex_is_locked(&chip->reg_lock))) { in assert_reg_lock()50 dev_err(chip->dev, "Switch registers lock not held!\n"); in assert_reg_lock()65 dev_dbg(chip->dev, "<- addr: 0x%.2x reg: 0x%.2x val: 0x%.4x\n", in mv88e6xxx_read()81 dev_dbg(chip->dev, "-> addr: 0x%.2x reg: 0x%.2x val: 0x%.4x\n", in mv88e6xxx_write()120 dev_err(chip->dev, "Timeout while waiting for switch\n"); in mv88e6xxx_wait_mask()121 return -ETIMEDOUT; in mv88e6xxx_wait_mask()135 mdio_bus = list_first_entry_or_null(&chip->mdios, in mv88e6xxx_default_mdio_bus()[all …]