Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dsmsc.c55 unsigned int edpd_max_wait_ms; member
225 priv->edpd_max_wait_ms) { in lan87xx_read_status()
226 unsigned int max_wait = priv->edpd_max_wait_ms * 1000; in lan87xx_read_status()
547 else if (!priv->edpd_max_wait_ms) in smsc_phy_get_edpd()
550 *edpd = PHY_STATE_MACH_MS + priv->edpd_max_wait_ms; in smsc_phy_get_edpd()
568 priv->edpd_max_wait_ms = 0; in smsc_phy_set_edpd()
579 priv->edpd_max_wait_ms = edpd - PHY_STATE_MACH_MS; in smsc_phy_set_edpd()
622 priv->edpd_max_wait_ms = EDPD_MAX_WAIT_DFLT_MS; in smsc_phy_probe()