Lines Matching defs:restart
637 u8 restart, speed, ctrl, link;
649 ret = ksz_pread8(dev, p, regs[P_NEG_RESTART_CTRL], &restart);
661 if (restart & PORT_PHY_LOOPBACK)
672 if (restart & PORT_POWER_DOWN)
674 if (restart & PORT_AUTO_NEG_RESTART)
680 if (restart & PORT_FORCE_MDIX)
682 if (restart & PORT_AUTO_MDIX_DISABLE)
684 if (restart & PORT_TX_DISABLE)
686 if (restart & PORT_LED_OFF)
791 u8 restart, speed, ctrl, data;
856 ret = ksz_pread8(dev, p, regs[P_NEG_RESTART_CTRL], &restart);
860 data = restart;
890 if (data != restart) {