Home
last modified time | relevance | path

Searched refs:t_lowr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ow/
H A Dow.c87 .t_lowr = 1,
101 .t_lowr = 15, /* 1us */
115 .t_lowr = 1, /* 1 <= t < 15 */
130 .t_lowr = 1,
144 .t_lowr = 2,
158 .t_lowr = 1, /* 1 <= t < 2 */
203 OW_TIMING_SYSCTL(t_lowr);
H A Dowll.h39 uint32_t t_lowr; /* Time slave holds line down per bit */ member
H A Dowc_gpiobus.c267 /* Force low for t_lowr microseconds */ in owc_gpiobus_read_data()
271 DELAY(t->t_lowr); in owc_gpiobus_read_data()