Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_drv.h430 #define IS_GRAPHICS_VER(i915, from, until) \
431 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until))
436 #define IS_MEDIA_VER(i915, from, until) \
437 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until))
440 #define IS_DISPLAY_VER(i915, from, until) \
441 (DISPLAY_VER(i915) >= (from) && DISPLAY_VER(i915) <= (until))
450 #define IS_DISPLAY_STEP(__i915, since, until) \
452 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until))
454 #define IS_GRAPHICS_STEP(__i915, since, until) \
456 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until))
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_drv.h1315 * Return true if revision is in range [since,until] inclusive.
1317 * Use 0 for open-ended since, and REVID_FOREVER for open-ended until.
1319 #define IS_REVID(p, since, until) \
1320 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
1495 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until))
1503 #define IS_BXT_REVID(dev_priv, since, until) \
1504 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until))
1526 #define IS_KBL_GT_REVID(dev_priv, since, until) \
1529 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping <= until)
[all...]
/kernel/linux/linux-5.10/arch/x86/lib/
H A Ddelay.c100 * On Intel the TPAUSE instruction waits until any of:
107 u64 until = start + cycles; in delay_halt_tpause() local
110 eax = lower_32_bits(until); in delay_halt_tpause()
111 edx = upper_32_bits(until); in delay_halt_tpause()
147 * time and call again until done.
/kernel/linux/linux-6.6/arch/x86/lib/
H A Ddelay.c100 * On Intel the TPAUSE instruction waits until any of:
107 u64 until = start + cycles; in delay_halt_tpause() local
110 eax = lower_32_bits(until); in delay_halt_tpause()
111 edx = upper_32_bits(until); in delay_halt_tpause()
147 * time and call again until done.
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dgpio-ir-tx.c51 static void delay_until(ktime_t until) in delay_until() argument
60 delta = ktime_us_delta(until, ktime_get()); in delay_until()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dgpio-ir-tx.c51 static void delay_until(ktime_t until) in delay_until() argument
60 delta = ktime_us_delta(until, ktime_get()); in delay_until()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Dimx.S48 beq 1002b @ wait until transmit done
H A Dvf.S29 beq 1001b @ wait until transmit done
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Dimx.S48 beq 1002b @ wait until transmit done
H A Dvf.S29 beq 1001b @ wait until transmit done
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_pool.c200 /* wait until all references to the object have been in __rxe_cleanup()
217 unsigned long until = jiffies + timeout; in __rxe_cleanup() local
225 time_before(jiffies, until)) in __rxe_cleanup()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-dai.c173 int i, max = 0, until = priority; in snd_soc_dai_get_fmt() local
176 * Collect auto_selectable_formats until priority in snd_soc_dai_get_fmt()
191 if (max < until) in snd_soc_dai_get_fmt()
192 until = max; in snd_soc_dai_get_fmt()
194 for (i = 0; i < until; i++) in snd_soc_dai_get_fmt()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dsun3-head.S64 moveq #ICACHE_ONLY,%d0 | Cache disabled until we're ready to enable it
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dsun3-head.S64 moveq #ICACHE_ONLY,%d0 | Cache disabled until we're ready to enable it
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.h103 struct i915_request *until,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.h81 struct i915_request *until,
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H A Dshmob_drm_regs.h297 u32 mask, u32 until) in lcdc_wait_bit()
301 while ((lcdc_read(sdev, reg) & mask) != until) { in lcdc_wait_bit()
296 lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg, u32 mask, u32 until) lcdc_wait_bit() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_regs.h297 u32 mask, u32 until) in lcdc_wait_bit()
301 while ((lcdc_read(sdev, reg) & mask) != until) { in lcdc_wait_bit()
296 lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg, u32 mask, u32 until) lcdc_wait_bit() argument
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dtls.h15 @ TLS register update is deferred until return to user space
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dsleep.S47 @ avoid accessing memory until this sequence is complete,
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dsleep.S47 @ avoid accessing memory until this sequence is complete,
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is

Completed in 13 milliseconds

123