Searched refs:unpacked (Results 1 – 4 of 4) sorted by relevance
| /drivers/md/dm-vdo/ |
| A D | encodings.h | 1143 static inline void vdo_pack_journal_point(const struct journal_point *unpacked, in vdo_pack_journal_point() argument 1147 __cpu_to_le64((unpacked->sequence_number << 16) | unpacked->entry_count); in vdo_pack_journal_point() 1157 struct journal_point *unpacked) in vdo_unpack_journal_point() argument 1161 unpacked->sequence_number = (native >> 16); in vdo_unpack_journal_point() 1162 unpacked->entry_count = (native & 0xffff); in vdo_unpack_journal_point()
|
| A D | recovery-journal.c | 943 struct recovery_block_header unpacked; in advance_tail() local 953 unpacked = (struct recovery_block_header) { in advance_tail() 972 vdo_pack_recovery_block_header(&unpacked, header); in advance_tail()
|
| /drivers/clk/renesas/ |
| A D | renesas-cpg-mssr.c | 750 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 751 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 753 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 754 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
| /drivers/firmware/cirrus/test/ |
| A D | cs_dsp_test_bin.c | 1977 u32 unpacked[80]; in bin_patch_mixed_packed_unpacked_random() member 1991 get_random_bytes(payload->unpacked, sizeof(payload->unpacked)); in bin_patch_mixed_packed_unpacked_random() 2021 &payload->unpacked[i], in bin_patch_mixed_packed_unpacked_random() 2022 sizeof(payload->unpacked[i])); in bin_patch_mixed_packed_unpacked_random() 2087 KUNIT_EXPECT_EQ(test, readback[0], payload->unpacked[i]); in bin_patch_mixed_packed_unpacked_random() 2090 cs_dsp_mock_regmap_drop_bytes(priv, reg_addr, sizeof(payload->unpacked[i])); in bin_patch_mixed_packed_unpacked_random()
|
Completed in 20 milliseconds