Home
last modified time | relevance | path

Searched refs:ver_code (Results 1 – 4 of 4) sorted by relevance

/linux/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c34 CI(ver_code, VERSION); in set_cpuinfo_pvr_full()
35 if (!ci->ver_code) { in set_cpuinfo_pvr_full()
H A Dcache.c615 if (cpuinfo.ver_code <= CPUVER_7_20_D) { in microblaze_cache_init()
620 if (cpuinfo.ver_code >= CPUVER_7_20_A) { in microblaze_cache_init()
632 if (cpuinfo.ver_code <= CPUVER_7_20_D) { in microblaze_cache_init()
637 if (cpuinfo.ver_code >= CPUVER_7_20_A) { in microblaze_cache_init()
/linux/arch/microblaze/include/asm/
H A Dcpuinfo.h36 u32 ver_code; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c813 u32 ver_code; member
823 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \
831 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \
841 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \
930 u32 ver_code) in rtw89_fw_iterate_feature_cfg() argument
940 if (!ent->cond(ver_code, ent->ver_code)) in rtw89_fw_iterate_feature_cfg()
974 u32 ver_code; in rtw89_early_fw_feature_recognize() local
994 ver_code = rtw89_compat_fw_hdr_ver_code(firmware->data); in rtw89_early_fw_feature_recognize()
996 if (!ver_code) in rtw89_early_fw_feature_recognize()
999 rtw89_fw_iterate_feature_cfg(early_fw, chip, ver_code); in rtw89_early_fw_feature_recognize()