Searched refs:high2 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-2.patch | 100 /* 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 D | 0020-CVE-2023-22608-1.patch | 173 +/* 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 D | psb_irq.c | 623 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 D | i915_irq.c | 623 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 D | main.c | 399 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()
|