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

/freebsd-12-stable/sys/dev/ichiic/
H A Dig4_iic.c747 uint32_t thigh, tlow, tf_max; /* nsec */ local
755 tf_max = IG4_SPEED_STD_TF_MAX;
761 tf_max = IG4_SPEED_FAST_TF_MAX;
769 sda_fall_time = hw->sda_fall_time == 0 ? tf_max : hw->sda_fall_time;
773 scl_fall_time = hw->scl_fall_time == 0 ? tf_max : hw->scl_fall_time;

Completed in 99 milliseconds