Searched refs:I3C_SCL_12_5MHZ_PERIOD_NS (Results 1 – 2 of 2) sorted by relevance
716 high_count = (uint32_t)MEC_DIV_ROUND_UP(base_count * i3c_freq_ns, I3C_SCL_12_5MHZ_PERIOD_NS); in _i3c_push_pull_timing_set()762 high_count = (uint32_t)MEC_DIV_ROUND_UP(high_count * i3c_freq_ns, I3C_SCL_12_5MHZ_PERIOD_NS); in _i3c_open_drain_timing_set()770 low_count = (uint32_t)MEC_DIV_ROUND_UP(low_count * i3c_freq_ns, I3C_SCL_12_5MHZ_PERIOD_NS); in _i3c_open_drain_timing_set()
72 #define I3C_SCL_12_5MHZ_PERIOD_NS 80U macro