Home
last modified time | relevance | path

Searched full:relax (Results 1 – 25 of 148) sorted by relevance

123456

/openbmc/linux/arch/riscv/
H A DMakefile15 LDFLAGS_vmlinux += --no-relax
48 KBUILD_CFLAGS += -mno-relax
49 KBUILD_AFLAGS += -mno-relax
51 KBUILD_CFLAGS += -Wa,-mno-relax
52 KBUILD_AFLAGS += -Wa,-mno-relax
100 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
101 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c97 if (ops->relax) in hwspinlock_lock_timeout()
98 ops->relax(hws->dev); in hwspinlock_lock_timeout()
131 if (ops->relax) in hwspinlock_post_bind()
132 ops->relax += gd->reloc_off; in hwspinlock_post_bind()
/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_internal.h26 * @relax: optional, platform-specific relax handler, called by hwspinlock
34 void (*relax)(struct hwspinlock *lock); member
H A Domap_hwspinlock.c55 * relax the OMAP interconnect while spinning on it.
72 .relax = omap_hwspinlock_relax,
/openbmc/linux/drivers/block/
H A Dswim3.c146 #define RELAX 3 /* also eject in progress */ macro
276 out_8(&sw->select, RELAX); in swim3_select()
567 out_8(&sw->select, RELAX); in scan_timeout()
591 out_8(&sw->select, RELAX); in seek_timeout()
610 out_8(&sw->select, RELAX); in settle_timeout()
615 out_8(&sw->select, RELAX); in settle_timeout()
646 out_8(&sw->select, RELAX); in xfer_timeout()
678 out_8(&sw->select, RELAX); in swim3_interrupt()
707 out_8(&sw->select, RELAX); in swim3_interrupt()
728 out_8(&sw->select, RELAX); in swim3_interrupt()
[all …]
H A Dswim.c102 #define RELAX 0x033 macro
272 swim_write(base, phase, RELAX); in swim_select()
329 swim_select(base, RELAX); in swim_motor()
337 swim_select(base, RELAX); in swim_motor()
348 swim_select(base, RELAX); in swim_eject()
354 swim_select(base, RELAX); in swim_eject()
378 swim_select(base, RELAX); in swim_step()
393 swim_select(base, RELAX); in swim_track00()
/openbmc/linux/arch/alpha/boot/
H A DMakefile102 LDFLAGS_bootloader := -static -T # -N -relax
103 LDFLAGS_bootloader := -static -T # -N -relax
104 LDFLAGS_bootpheader := -static -T # -N -relax
105 LDFLAGS_bootpzheader := -static -T # -N -relax
/openbmc/linux/drivers/nvmem/
H A Dimx-ocotp.c240 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local
244 * Program HW_OCOTP_TIMING[STROBE_PROG] and HW_OCOTP_TIMING[RELAX] in imx_ocotp_set_imx6_timing()
261 * - Minimum RELAX timing is 17 nanoseconds. This final RELAX minimum in imx_ocotp_set_imx6_timing()
267 * are though, is not specified. Experience shows a zero RELAX in imx_ocotp_set_imx6_timing()
273 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing()
276 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
279 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
283 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
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()
/openbmc/u-boot/include/
H A Dhwspinlock.h130 * Relax - optional
131 * Platform-specific relax method, called by hwspinlock core
137 void (*relax)(struct udevice *dev); member
/openbmc/linux/arch/loongarch/
H A DMakefile71 KBUILD_AFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
72 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c168 kuid_t sk_uid, bool relax, in inet_bind_conflict() argument
182 if (!relax || (!reuseport_ok && sk->sk_reuseport && in inet_bind_conflict()
198 kuid_t sk_uid, bool relax, in __inet_bhash2_conflict() argument
204 return inet_bind_conflict(sk, sk2, sk_uid, relax, in __inet_bhash2_conflict()
211 bool relax, bool reuseport_cb_ok, in inet_bhash2_conflict() argument
218 if (__inet_bhash2_conflict(sk, sk2, sk_uid, relax, in inet_bhash2_conflict()
226 if (__inet_bhash2_conflict(sk, sk2, sk_uid, relax, in inet_bhash2_conflict()
238 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument
261 if (inet_bind_conflict(sk, sk2, uid, relax, in inet_csk_bind_conflict()
274 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, reuseport_cb_ok, in inet_csk_bind_conflict()
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c296 goto relax; in __yield_to_locked_owner()
299 goto relax; in __yield_to_locked_owner()
305 goto relax; /* owner vcpu is running */ in __yield_to_locked_owner()
329 /* Don't relax if we yielded. Maybe we should? */ in __yield_to_locked_owner()
333 relax: in __yield_to_locked_owner()
392 goto relax; in yield_to_prev()
430 goto relax; in yield_to_prev()
434 goto relax; /* owner vcpu is running */ in yield_to_prev()
450 relax: in yield_to_prev()
/openbmc/u-boot/drivers/misc/
H A Dmxc_ocotp.c275 u32 relax, strobe_read, strobe_prog; in set_timing() local
280 relax = DIV_ROUND_UP(ipg_clk * BV_TIMING_RELAX_NS, 1000000000) - 1; in set_timing()
282 1000000000) + 2 * (relax + 1) - 1; in set_timing()
284 1000000) + 2 * (relax + 1) - 1; in set_timing()
287 BF(relax, TIMING_RELAX) | in set_timing()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h297 #define IXGBE_DCA_RXCTRL_DESC_RRO_EN BIT(9) /* Rx rd Desc Relax Order */
298 #define IXGBE_DCA_RXCTRL_DATA_WRO_EN BIT(13) /* Rx wr data Relax Order */
302 #define IXGBE_DCA_TXCTRL_DESC_RRO_EN BIT(9) /* Tx rd Desc Relax Order */
304 #define IXGBE_DCA_TXCTRL_DATA_RRO_EN BIT(13) /* Tx rd data Relax Order */
/openbmc/linux/arch/mips/include/asm/
H A Dio.h218 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
294 if (!relax) \
299 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
336 if (!relax) \
341 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument
343 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h155 #define E1000_DCA_RXCTRL_DESC_RRO_EN BIT(9) /* DCA Rx rd Desc Relax Order */
159 #define E1000_DCA_TXCTRL_DESC_RRO_EN BIT(9) /* Tx rd Desc Relax Order */
161 #define E1000_DCA_TXCTRL_DATA_RRO_EN BIT(13) /* Tx rd data Relax Order */
/openbmc/linux/tools/thermal/tmon/
H A Dpid.c72 /* TODO: relax control data when not over thermal limit */ in controller_reset()
73 syslog(LOG_DEBUG, "TC inactive, relax p-state\n"); in controller_reset()
/openbmc/u-boot/arch/nds32/
H A Dconfig.mk22 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/
H A D0003-configure-Further-defang-the-Werror-check.patch9 and GCC 14, so relax the check a little.
/openbmc/linux/arch/x86/crypto/
H A Dblake2s-glue.c31 /* SIMD disables preemption, so relax after processing each page. */ in blake2s_compress()
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c261 .name = "relax",
285 " [--relax]" in help()
/openbmc/linux/include/crypto/internal/
H A Dengine.h38 * queue so the subsystem notifies the driver that it may relax the
/openbmc/linux/arch/xtensa/
H A DMakefile46 KBUILD_LDFLAGS := --no-relax
/openbmc/linux/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax

123456