Home | History | Annotate | Download | only in gpib

Lines Matching defs:upp

437 	struct ppiparam *pp, *upp;
443 upp = (struct ppiparam *)data;
444 upp->burst = pp->burst;
445 upp->timo = ppihztoms(pp->timo);
446 upp->delay = ppihztoms(pp->delay);
450 upp = (struct ppiparam *)data;
451 if (upp->burst < PPI_BURST_MIN || upp->burst > PPI_BURST_MAX ||
452 upp->delay < PPI_DELAY_MIN || upp->delay > PPI_DELAY_MAX)
454 pp->burst = upp->burst;
455 pp->timo = ppimstohz(upp->timo);
456 pp->delay = ppimstohz(upp->delay);