Searched refs:prph_scratch (Results 1 – 3 of 3) sorted by relevance
106 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_v2_alloc() local145 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_v2_alloc()148 if (!prph_scratch) in iwl_pcie_ctxt_info_v2_alloc()151 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_v2_alloc()156 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4); in iwl_pcie_ctxt_info_v2_alloc()193 ret = iwl_pcie_init_fw_sec(trans, img, &prph_scratch->dram.common); in iwl_pcie_ctxt_info_v2_alloc()235 BUILD_BUG_ON(offsetofend(typeof(*prph_scratch), dram.common) + in iwl_pcie_ctxt_info_v2_alloc()236 sizeof(prph_scratch->dram.fseq_img) != in iwl_pcie_ctxt_info_v2_alloc()237 sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_v2_alloc()240 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_v2_alloc()[all …]
620 trans_pcie->prph_scratch->ctrl_cfg.control.control_flags &= in iwl_trans_pcie_gen2_start_fw()
414 struct iwl_prph_scratch *prph_scratch; member