Home
last modified time | relevance | path

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

/drivers/nvmem/
Dvf610-ocotp.c117 u32 relax, strobe_read, strobe_prog; in vf610_ocotp_calculate_timing() local
123 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in vf610_ocotp_calculate_timing()
127 timing = BF(relax, OCOTP_TIMING_RELAX); in vf610_ocotp_calculate_timing()
Dimx-ocotp.c209 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local
242 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing()
245 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
248 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
252 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
/drivers/hwspinlock/
Dhwspinlock_internal.h31 void (*relax)(struct hwspinlock *lock); member
Du8500_hsem.c82 .relax = u8500_hsem_relax,
Dsprd_hwspinlock.c78 .relax = sprd_hwspinlock_relax,
Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
Domap_hwspinlock.c71 .relax = omap_hwspinlock_relax,
Dhwspinlock_core.c238 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout()
239 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()