Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c847 int intel_uc_check_file_version(struct intel_uc_fw *uc_fw, bool *old_ver) in intel_uc_check_file_version() argument
876 } else if (old_ver) { in intel_uc_check_file_version()
878 *old_ver = true; in intel_uc_check_file_version()
881 *old_ver = true; in intel_uc_check_file_version()
902 bool old_ver = false; in intel_uc_fw_fetch() local
923 old_ver = true; in intel_uc_fw_fetch()
954 err = intel_uc_check_file_version(uc_fw, &old_ver); in intel_uc_fw_fetch()
958 if (old_ver && uc_fw->file_selected.ver.major) { in intel_uc_fw_fetch()
Dintel_uc_fw.h300 int intel_uc_check_file_version(struct intel_uc_fw *uc_fw, bool *old_ver);
/linux-6.12.1/net/openvswitch/
Dflow_table.c579 int old_ver; in flow_table_copy_flows() local
582 old_ver = old->node_ver; in flow_table_copy_flows()
583 new->node_ver = !old_ver; in flow_table_copy_flows()
592 ufid_table.node[old_ver], in flow_table_copy_flows()
597 flow_table.node[old_ver], in flow_table_copy_flows()
/linux-6.12.1/drivers/media/rc/
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()
/linux-6.12.1/arch/sparc/mm/
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()