Searched refs:relax (Results 1 – 3 of 3) sorted by relevance
103 if (ops->relax) in hwspinlock_lock_timeout()104 ops->relax(hws->dev); in hwspinlock_lock_timeout()137 if (ops->relax) in hwspinlock_post_bind()138 ops->relax += gd->reloc_off; in hwspinlock_post_bind()
289 u32 relax, strobe_read, strobe_prog; in set_timing() local294 relax = DIV_ROUND_UP(ipg_clk * BV_TIMING_RELAX_NS, 1000000000) - 1; in set_timing()296 1000000000) + 2 * (relax + 1) - 1; in set_timing()298 1000000) + 2 * (relax + 1) - 1; in set_timing()301 BF(relax, TIMING_RELAX) | in set_timing()
137 void (*relax)(struct udevice *dev); member
Completed in 8 milliseconds