Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/i2c/busses/
A Di2c-s3c2410.c640 int spins; in s3c24xx_i2c_wait_idle() local
656 spins = 3; in s3c24xx_i2c_wait_idle()
658 while ((iicstat & S3C2410_IICSTAT_START) && --spins) { in s3c24xx_i2c_wait_idle()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A 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()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dmcdi.c357 unsigned int spins; in efx_mcdi_poll() local
375 spins = USER_TICK_USEC; in efx_mcdi_poll()
379 if (spins != 0) { in efx_mcdi_poll()
380 --spins; in efx_mcdi_poll()

Completed in 17 milliseconds