Searched refs:NPC_KPU_VER_MAJ (Results 1 – 2 of 2) sorted by relevance
1497 if (NPC_KPU_VER_MAJ(profile->version) > in npc_apply_custom_kpu()1498 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER)) { in npc_apply_custom_kpu()1500 NPC_KPU_VER_MAJ(profile->version), in npc_apply_custom_kpu()1501 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER)); in npc_apply_custom_kpu()1509 NPC_KPU_VER_MAJ(profile->version), in npc_apply_custom_kpu()1512 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER), in npc_apply_custom_kpu()1708 profile->name, NPC_KPU_VER_MAJ(profile->version), in npc_load_kpu_profile()
12 #define NPC_KPU_VER_MAJ(ver) ((u16)(((ver) >> 32) & 0xFFFF)) macro