Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_fw.c332 u64 mod_cycles; in panthor_fw_conv_timeout() local
352 mod_cycles = DIV_ROUND_UP_ULL((u64)timeout_us * timer_rate, in panthor_fw_conv_timeout()
354 if (drm_WARN_ON(&ptdev->base, mod_cycles > GLB_TIMER_VAL(~0))) in panthor_fw_conv_timeout()
355 mod_cycles = GLB_TIMER_VAL(~0); in panthor_fw_conv_timeout()
357 return GLB_TIMER_VAL(mod_cycles) | in panthor_fw_conv_timeout()
/linux-6.12.1/drivers/net/hamradio/
Dbaycom_epp.c202 unsigned int mod_cycles; member
739 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh()