| /OK3568_Linux_fs/kernel/arch/riscv/ |
| H A D | Makefile | 14 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 D | rk817-battery.txt | 11 - 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 D | rk816-battery.txt | 14 - 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 D | io.h | 216 #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 D | mxc_ocotp.c | 271 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 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()
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/nds32/ |
| H A D | config.mk | 22 LDFLAGS_u-boot = --gc-sections --relax -pie
|
| /OK3568_Linux_fs/kernel/drivers/hwspinlock/ |
| H A D | hwspinlock_internal.h | 31 void (*relax)(struct hwspinlock *lock); member
|
| H A D | u8500_hsem.c | 82 .relax = u8500_hsem_relax,
|
| H A D | sprd_hwspinlock.c | 78 .relax = sprd_hwspinlock_relax,
|
| H A D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
| H A D | omap_hwspinlock.c | 71 .relax = omap_hwspinlock_relax,
|
| H A D | hwspinlock_core.c | 238 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 D | inet_connection_sock.c | 135 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 D | Makefile | 6 arch-y += -malways-save-lp -mno-relax
|
| /OK3568_Linux_fs/kernel/arch/xtensa/ |
| H A D | Makefile | 52 KBUILD_LDFLAGS := --no-relax
|
| /OK3568_Linux_fs/yocto/meta-clang/classes/ |
| H A D | clang.bbclass | 51 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 D | 0002-relax-dependency-on-GCC-to-4.8-and-binutils-to-2.24.patch | 4 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 D | 0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch | 9 It is not desirable to relax the ABI to allow tagged user addresses into
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | no_new_privs.rst | 29 add to the permitted set, and LSMs will not relax constraints after
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | shadow-relaxed-usernames.patch | 9 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 D | minifi-cpp_0.7.0.bb | 65 …+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | hwspinlock.rst | 472 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 D | fuse.rst | 291 mounts, it can relax the last limitation with a 'user_allow_other'
|