Searched refs:phy3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 1070 struct mt76_phy *phy3 = mdev->phys[MT_BAND2]; in mt7996_mac_tx_free() local 1086 if (phy3) { in mt7996_mac_tx_free() 1087 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free() 1088 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free() 1447 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local 1463 if (phy3) in mt7996_mac_set_coverage_class() 1465 phy3->coverage_class); in mt7996_mac_set_coverage_class() 1555 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local 1569 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons() 1570 if (!phy3) in mt7996_update_beacons() 1595 struct mt7996_phy *phy2, *phy3; mt7996_mac_restart() local 1723 struct mt7996_phy *phy2, *phy3; mt7996_mac_full_reset() local 1781 struct mt7996_phy *phy2, *phy3; mt7996_mac_reset_work() local [all...] |
H A D | dma.c | 373 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()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-stp-xway.c | 88 u8 phy3; /* 3 bits can be driven by phy3 */ member 203 chip->phy3 << XWAY_STP_PHY3_SHIFT, in xway_stp_hw_init() 215 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init() 285 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy3", &phy)) in xway_stp_probe() 286 chip->phy3 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-stp-xway.c | 89 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()
|
Completed in 5 milliseconds