Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c380 u64 mod_cycles; in panthor_fw_conv_timeout() local
400 mod_cycles = DIV_ROUND_UP_ULL((u64)timeout_us * timer_rate, in panthor_fw_conv_timeout()
402 if (drm_WARN_ON(&ptdev->base, mod_cycles > GLB_TIMER_VAL(~0))) in panthor_fw_conv_timeout()
403 mod_cycles = GLB_TIMER_VAL(~0); in panthor_fw_conv_timeout()
405 return GLB_TIMER_VAL(mod_cycles) | in panthor_fw_conv_timeout()