Home
last modified time | relevance | path

Searched refs:high2 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-2.patch100 /* Check whether [low1, high1) can be combined with [low2, high2),
105 - bfd_vma high2)
111 + bfd_vma high2)
113 if (low1 == low2 || high1 == high2)
H A D0020-CVE-2023-22608-1.patch173 +/* Check whether [low1, high1) can be combined with [low2, high2),
178 + bfd_vma high2)
180 + if (low1 == low2 || high1 == high2)
193 + high1 = high2;
194 + high2 = tmp;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_irq.c623 uint32_t high1 = 0, high2 = 0, low = 0, count = 0; in psb_get_vblank_counter() local
664 high2 = ((REG_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in psb_get_vblank_counter()
666 } while (high1 != high2); in psb_get_vblank_counter()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.c623 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local
665 high2 = intel_de_read_fw(dev_priv, high_frame) & PIPE_FRAME_HIGH_MASK; in i915_get_vblank_counter()
666 } while (high1 != high2); in i915_get_vblank_counter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c399 u32 high2; in b43legacy_tsf_read() local
406 high2 = b43legacy_read32(dev, in b43legacy_tsf_read()
408 } while (unlikely(high != high2)); in b43legacy_tsf_read()