Home
last modified time | relevance | path

Searched refs:phy2 (Results 1 – 25 of 86) sorted by relevance

1234

/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()
291 if (phy2) in mt7615_mac_reset_work()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1101 struct mt76_phy *phy2 = mdev->phys[MT_BAND1]; in mt7996_mac_tx_free() local
1115 if (phy2) { in mt7996_mac_tx_free()
1116 mt76_queue_tx_cleanup(dev, phy2->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1117 mt76_queue_tx_cleanup(dev, phy2->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1498 struct mt7996_phy *phy2 = mt7996_phy2(dev); in mt7996_mac_set_coverage_class() local
1511 if (phy2) in mt7996_mac_set_coverage_class()
1513 phy2->coverage_class); in mt7996_mac_set_coverage_class()
1607 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1613 phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_update_beacons()
1614 if (!phy2) in mt7996_update_beacons()
[all …]
H A Ddma.c655 struct mt76_phy *phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_dma_reset() local
673 if (phy2) in mt7996_dma_reset()
674 mt76_queue_tx_cleanup(dev, phy2->q_tx[i], true); in mt7996_dma_reset()
703 if (phy2) in mt7996_dma_reset()
704 mt76_dma_reset_tx_queue(&dev->mt76, phy2->q_tx[i]); in mt7996_dma_reset()
/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()
/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()
/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
29 phy-handle = <&phy2>;
/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()
281 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/linux/arch/arm/boot/dts/hisilicon/
H A Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
/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
/linux/arch/loongarch/boot/dts/
H A Dloongson-2k2000-ref.dts96 phy-handle = <&phy2>;
101 phy2: ethernet-phy@2 { label
/linux/arch/powerpc/boot/dts/fsl/
H A Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 phy-handle = <&phy2>;
H A Dgef_sbc610.dts152 phy2: ethernet-phy@2 { label
165 phy-handle = <&phy2>;
H A Dgef_ppc9a.dts154 phy2: ethernet-phy@2 { label
167 phy-handle = <&phy2>;
H A Dp1010rdb-pb.dts27 &phy2 {
H A Dp1020utm-pc.dtsi90 phy2: ethernet-phy@2 { label
111 phy-handle = <&phy2>;
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c1311 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1317 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1406 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1424 if (phy2) in mt7915_mac_restart()
1425 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1442 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1446 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1477 if (phy2) in mt7915_mac_full_reset()
1478 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1494 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
[all …]
H A Ddma.c408 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init() argument
451 if (phy2) { in mt7915_dma_init()
452 ret = mt7915_init_tx_queues(phy2, in mt7915_dma_init()
453 MT_TXQ_ID(phy2->mt76->band_idx), in mt7915_dma_init()
/linux/Documentation/devicetree/bindings/ata/
H A Dapm-xgene.txt39 phy2: phy@1f22a000 {
61 phys = <&phy2 0>;
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-openblocks-ax3-4.dts126 phy = <&phy2>;
195 phy2: ethernet-phy@2 { label
H A Darmada-385-db-ap.dts64 phy2: ethernet-phy@6 { label
96 phy = <&phy2>;
H A Darmada-xp-db.dts110 phy = <&phy2>;
226 phy2: ethernet-phy@2 { label
/linux/arch/arm/boot/dts/st/
H A Dstih410-b2120.dts27 usb2_picophy1: phy2 {
/linux/arch/mips/boot/dts/mscc/
H A Docelot_pcb123.dts63 phy-handle = <&phy2>;

1234