Home
last modified time | relevance | path

Searched full:phy2 (Results 1 – 25 of 167) sorted by relevance

1234567

/openbmc/u-boot/test/dm/
H A Dphy.c19 struct phy phy2; in dm_test_phy_base() local
37 ut_assertok(generic_phy_get_by_name(parent, "phy2", &phy2)) in dm_test_phy_base()
38 ut_asserteq_ptr(phy1_method2.dev, phy2.dev); in dm_test_phy_base()
39 ut_assert(phy1_method1.id != phy2.id); in dm_test_phy_base()
45 ut_assert(phy2.dev != phy3.dev); in dm_test_phy_base()
60 struct phy phy2; in dm_test_phy_ops() local
69 ut_assertok(generic_phy_get_by_name(parent, "phy2", &phy2)); in dm_test_phy_ops()
70 ut_asserteq(1, phy2.id); in dm_test_phy_ops()
100 /* PHY2 has a known problem with power off */ in dm_test_phy_ops()
101 ut_assertok(generic_phy_init(&phy2)); in dm_test_phy_ops()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_mac.c202 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
210 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
225 if (phy2) { in mt7615_mac_reset_work()
226 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
227 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
228 del_timer_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
229 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
260 if (phy2) in mt7615_mac_reset_work()
261 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
289 if (phy2) in mt7615_mac_reset_work()
[all …]
/openbmc/u-boot/board/freescale/ls2080aqds/
H A DREADME164 DPMAC2 -> PHY2-P0
170 DPMAC8 -> PHY2-P2
172 DPMAC10 -> PHY2-P0
178 DPMAC16 -> PHY2-P2
204 DPMAC5 -> PHY2-P3
205 DPMAC6 -> PHY2-P2
206 DPMAC7 -> PHY2-P1
207 DPMAC8 -> PHY2-P0
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_csiphy.c258 struct iss_csiphy *phy2 = &iss->csiphy2; in omap4iss_csiphy_init() local
268 phy2->iss = iss; in omap4iss_csiphy_init()
269 phy2->csi2 = &iss->csi2b; in omap4iss_csiphy_init()
270 phy2->max_data_lanes = ISS_CSIPHY2_NUM_DATA_LANES; in omap4iss_csiphy_init()
271 phy2->used_data_lanes = 0; in omap4iss_csiphy_init()
272 phy2->cfg_regs = OMAP4_ISS_MEM_CSI2_B_REGS1; in omap4iss_csiphy_init()
273 phy2->phy_regs = OMAP4_ISS_MEM_CAMERARX_CORE2; in omap4iss_csiphy_init()
274 mutex_init(&phy2->mutex); in omap4iss_csiphy_init()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1070 struct mt76_phy *phy2 = mdev->phys[MT_BAND1]; in mt7996_mac_tx_free() local
1083 if (phy2) { in mt7996_mac_tx_free()
1084 mt76_queue_tx_cleanup(dev, phy2->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1085 mt76_queue_tx_cleanup(dev, phy2->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1447 struct mt7996_phy *phy2 = mt7996_phy2(dev); in mt7996_mac_set_coverage_class() local
1460 if (phy2) in mt7996_mac_set_coverage_class()
1462 phy2->coverage_class); in mt7996_mac_set_coverage_class()
1556 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1562 phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_update_beacons()
1563 if (!phy2) in mt7996_update_beacons()
[all …]
H A Ddma.c372 struct mt76_phy *phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_dma_reset() local
390 if (phy2) in mt7996_dma_reset()
391 mt76_queue_tx_cleanup(dev, phy2->q_tx[i], true); in mt7996_dma_reset()
413 if (phy2) in mt7996_dma_reset()
414 mt76_queue_reset(dev, phy2->q_tx[i]); in mt7996_dma_reset()
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/
H A Dphy.rst38 Device(PHY2) {
40 } // end of PHY2
99 The PHY1 and PHY2 nodes represent the PHYs connected to MDIO bus MDI0
110 Device(PHY2) {
112 } // end of PHY2
141 Package (2) {"phy-handle", \_SB.MDI0.PHY2}}
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c339 struct isp_csiphy *phy2 = &isp->isp_csiphy2; in omap3isp_csiphy_init() local
341 phy2->isp = isp; in omap3isp_csiphy_init()
342 phy2->csi2 = &isp->isp_csi2a; in omap3isp_csiphy_init()
343 phy2->num_data_lanes = ISP_CSIPHY2_NUM_DATA_LANES; in omap3isp_csiphy_init()
344 phy2->cfg_regs = OMAP3_ISP_IOMEM_CSI2A_REGS1; in omap3isp_csiphy_init()
345 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init()
346 mutex_init(&phy2->mutex); in omap3isp_csiphy_init()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c85 /* A83T specific control bits for PHY2 HSIC */
281 /* Some PHYs on some SoCs need the help of PHY2 to work. */ in sun4i_usb_phy_init()
283 struct sun4i_usb_phy *phy2 = &data->phys[2]; in sun4i_usb_phy_init() local
285 ret = clk_prepare_enable(phy2->clk); in sun4i_usb_phy_init()
293 ret = reset_control_deassert(phy2->reset); in sun4i_usb_phy_init()
295 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init()
304 * REG_HCI_PHY_CTL PMU register for PHY2. in sun4i_usb_phy_init()
306 ret = clk_prepare_enable(phy2->clk2); in sun4i_usb_phy_init()
308 reset_control_assert(phy2->reset); in sun4i_usb_phy_init()
309 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-stp-xway.c88 u8 phy2; /* 3 bits can be driven by phy2 */ member
197 chip->phy2 << XWAY_STP_PHY2_SHIFT, in xway_stp_hw_init()
216 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
280 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy2", &phy)) in xway_stp_probe()
281 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/openbmc/linux/net/ieee802154/
H A Dnl-phy.c297 struct wpan_phy *phy2; in ieee802154_del_iface() local
306 phy2 = wpan_phy_find(pname); in ieee802154_del_iface()
307 if (!phy2) in ieee802154_del_iface()
310 if (phy != phy2) { in ieee802154_del_iface()
311 wpan_phy_put(phy2); in ieee802154_del_iface()
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
29 phy-handle = <&phy2>;
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp43x-kixrp435.dts53 phy2: ethernet-phy@2 { label
64 phy-handle = <&phy2>;
H A Dintel-ixp42x-gateway-7001.dts100 phy-handle = <&phy2>;
106 phy2: ethernet-phy@2 { label
/openbmc/linux/arch/arm/boot/dts/hisilicon/
H A Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
/openbmc/linux/Documentation/devicetree/bindings/soc/imx/
H A Dfsl,imx8mp-hsio-blk-ctrl.yaml38 - const: usb-phy2
89 "usb-phy2", "pcie", "pcie-phy";
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c788 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument
797 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware()
1182 struct mt7915_phy *phy2; in mt7915_register_device() local
1200 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device()
1201 if (IS_ERR(phy2)) in mt7915_register_device()
1202 return PTR_ERR(phy2); in mt7915_register_device()
1204 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device()
1225 if (phy2) { in mt7915_register_device()
1226 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device()
1250 if (phy2) in mt7915_register_device()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sm8450-dispcc.yaml38 - description: Link clock from DP PHY2
39 - description: VCO DIV clock from DP PHY2
H A Dqcom,sm8550-dispcc.yaml38 - description: Link clock from DP PHY2
39 - description: VCO DIV clock from DP PHY2
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
H A Dintel,ixp4xx-ethernet.yaml97 phy-handle = <&phy2>;
105 phy2: ethernet-phy@2 {
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dapm-xgene.txt39 phy2: phy@1f22a000 {
61 phys = <&phy2 0>;
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 phy-handle = <&phy2>;
H A Dp1020utm-pc.dtsi90 phy2: ethernet-phy@2 { label
111 phy-handle = <&phy2>;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-openblocks-ax3-4.dts126 phy = <&phy2>;
195 phy2: ethernet-phy@2 { label

1234567