Searched refs:spintime (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c32 int spins, int spintime)
37 EF4_BUG_ON_PARANOID(spins * spintime >= 5000);
42 msleep(spintime);
74 const int spintime = MDIO45_RESET_TIME / MDIO45_RESET_ITERS; local
102 msleep(spintime);
31 ef4_mdio_reset_mmd(struct ef4_nic *port, int mmd, int spins, int spintime) argument
H A Dmdio_10g.h64 int ef4_mdio_reset_mmd(struct ef4_nic *efx, int mmd, int spins, int spintime);
/linux-master/drivers/parport/
H A Dieee1284.c165 usec = port->physport->spintime; /* usecs of fast polling */
H A Dprocfs.c268 .procname = "spintime",
404 .procname = "spintime",
427 t->vars[0].data = &port->spintime;
H A Dshare.c460 tmp->spintime = parport_default_spintime;
/linux-master/drivers/scsi/
H A Dsd.c2287 int spintime, sense_valid = 0; local
2319 spintime = 0;
2351 if(!spintime && !scsi_status_is_good(the_result)) {
2380 if (!spintime) {
2395 spintime = 1;
2409 if (!spintime) {
2411 spintime = 1;
2418 if(!spintime) {
2425 } while (spintime && time_before_eq(jiffies, spintime_expire));
2427 if (spintime) {
[all...]
/linux-master/include/linux/
H A Dparport.h238 int spintime; member in struct:parport

Completed in 937 milliseconds