Home
last modified time | relevance | path

Searched refs:spins (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
Dmdio_10g.c35 int spins, int spintime) in efx_mdio_reset_mmd() argument
40 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()
Dmdio_10g.h67 int efx_mdio_reset_mmd(struct efx_nic *efx, int mmd, int spins, int spintime);
Dmcdi.c262 unsigned int spins; in efx_mcdi_poll() local
280 spins = TICK_USEC; in efx_mcdi_poll()
284 if (spins != 0) { in efx_mcdi_poll()
285 --spins; in efx_mcdi_poll()
/drivers/i2c/busses/
Di2c-s3c2410.c658 int spins; in s3c24xx_i2c_wait_idle() local
674 spins = 3; in s3c24xx_i2c_wait_idle()
676 while ((iicstat & S3C2410_IICSTAT_START) && --spins) { in s3c24xx_i2c_wait_idle()