Searched refs:NPC_KPU_VER_MAJ (Results 1 – 2 of 2) sorted by relevance
1544 if (NPC_KPU_VER_MAJ(profile->version) > in npc_apply_custom_kpu()1545 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER)) { in npc_apply_custom_kpu()1547 NPC_KPU_VER_MAJ(profile->version), in npc_apply_custom_kpu()1548 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER)); in npc_apply_custom_kpu()1556 NPC_KPU_VER_MAJ(profile->version), in npc_apply_custom_kpu()1559 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER), in npc_apply_custom_kpu()1755 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