Lines Matching defs:restart
460 u8 restart, speed, ctrl, link;
467 ksz_pread8(dev, p, P_NEG_RESTART_CTRL, &restart);
470 if (restart & PORT_PHY_LOOPBACK)
476 if (restart & PORT_POWER_DOWN)
478 if (restart & PORT_AUTO_NEG_RESTART)
484 if (restart & PORT_FORCE_MDIX)
486 if (restart & PORT_AUTO_MDIX_DISABLE)
488 if (restart & PORT_TX_DISABLE)
490 if (restart & PORT_LED_OFF)
552 u8 restart, speed, ctrl, data;
588 ksz_pread8(dev, p, P_NEG_RESTART_CTRL, &restart);
589 data = restart;
618 if (data != restart)