Lines Matching refs:time_out
89 unsigned int time_out = REG_WRITE_TIMEOUT; in smsc_phy_regread() local
113 time_out--; in smsc_phy_regread()
117 } while (time_out != 0U && (val & MAC_MII_ACC_MIIBZY)); in smsc_phy_regread()
119 if (time_out == 0U) { in smsc_phy_regread()
134 unsigned int time_out = REG_WRITE_TIMEOUT; in smsc_phy_regwrite() local
159 time_out--; in smsc_phy_regwrite()
163 } while (time_out != 0U && (phycmd & MAC_MII_ACC_MIIBZY)); in smsc_phy_regwrite()
165 if (time_out == 0U) { in smsc_phy_regwrite()
223 unsigned int time_out = RESET_TIMEOUT; in smsc_soft_reset() local
229 time_out--; in smsc_soft_reset()
230 } while (time_out != 0U && (SMSC9220->HW_CFG & HW_CFG_SRST)); in smsc_soft_reset()
232 if (time_out == 0U) { in smsc_soft_reset()