Searched refs:t_pdl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ow/
H A Dowll.h47 uint32_t t_pdl; /* Time S low on reset */ member in struct:ow_timing
H A Dow.c87 .t_pdl = 60,
101 .t_pdl = 240, /* 60us to 240us */
115 .t_pdl = 60, /* 60 <= t < 240 */
130 .t_pdl = 8,
144 .t_pdl = 24,
158 .t_pdl = 8, /* 8 <= t < 24 */
203 OW_TIMING_SYSCTL(t_pdl); variable
H A Dowc_gpiobus.c350 DELAY(t->t_pdh + t->t_pdl / 2);
358 DELAY(t->t_rsth - (t->t_pdh + t->t_pdl / 2)); /* Timing not critical for this one */

Completed in 167 milliseconds