PHY_STATE_MACH_MS
*edpd = PHY_STATE_MACH_MS + priv->edpd_max_wait_ms;
edpd = PHY_STATE_MACH_MS + EDPD_MAX_WAIT_DFLT_MS;
if (edpd < PHY_STATE_MACH_MS || edpd > PHY_STATE_MACH_MS + 1000)
priv->edpd_max_wait_ms = edpd - PHY_STATE_MACH_MS;