Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i3c/master/
H A Di3c-master-cdns.c75 #define THD_DELAY_MAX 3 macro
1200 if (thd_delay > THD_DELAY_MAX) in cdns_i3c_master_calculate_thd_delay()
1201 thd_delay = THD_DELAY_MAX; in cdns_i3c_master_calculate_thd_delay()
1204 return (THD_DELAY_MAX - thd_delay); in cdns_i3c_master_calculate_thd_delay()
/kernel/linux/linux-6.6/drivers/i3c/master/
H A Di3c-master-cdns.c74 #define THD_DELAY_MAX 3 macro
1199 if (thd_delay > THD_DELAY_MAX) in cdns_i3c_master_calculate_thd_delay()
1200 thd_delay = THD_DELAY_MAX; in cdns_i3c_master_calculate_thd_delay()
1203 return (THD_DELAY_MAX - thd_delay); in cdns_i3c_master_calculate_thd_delay()

Completed in 6 milliseconds