Home
last modified time | relevance | path

Searched refs:ext_phy (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c138 bool ext_phy = phy != &dev->phy; in mt7615_mac_set_timing() local
155 if (ext_phy) { in mt7615_mac_set_timing()
177 mt76_wr(dev, MT_TMAC_ICR(ext_phy), in mt7615_mac_set_timing()
188 mt76_rmw_field(dev, MT_AGG_ACR(ext_phy), MT_AGG_ACR_CFEND_RATE, val); in mt7615_mac_set_timing()
189 if (ext_phy) in mt7615_mac_set_timing()
1676 bool ext_phy = phy != &dev->phy; in mt7615_mac_set_sensitivity() local
1680 mt76_rmw(dev, MT7663_WF_PHY_MIN_PRI_PWR(ext_phy), in mt7615_mac_set_sensitivity()
1684 mt76_rmw(dev, MT7663_WF_PHY_RXTD_CCK_PD(ext_phy), in mt7615_mac_set_sensitivity()
1685 MT_WF_PHY_PD_CCK_MASK(ext_phy), in mt7615_mac_set_sensitivity()
1686 MT_WF_PHY_PD_CCK(ext_phy, val)); in mt7615_mac_set_sensitivity()
[all …]
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c274 priv->ext_phy = !priv->internal_phy && in bcmgenet_mii_config()
284 if (priv->ext_phy) { in bcmgenet_mii_config()
H A Dbcmgenet.h638 int ext_phy; member
H A Dbcmgenet.c2593 } else if (priv->ext_phy) { in bcmgenet_link_intr_enable()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h2072 u32 ext_phy; member
H A Dqed_dev.c4176 offsetof(struct nvm_cfg1_port, ext_phy)); in qed_hw_get_nvm_info()