Home
last modified time | relevance | path

Searched refs:old_ver (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c825 int intel_uc_check_file_version(struct intel_uc_fw *uc_fw, bool *old_ver) in intel_uc_check_file_version() argument
854 } else if (old_ver) { in intel_uc_check_file_version()
856 *old_ver = true; in intel_uc_check_file_version()
859 *old_ver = true; in intel_uc_check_file_version()
880 bool old_ver = false; in intel_uc_fw_fetch() local
901 old_ver = true; in intel_uc_fw_fetch()
932 err = intel_uc_check_file_version(uc_fw, &old_ver); in intel_uc_fw_fetch()
936 if (old_ver && uc_fw->file_selected.ver.major) { in intel_uc_fw_fetch()
H A Dintel_uc_fw.h300 int intel_uc_check_file_version(struct intel_uc_fw *uc_fw, bool *old_ver);
/openbmc/linux/net/openvswitch/
H A Dflow_table.c582 int old_ver; in flow_table_copy_flows() local
585 old_ver = old->node_ver; in flow_table_copy_flows()
586 new->node_ver = !old_ver; in flow_table_copy_flows()
595 ufid_table.node[old_ver], in flow_table_copy_flows()
600 flow_table.node[old_ver], in flow_table_copy_flows()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py582 old_ver = rd.getVar('PV')
583 if old_ver == args.version and old_srcrev == args.srcrev:
586 if bb.utils.vercmp_string(args.version, old_ver) < 0:
587 …E in the recipe (or if there is no current PE value set, set it to "1")' % (args.version, old_ver))
/openbmc/linux/drivers/media/rc/
H A Dene_ir.c89 u8 hw_revision, old_ver; in ene_hw_detect() local
98 old_ver = ene_read_reg(dev, ENE_HW_VER_OLD); in ene_hw_detect()
115 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect()
127 } else if (old_ver == 0x24 && hw_revision == 0xC0) { in ene_hw_detect()
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c768 unsigned long old_ver = tlb_context_cache & CTX_VERSION_MASK; in mmu_context_wrap() local
805 if (likely((old_ctx & CTX_VERSION_MASK) == old_ver)) { in mmu_context_wrap()