Home
last modified time | relevance | path

Searched refs:vsc8531 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/phy/mscc/
H A Dmscc_ptp.c1090 mutex_lock(&vsc8531->ts_lock); in vsc85xx_hwtstamp()
1133 vsc8531->ptp->configured = 1; in vsc85xx_hwtstamp()
1168 if (!vsc8531->ptp->configured) in vsc85xx_txtstamp()
1178 mutex_lock(&vsc8531->ts_lock); in vsc85xx_txtstamp()
1193 if (!vsc8531->ptp->configured) in vsc85xx_rxtstamp()
1249 return vsc8531; in vsc8584_base_priv()
1493 vsc8531->ptp->ptp_clock = ptp_clock_register(&vsc8531->ptp->caps, in __vsc8584_init_ptp()
1554 vsc8531->ptp = devm_kzalloc(&phydev->mdio.dev, sizeof(*vsc8531->ptp), in vsc8584_ptp_probe()
1556 if (!vsc8531->ptp) in vsc8584_ptp_probe()
1560 mutex_init(&vsc8531->ts_lock); in vsc8584_ptp_probe()
[all …]
H A Dmscc_main.c2214 if (!vsc8531) in vsc8514_probe()
2223 vsc8531->nleds = 4; in vsc8514_probe()
2227 vsc8531->stats = devm_kcalloc(&phydev->mdio.dev, vsc8531->nstats, in vsc8514_probe()
2243 if (!vsc8531) in vsc8574_probe()
2252 vsc8531->nleds = 4; in vsc8574_probe()
2256 vsc8531->stats = devm_kcalloc(&phydev->mdio.dev, vsc8531->nstats, in vsc8574_probe()
2278 if (!vsc8531) in vsc8584_probe()
2287 vsc8531->nleds = 4; in vsc8584_probe()
2291 vsc8531->stats = devm_kcalloc(&phydev->mdio.dev, vsc8531->nstats, in vsc8584_probe()
2321 if (!vsc8531) in vsc85xx_probe()
[all …]
H A Dmscc_macsec.c955 struct vsc8531_private *vsc8531 = phydev->priv; in vsc8584_macsec_init() local
961 INIT_LIST_HEAD(&vsc8531->macsec_flows); in vsc8584_macsec_init()
962 vsc8531->secy = NULL; in vsc8584_macsec_init()
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dmscc-phy-vsc8531.txt1 * Microsemi - vsc8531 Giga bit ethernet phy
4 - vsc8531,vddmac : The vddmac in mV. Allowed values is listed
9 - vsc8531,edge-slowdown : % the edge should be slowed down relative to
25 - vsc8531,led-[N]-mode : LED mode. Specify how the LED[N] should behave.
29 "include/dt-bindings/net/mscc-phy-vsc8531.h".
68 vsc8531,vddmac = <3300>;
69 vsc8531,edge-slowdown = <7>;
70 vsc8531,led-0-mode = <VSC8531_LINK_1000_ACTIVITY>;
71 vsc8531,led-1-mode = <VSC8531_LINK_100_ACTIVITY>;