Home
last modified time | relevance | path

Searched refs:mcm (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/dsa/
H A Dmt7530-mdio.c164 /* Use medatek,mcm property to distinguish hardware type that would in mt7530_probe()
171 priv->mcm = of_property_read_bool(dn, "mediatek,mcm"); in mt7530_probe()
172 if (priv->mcm) { in mt7530_probe()
175 priv->rstc = devm_reset_control_get(&mdiodev->dev, "mcm"); in mt7530_probe()
H A Dmt7530.h772 * @mcm: Flag for distinguishing if standalone IC or module
795 bool mcm; member
H A Dmt7530.c2281 if (priv->mcm) { in mt7530_setup()
2487 if (priv->mcm) { in mt7531_setup()
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dmt7530.c1582 if (priv->mcm) { in mt7530_setup()
1705 if (priv->mcm) { in mt7531_setup()
2590 /* Use medatek,mcm property to distinguish hardware type that would in mt7530_probe()
2593 priv->mcm = of_property_read_bool(dn, "mediatek,mcm"); in mt7530_probe()
2594 if (priv->mcm) { in mt7530_probe()
2597 priv->rstc = devm_reset_control_get(&mdiodev->dev, "mcm"); in mt7530_probe()
2638 if (!priv->mcm) { in mt7530_probe()
H A Dmt7530.h711 * @mcm: Flag for distinguishing if standalone IC or module
729 bool mcm; member

Completed in 13 milliseconds