Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/riscv/
H A DMakefile14 LDFLAGS_vmlinux := --no-relax
41 KBUILD_CFLAGS += -mno-relax
42 KBUILD_AFLAGS += -mno-relax
44 KBUILD_CFLAGS += -Wa,-mno-relax
45 KBUILD_AFLAGS += -Wa,-mno-relax
77 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
78 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power_supply/
H A Drk817-battery.txt11 - sleep_enter_current: current threshold of enter relax mode
12 - sleep_exit_current: current threshold of exit relax mode
13 - sleep_filter_current: current threshold of valid relax mode
H A Drk816-battery.txt14 - sleep_enter_current: current threshold of enter relax mode
15 - sleep_exit_current: current threshold of exit relax mode
16 - sleep_filter_current: current threshold of valid relax mode
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h216 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
292 if (!relax) \
297 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
334 if (!relax) \
339 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument
341 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dmxc_ocotp.c271 u32 relax, strobe_read, strobe_prog; in set_timing() local
276 relax = DIV_ROUND_UP(ipg_clk * BV_TIMING_RELAX_NS, 1000000000) - 1; in set_timing()
278 1000000000) + 2 * (relax + 1) - 1; in set_timing()
280 1000000) + 2 * (relax + 1) - 1; in set_timing()
283 BF(relax, TIMING_RELAX) | in set_timing()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H 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()
H A 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()
/OK3568_Linux_fs/u-boot/arch/nds32/
H A Dconfig.mk22 LDFLAGS_u-boot = --gc-sections --relax -pie
/OK3568_Linux_fs/kernel/drivers/hwspinlock/
H A Dhwspinlock_internal.h31 void (*relax)(struct hwspinlock *lock); member
H A Du8500_hsem.c82 .relax = u8500_hsem_relax,
H A Dsprd_hwspinlock.c78 .relax = sprd_hwspinlock_relax,
H A Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
H A Domap_hwspinlock.c71 .relax = omap_hwspinlock_relax,
H A Dhwspinlock_core.c238 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout()
239 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_connection_sock.c135 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument
156 if ((!relax || in inet_csk_bind_conflict()
188 bool relax = false; in inet_csk_find_open_port() local
233 if (!inet_csk_bind_conflict(sk, tb, relax, false)) in inet_csk_find_open_port()
254 if (READ_ONCE(net->ipv4.sysctl_ip_autobind_reuse) && !relax) { in inet_csk_find_open_port()
256 relax = true; in inet_csk_find_open_port()
/OK3568_Linux_fs/kernel/arch/nds32/
H A DMakefile6 arch-y += -malways-save-lp -mno-relax
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DMakefile52 KBUILD_LDFLAGS := --no-relax
/OK3568_Linux_fs/yocto/meta-clang/classes/
H A Dclang.bbclass51 TUNE_CCARGS:append:toolchain-clang:riscv32 = " -mno-relax"
52 TUNE_CCARGS:append:toolchain-clang:riscv64 = " -mno-relax"
/OK3568_Linux_fs/buildroot/package/localedef/
H A D0002-relax-dependency-on-GCC-to-4.8-and-binutils-to-2.24.patch4 Subject: [PATCH] relax dependency on GCC to 4.8 and binutils to 2.24
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch9 It is not desirable to relax the ABI to allow tagged user addresses into
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dno_new_privs.rst29 add to the permitted set, and LSMs will not relax constraints after
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dshadow-relaxed-usernames.patch9 this patch is picked up from CentOS release 7.0 to relax the usernames
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/
H A Dminifi-cpp_0.7.0.bb65 …+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dhwspinlock.rst472 void (*relax)(struct hwspinlock *lock);
483 The ->relax() callback is optional. It is called by hwspinlock core while
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfuse.rst291 mounts, it can relax the last limitation with a 'user_allow_other'

12