Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
A Dmdio_10g.c32 int spins, int spintime) in ef4_mdio_reset_mmd() argument
37 EF4_BUG_ON_PARANOID(spins * spintime >= 5000); in ef4_mdio_reset_mmd()
44 spins--; in ef4_mdio_reset_mmd()
46 } while (spins && (ctrl & MDIO_CTRL1_RESET)); in ef4_mdio_reset_mmd()
48 return spins ? spins : -ETIMEDOUT; in ef4_mdio_reset_mmd()
A Dmdio_10g.h64 int ef4_mdio_reset_mmd(struct ef4_nic *efx, int mmd, int spins, int spintime);
/linux/Documentation/devicetree/bindings/regulator/
A Dpalmas-pmic.txt3 The tps659038 for the AM57x class have OTP spins that
5 is not a need to add the OTP spins to the palmas driver. The
/linux/drivers/i2c/busses/
A Di2c-s3c2410.c643 int spins; in s3c24xx_i2c_wait_idle() local
659 spins = 3; in s3c24xx_i2c_wait_idle()
661 while ((iicstat & S3C2410_IICSTAT_START) && --spins) { in s3c24xx_i2c_wait_idle()
/linux/drivers/net/ethernet/sfc/
A Dmcdi.c359 unsigned int spins; in efx_mcdi_poll() local
377 spins = USER_TICK_USEC; in efx_mcdi_poll()
381 if (spins != 0) { in efx_mcdi_poll()
382 --spins; in efx_mcdi_poll()

Completed in 11 milliseconds