Searched refs:relax (Results 1 – 9 of 9) sorted by relevance
| /drivers/nvmem/ |
| A 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()
|
| A D | imx-ocotp.c | 243 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 D | hwspinlock_internal.h | 34 void (*relax)(struct hwspinlock *lock); member
|
| A D | omap_hwspinlock.c | 72 .relax = omap_hwspinlock_relax,
|
| A D | u8500_hsem.c | 82 .relax = u8500_hsem_relax,
|
| A D | hwspinlock_core.c | 241 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout() 242 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
|
| A D | sprd_hwspinlock.c | 76 .relax = sprd_hwspinlock_relax,
|
| A D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
| /drivers/firmware/efi/libstub/ |
| A D | Makefile | 32 cflags-$(CONFIG_RISCV) += -fpic -DNO_ALTERNATIVE -mno-relax \
|
Completed in 18 milliseconds