Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H 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()
H A Dmdio_10g.h64 int ef4_mdio_reset_mmd(struct ef4_nic *efx, int mmd, int spins, int spintime);
/linux/Documentation/devicetree/bindings/regulator/
H 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/net/ethernet/sfc/siena/
H 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/drivers/net/ethernet/sfc/
H A Dmcdi.c356 unsigned int spins; in efx_mcdi_poll() local
374 spins = USER_TICK_USEC; in efx_mcdi_poll()
378 if (spins != 0) { in efx_mcdi_poll()
379 --spins; in efx_mcdi_poll()