Home
last modified time | relevance | path

Searched full:phy3 (Results 1 – 25 of 104) sorted by relevance

12345

/openbmc/u-boot/test/dm/
H A Dphy.c20 struct phy phy3; in dm_test_phy_base() local
44 ut_assertok(generic_phy_get_by_name(parent, "phy3", &phy3)) in dm_test_phy_base()
45 ut_assert(phy2.dev != phy3.dev); in dm_test_phy_base()
61 struct phy phy3; in dm_test_phy_ops() local
71 ut_assertok(generic_phy_get_by_name(parent, "phy3", &phy3)); in dm_test_phy_ops()
72 ut_asserteq(0, phy3.id); in dm_test_phy_ops()
105 /* PHY3 has a known problem with power off and power on */ in dm_test_phy_ops()
106 ut_assertok(generic_phy_init(&phy3)); in dm_test_phy_ops()
107 ut_asserteq(-EIO, generic_phy_power_off(&phy3)); in dm_test_phy_ops()
108 ut_asserteq(-EIO, generic_phy_power_off(&phy3)); in dm_test_phy_ops()
/openbmc/u-boot/board/freescale/ls2080aqds/
H A DREADME165 DPMAC3 -> PHY3-P0
167 DPMAC5 -> PHY3-P2
173 DPMAC11 -> PHY3-P0
175 DPMAC13 -> PHY3-P2
208 DPMAC9 -> PHY3-P0
209 DPMAC10 -> PHY3-P1
210 DPMAC11 -> PHY3-P2
211 DPMAC12 -> PHY3-P3
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1071 struct mt76_phy *phy3 = mdev->phys[MT_BAND2]; in mt7996_mac_tx_free() local
1087 if (phy3) { in mt7996_mac_tx_free()
1088 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1089 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1448 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local
1464 if (phy3) in mt7996_mac_set_coverage_class()
1466 phy3->coverage_class); in mt7996_mac_set_coverage_class()
1556 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1570 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons()
1571 if (!phy3) in mt7996_update_beacons()
[all …]
H A Ddma.c373 struct mt76_phy *phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_dma_reset() local
392 if (phy3) in mt7996_dma_reset()
393 mt76_queue_tx_cleanup(dev, phy3->q_tx[i], true); in mt7996_dma_reset()
415 if (phy3) in mt7996_dma_reset()
416 mt76_queue_reset(dev, phy3->q_tx[i]); in mt7996_dma_reset()
/openbmc/linux/drivers/gpio/
H A Dgpio-stp-xway.c89 u8 phy3; /* 3 bits can be driven by phy3 */ member
204 chip->phy3 << XWAY_STP_PHY3_SHIFT, in xway_stp_hw_init()
216 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
286 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy3", &phy)) in xway_stp_probe()
287 chip->phy3 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts21 phy3: ethernet-phy@4 { label
37 phy-handle = <&phy3>;
/openbmc/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_arria10_mercury_aa1.dtsi35 phy-handle = <&phy3>;
41 phy3: ethernet-phy@3 { label
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sm8450-dispcc.yaml40 - description: Link clock from DP PHY3
41 - description: VCO DIV clock from DP PHY3
H A Dqcom,sm8550-dispcc.yaml40 - description: Link clock from DP PHY3
41 - description: VCO DIV clock from DP PHY3
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dapm-xgene.txt45 phy3: phy@1f23a000 {
75 phys = <&phy3 0>;
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmvme7100.dts51 phy3: ethernet-phy@4 { label
75 phy-handle = <&phy3>;
H A Dmvme2500.dts104 phy3: ethernet-phy@3 { label
137 phy-handle = <&phy3>;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-375-db.dts162 phy3: ethernet-phy@3 { label
180 phy = <&phy3>;
H A Darmada-xp-openblocks-ax3-4.dts133 phy = <&phy3>;
199 phy3: ethernet-phy@3 { label
H A Darmada-xp-gp.dts143 phy = <&phy3>;
215 phy3: ethernet-phy@3 { label
H A Darmada-xp-db.dts117 phy = <&phy3>;
230 phy3: ethernet-phy@3 { label
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-iot.dts117 phy-handle = <&phy3>;
194 phy3: ethernet-phy@3 { label
/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/
H A Dtmu_csr.h93 /* [31:0] PHY3 in queue address (must be initialized with one of the
114 * is a global Enable for all schedulers in PHY3
/openbmc/linux/drivers/scsi/isci/
H A Dprobe_roms.h284 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Medium cable
287 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Long cable length
300 * phy3 - medium
/openbmc/u-boot/arch/arm/dts/
H A Darmada-375-db.dts178 phy3: ethernet-phy@3 { label
194 phy = <&phy3>;
H A Darmada-xp-maxbcm.dts192 phy3: ethernet-phy@3 { label
214 phy = <&phy3>;
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a77470-iwg23s-sbc.dts76 phy-handle = <&phy3>;
81 phy3: ethernet-phy@3 { label
/openbmc/u-boot/arch/mips/dts/
H A Docelot_pcb123.dts56 phy-handle = <&phy3>;
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstih410-b2120.dts31 usb2_picophy2: phy3 {
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmscc,ocelot.yaml134 phy-handle = <&phy3>;
203 phy-handle = <&phy3>;

12345