Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h139 unsigned t_slot = 20; in calc_usecs_unicast_packet() local
162 t_slot = 9; in calc_usecs_unicast_packet()
167 t_slot = 9; in calc_usecs_unicast_packet()
172 t_slot = 9; in calc_usecs_unicast_packet()
180 t_slot = 20; in calc_usecs_unicast_packet()
233 tt += (t_slot * cw/2); in calc_usecs_unicast_packet()
/freebsd/sys/dev/ow/
H A Dow.c77 .t_slot = 60,
91 .t_slot = 120,
105 .t_slot = 60, /* 60 <= t < 120 */
120 .t_slot = 6,
134 .t_slot = 16,
148 .t_slot = 11, /* 6 <= t < 16 */
193 OW_TIMING_SYSCTL(t_slot);
H A Dowc_gpiobus.c200 DELAY(t->t_slot - t->t_low1 + t->t_rec); in owc_gpiobus_write_one()
235 DELAY(t->t_slot - t->t_low0 + t->t_rec); in owc_gpiobus_write_zero()
294 } while (now - then < (t->t_slot + t->t_rec) * SBT_1US); in owc_gpiobus_read_data()
H A Dowll.h36 uint32_t t_slot; /* Slot time */ member