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

/linux-master/drivers/i3c/master/
H A Di3c-master-cdns.c1195 u8 thd_delay = DIV_ROUND_UP(master->devdata->thd_delay_ns, local
1199 if (thd_delay > THD_DELAY_MAX)
1200 thd_delay = THD_DELAY_MAX;
1203 return (THD_DELAY_MAX - thd_delay);

Completed in 123 milliseconds