Searched refs:GLB_TIMER_VAL (Results 1 – 2 of 2) sorted by relevance
396 return GLB_TIMER_VAL(~0) | 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()
242 #define GLB_TIMER_VAL(x) ((x) & GENMASK(30, 0)) macro