Searched refs:spins (Results 1 – 4 of 4) sorted by relevance
35 int spins, int spintime) in efx_mdio_reset_mmd() argument40 EFX_BUG_ON_PARANOID(spins * spintime >= 5000); in efx_mdio_reset_mmd()47 spins--; in efx_mdio_reset_mmd()49 } while (spins && (ctrl & MDIO_CTRL1_RESET)); in efx_mdio_reset_mmd()51 return spins ? spins : -ETIMEDOUT; in efx_mdio_reset_mmd()
67 int efx_mdio_reset_mmd(struct efx_nic *efx, int mmd, int spins, int spintime);
262 unsigned int spins; in efx_mcdi_poll() local280 spins = TICK_USEC; in efx_mcdi_poll()284 if (spins != 0) { in efx_mcdi_poll()285 --spins; in efx_mcdi_poll()
658 int spins; in s3c24xx_i2c_wait_idle() local674 spins = 3; in s3c24xx_i2c_wait_idle()676 while ((iicstat & S3C2410_IICSTAT_START) && --spins) { in s3c24xx_i2c_wait_idle()