Searched refs:unpacked (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/ |
H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/vphn/ |
H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
/kernel/linux/linux-5.10/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 662 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 663 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 665 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 666 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | get_op.S | 20 | - For a packed number (opclass 2) the number is unpacked and the 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | get_op.S | 20 | - For a packed number (opclass 2) the number is unpacked and the 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack
|
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 673 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 674 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 676 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 677 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
Completed in 6 milliseconds