Home
last modified time | relevance | path

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

12345

/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci_mac.c149 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && mdev->phy2) in mt7615_tx_prepare_skb()
150 phy = mdev->phy2->priv; in mt7615_tx_prepare_skb()
257 if (!dev->mt76.phy2) in mt7615_update_beacons()
260 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7615_update_beacons()
262 mt7615_update_vif_beacon, dev->mt76.phy2->hw); in mt7615_update_beacons()
267 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
273 ext_phy = dev->mt76.phy2; in mt7615_mac_reset_work()
274 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
289 if (phy2) { in mt7615_mac_reset_work()
290 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
[all …]
Dmac.c121 if (dev->mt76.phy2) in mt7615_mac_reset_counters()
122 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7615_mac_reset_counters()
339 struct mt7615_phy *phy2 = dev->mt76.phy2 ? dev->mt76.phy2->priv : NULL; in mt7615_mac_fill_rx() local
358 if (!phy2) in mt7615_mac_fill_rx()
360 else if (phy2->chfreq == phy->chfreq) in mt7615_mac_fill_rx()
364 else if (phy2->chfreq == chfreq) in mt7615_mac_fill_rx()
494 int first_chain = ffs(phy2->mt76->chainmask) - 1; in mt7615_mac_fill_rx()
500 if (phy_idx == 1 && phy2) { in mt7615_mac_fill_rx()
501 mphy = dev->mt76.phy2; in mt7615_mac_fill_rx()
502 phy = phy2; in mt7615_mac_fill_rx()
[all …]
/linux-5.19.10/drivers/staging/media/omap4iss/
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()
/linux-5.19.10/drivers/media/platform/ti/omap3isp/
Dispcsiphy.c330 struct isp_csiphy *phy2 = &isp->isp_csiphy2; in omap3isp_csiphy_init() local
332 phy2->isp = isp; in omap3isp_csiphy_init()
333 phy2->csi2 = &isp->isp_csi2a; in omap3isp_csiphy_init()
334 phy2->num_data_lanes = ISP_CSIPHY2_NUM_DATA_LANES; in omap3isp_csiphy_init()
335 phy2->cfg_regs = OMAP3_ISP_IOMEM_CSI2A_REGS1; in omap3isp_csiphy_init()
336 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init()
337 mutex_init(&phy2->mutex); in omap3isp_csiphy_init()
/linux-5.19.10/net/ieee802154/
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-5.19.10/arch/arm/boot/dts/
Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
27 phy-handle = <&phy2>;
Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
Dintel-ixp43x-kixrp435.dts53 phy2: ethernet-phy@2 { label
64 phy-handle = <&phy2>;
Dintel-ixp42x-gateway-7001.dts98 phy-handle = <&phy2>;
104 phy2: ethernet-phy@2 { label
Darmada-xp-openblocks-ax3-4.dts128 phy = <&phy2>;
197 phy2: ethernet-phy@2 { label
Dstih410-b2120.dts27 usb2_picophy1: phy2 {
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/
Dtx.c590 if (dev->phy2) in mt76_tx_worker_run()
591 mt76_txq_schedule_all(dev->phy2); in mt76_tx_worker_run()
596 if (dev->phy2 && dev->phy2->test.tx_pending) in mt76_tx_worker_run()
597 mt76_testmode_tx_pending(dev->phy2); in mt76_tx_worker_run()
700 struct mt76_phy *phy = &dev->phy, *phy2 = dev->phy2; in __mt76_set_tx_blocked() local
708 if (phy2) { in __mt76_set_tx_blocked()
709 q2 = phy2->q_tx[0]; in __mt76_set_tx_blocked()
Dmt76.h703 struct mt76_phy *phy2; member
893 return dev->phy2->hw; in mt76_wcid_hw()
1004 if (phy_ext && dev->phy2) in mt76_dev_phy()
1005 return dev->phy2; in mt76_dev_phy()
1125 else if (dev->phy2 && skb == dev->phy2->test.tx_skb) in mt76_is_testmode_skb()
1126 *hw = dev->phy2->hw; in mt76_is_testmode_skb()
1247 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && dev->phy2) in mt76_tx_status_get_hw()
1248 hw = dev->phy2->hw; in mt76_tx_status_get_hw()
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c653 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument
662 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware()
1034 struct mt76_phy *mphy = dev->mt76.phy2; in mt7915_unregister_ext_phy()
1059 struct mt7915_phy *phy2; in mt7915_register_device() local
1077 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device()
1078 if (IS_ERR(phy2)) in mt7915_register_device()
1079 return PTR_ERR(phy2); in mt7915_register_device()
1081 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device()
1108 if (phy2) { in mt7915_register_device()
1109 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device()
[all …]
Dmac.c602 mphy = dev->mt76.phy2; in mt7915_mac_fill_rx()
1019 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && dev->phy2) in mt7915_mac_write_txwi()
1020 mphy = dev->phy2; in mt7915_mac_write_txwi()
1216 struct mt76_phy *mphy_ext = mdev->phy2; in mt7915_mac_tx_free_prepare()
1396 if (wcid->ext_phy && dev->mt76.phy2) in mt7915_mac_add_txs_skb()
1397 mphy = dev->mt76.phy2; in mt7915_mac_add_txs_skb()
1784 if (!dev->mt76.phy2) in mt7915_update_beacons()
1787 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7915_update_beacons()
1789 mt7915_update_vif_beacon, dev->mt76.phy2->hw); in mt7915_update_beacons()
1795 struct mt76_phy *mphy_ext = dev->mt76.phy2; in mt7915_dma_reset()
[all …]
Ddma.c342 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init() argument
377 if (phy2) { in mt7915_dma_init()
378 ret = mt7915_init_tx_queues(phy2, in mt7915_dma_init()
379 MT_TXQ_ID(phy2->band_idx), in mt7915_dma_init()
/linux-5.19.10/drivers/gpio/
Dgpio-stp-xway.c87 u8 phy2; /* 3 bits can be driven by phy2 */ member
196 chip->phy2 << XWAY_STP_PHY2_SHIFT, in xway_stp_hw_init()
215 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
280 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/linux-5.19.10/Documentation/devicetree/bindings/soc/imx/
Dfsl,imx8mp-hsio-blk-ctrl.yaml38 - const: usb-phy2
76 "usb-phy2", "pcie", "pcie-phy";
/linux-5.19.10/arch/powerpc/boot/dts/fsl/
Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 phy-handle = <&phy2>;
Dp1010rdb-pb.dts27 &phy2 {
Dgef_sbc610.dts152 phy2: ethernet-phy@2 { label
165 phy-handle = <&phy2>;
/linux-5.19.10/Documentation/devicetree/bindings/net/
Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
Dintel,ixp4xx-ethernet.yaml97 phy-handle = <&phy2>;
105 phy2: ethernet-phy@2 {
/linux-5.19.10/Documentation/devicetree/bindings/ata/
Dapm-xgene.txt39 phy2: phy@1f22a000 {
61 phys = <&phy2 0>;
/linux-5.19.10/arch/mips/boot/dts/mscc/
Docelot_pcb123.dts63 phy-handle = <&phy2>;

12345