Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_cdns.c77 #define THD_DELAY_MAX 3 macro
3036 if (thd_delay > THD_DELAY_MAX) { in cdns_i3c_clk_to_data_turnaround()
3037 thd_delay = THD_DELAY_MAX; in cdns_i3c_clk_to_data_turnaround()
3040 return (THD_DELAY_MAX - thd_delay); in cdns_i3c_clk_to_data_turnaround()