Home
last modified time | relevance | path

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

/drivers/nvmem/
A 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()
A Dimx-ocotp.c243 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local
276 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing()
279 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
282 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
286 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
/drivers/hwspinlock/
A Dhwspinlock_internal.h34 void (*relax)(struct hwspinlock *lock); member
A Domap_hwspinlock.c72 .relax = omap_hwspinlock_relax,
A Du8500_hsem.c82 .relax = u8500_hsem_relax,
A Dhwspinlock_core.c241 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout()
242 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
A Dsprd_hwspinlock.c76 .relax = sprd_hwspinlock_relax,
A Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
/drivers/firmware/efi/libstub/
A DMakefile32 cflags-$(CONFIG_RISCV) += -fpic -DNO_ALTERNATIVE -mno-relax \

Completed in 18 milliseconds