Searched refs:t_slot (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/ow/
H A Dowll.h39 uint32_t t_slot; /* Slot time */ member in struct:ow_timing
H A Dowc_gpiobus.c205 DELAY(t->t_slot - t->t_low1 + t->t_rec);
246 DELAY(t->t_slot - t->t_low0 + t->t_rec);
306 /* Wait out the rest of t_slot */
309 } while ((now - then) / SBT_1US < t->t_slot);
H A Dow.c77 .t_slot = 60, /* 60 to 120 */
92 .t_slot = 11, /* 6us to 16us */
/freebsd-11.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h140 unsigned t_slot = 20; local
163 t_slot = 9;
168 t_slot = 9;
173 t_slot = 9;
181 t_slot = 20;
234 tt += (t_slot * cw/2);

Completed in 123 milliseconds