Home
last modified time | relevance | path

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

/u-boot/drivers/hwspinlock/
A Dhwspinlock-uclass.c103 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()
/u-boot/drivers/misc/
A Dmxc_ocotp.c289 u32 relax, strobe_read, strobe_prog; in set_timing() local
294 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()
/u-boot/include/
A Dhwspinlock.h137 void (*relax)(struct udevice *dev); member

Completed in 8 milliseconds