Searched defs:spins (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmdio_10g.c35 int spins, int spintime)
40 EFX_BUG_ON_PARANOID(spins * spintime >= 5000);
47 spins--;
49 } while (spins && (ctrl & MDIO_CTRL1_RESET));
51 return spins ? spins : -ETIMEDOUT;
34 efx_mdio_reset_mmd(struct efx_nic *port, int mmd, int spins, int spintime) argument
H A Dmcdi.c262 unsigned int spins; local
280 spins = TICK_USEC;
284 if (spins != 0) {
285 --spins;
/drivers/i2c/busses/
H A Di2c-s3c2410.c658 int spins; local
674 spins = 3;
676 while ((iicstat & S3C2410_IICSTAT_START) && --spins) {

Completed in 308 milliseconds