Searched refs:unpacked (Results 1 – 9 of 9) sorted by relevance
| /linux/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()
|
| /linux/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()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-y16i.rst | 17 from 2 sources interleaved and unpacked. Each pixel is stored in a 16-bit word 20 **Pixel unpacked representation.** 21 Left/Right pixels 16-bit unpacked - 16-bit for each interleaved pixel.
|
| /linux/Documentation/core-api/ |
| H A D | packing.rst | 310 /* Ordering inside the unpacked structure is flexible and can be different 331 void unpack_your_data(const packed_buf_t *buf, struct data *unpacked) 335 unpack_fields(buf, sizeof(*buf), unpacked, fields, 339 void pack_your_data(const struct data *unpacked, packed_buf_t *buf) 343 pack_fields(buf, sizeof(*buf), unpacked, fields,
|
| /linux/arch/m68k/fpsp040/ |
| H A D | get_op.S | 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack
|
| /linux/drivers/clk/renesas/ |
| H A D | renesas-cpg-mssr.c | 865 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 866 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 868 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 869 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 80 - Plain16 RAW10 (10bit unpacked Bayer RAW - V4L2_PIX_FMT_SBGGR10 / V4L2_PIX_FMT_Y10).
|
| /linux/usr/ |
| H A D | Kconfig | 226 short time at boot, while both the cpio image and the unpacked
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2444 image is unpacked asynchronously, concurrently
|