Searched refs:relax (Results 1 – 8 of 8) sorted by relevance
/drivers/nvmem/ |
D | vf610-ocotp.c | 117 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()
|
D | imx-ocotp.c | 209 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/ |
D | hwspinlock_internal.h | 31 void (*relax)(struct hwspinlock *lock); member
|
D | u8500_hsem.c | 82 .relax = u8500_hsem_relax,
|
D | sprd_hwspinlock.c | 78 .relax = sprd_hwspinlock_relax,
|
D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
D | omap_hwspinlock.c | 71 .relax = omap_hwspinlock_relax,
|
D | hwspinlock_core.c | 238 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout() 239 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
|