Searched refs:until (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h20 #define IS_GFX_GT_IP_RANGE(gt, from, until) ( \
22 BUILD_BUG_ON_ZERO((until) < (from)) + \
25 GRAPHICS_VER_FULL((gt)->i915) <= (until)))
34 #define IS_MEDIA_GT_IP_RANGE(gt, from, until) ( \
36 BUILD_BUG_ON_ZERO((until) < (from)) + \
39 MEDIA_VER_FULL((gt)->i915) <= (until)))
43 * a stepping in the range [from, until). The lower stepping bound is
47 * ("until") at which a hardware fix is present and the software workaround is
53 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper
56 #define IS_GFX_GT_IP_STEP(gt, ipver, from, until) ( \
[all...]
H A Dintel_timeline.h81 struct i915_request *until,
/linux-master/arch/arm/include/debug/
H A Dasm9260.S27 beq 1002b @ wait until transmit done
H A Dimx.S48 beq 1002b @ wait until transmit done
H A Dvf.S29 beq 1001b @ wait until transmit done
/linux-master/arch/x86/lib/
H A Ddelay.c100 * On Intel the TPAUSE instruction waits until any of:
107 u64 until = start + cycles; local
110 eax = lower_32_bits(until);
111 edx = upper_32_bits(until);
147 * time and call again until done.
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_device.h78 #define IS_DISPLAY_IP_RANGE(__i915, from, until) ( \
81 DISPLAY_VER_FULL(__i915) <= (until)))
85 * specified range [from, until). The lower bound is inclusive, the upper
88 * hardware issue is first present and another stepping ("until") at which a
95 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper
98 #define IS_DISPLAY_IP_STEP(__i915, ipver, from, until) \
100 IS_DISPLAY_STEP((__i915), (from), (until)))
108 #define IS_DISPLAY_VER(i915, from, until) \
109 (DISPLAY_VER(i915) >= (from) && DISPLAY_VER(i915) <= (until))
/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h410 #define IS_GRAPHICS_VER(i915, from, until) \
411 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until))
416 #define IS_MEDIA_VER(i915, from, until) \
417 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until))
426 #define IS_DISPLAY_STEP(__i915, since, until) \
428 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until))
430 #define IS_GRAPHICS_STEP(__i915, since, until) \
432 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until))
434 #define IS_MEDIA_STEP(__i915, since, until) \
436 INTEL_MEDIA_STEP(__i915) >= (since) && INTEL_MEDIA_STEP(__i915) < (until))
[all...]
/linux-master/drivers/media/rc/
H A Dgpio-ir-tx.c51 static void delay_until(ktime_t until) argument
60 delta = ktime_us_delta(until, ktime_get());
/linux-master/arch/m68k/kernel/
H A Dsun3-head.S64 moveq #ICACHE_ONLY,%d0 | Cache disabled until we're ready to enable it
/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
104 | Shifts the mantissa bits until msbit is set.
128 lsll %d3,%d0 |shift ms mant until j-bit is set
H A Dbinstr.S18 | msb form a decimal digit. This process is iterated until
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
H A Dscale.S164 | mantissa right until a zero exponent exists.
297 | by first shifting the bits in the mantissa until it is normalized,
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
/linux-master/arch/arm/include/asm/
H A Dtls.h15 @ TLS register update is deferred until return to user space
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_pool.c200 /* wait until all references to the object have been
217 unsigned long until = jiffies + timeout; local
225 time_before(jiffies, until))
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_regs.h297 u32 mask, u32 until)
301 while ((lcdc_read(sdev, reg) & mask) != until) {
296 lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg, u32 mask, u32 until) argument
/linux-master/fs/bcachefs/
H A Dclock.c78 void bch2_io_clock_schedule_timeout(struct io_clock *clock, unsigned long until) argument
83 wait.io_timer.expire = until;
H A Dtrace.h943 u64 wait_amount, u64 until),
944 TP_ARGS(c, wait_amount, until),
949 __field(u64, until )
955 __entry->until = until;
958 TP_printk("%d,%u waiting for %llu sectors until %llu",
960 __entry->wait_amount, __entry->until)
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S47 @ avoid accessing memory until this sequence is complete,
/linux-master/sound/soc/
H A Dsoc-dai.c173 int i, max = 0, until = priority; local
176 * Collect auto_selectable_formats until priority
191 if (max < until)
192 until = max;
194 for (i = 0; i < until; i++)
/linux-master/arch/arm/lib/
H A Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S47 * until a 0mod8 alignment for both is reached.
196 bne $1, $aligndest # U : go until we are aligned.
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S499 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
844 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
864 bne emcself @ loop until DDR in self-refresh
/linux-master/fs/
H A Daio.c782 * the ring_lock mutex held until setup is complete. */
932 /* Wait until all IO for the context are done. */
1320 ktime_t until)
1341 if (until == 0 || ret < 0 || ret >= min_nr)
1345 if (until != KTIME_MAX) {
1346 hrtimer_set_expires_range_ns(&t.timer, until, current->timer_slack_ns);
1474 /* Wait until all IO for the context are done. Otherwise kernel
1838 * not actually be complete yet (we won't know until vfs_poll()
2230 ktime_t until = ts ? timespec64_to_ktime(*ts) : KTIME_MAX; local
2236 ret = read_events(ioctx, min_nr, nr, events, until);
1318 read_events(struct kioctx *ctx, long min_nr, long nr, struct io_event __user *event, ktime_t until) argument
[all...]

Completed in 1580 milliseconds

12