Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dmdio_10g.c35 int spins, int spintime) in ef4_mdio_reset_mmd() argument
40 EF4_BUG_ON_PARANOID(spins * spintime >= 5000); in ef4_mdio_reset_mmd()
47 spins--; in ef4_mdio_reset_mmd()
49 } while (spins && (ctrl & MDIO_CTRL1_RESET)); in ef4_mdio_reset_mmd()
51 return spins ? spins : -ETIMEDOUT; in ef4_mdio_reset_mmd()
Dmdio_10g.h67 int ef4_mdio_reset_mmd(struct ef4_nic *efx, int mmd, int spins, int spintime);
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
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-v4.19/drivers/i2c/busses/
Di2c-s3c2410.c653 int spins; in s3c24xx_i2c_wait_idle() local
669 spins = 3; in s3c24xx_i2c_wait_idle()
671 while ((iicstat & S3C2410_IICSTAT_START) && --spins) { in s3c24xx_i2c_wait_idle()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi.c360 unsigned int spins; in efx_mcdi_poll() local
378 spins = USER_TICK_USEC; in efx_mcdi_poll()
382 if (spins != 0) { in efx_mcdi_poll()
383 --spins; in efx_mcdi_poll()