Lines Matching refs:prph_scratch
105 struct iwl_prph_scratch *prph_scratch;
134 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch),
137 if (!prph_scratch)
140 prph_sc_ctrl = &prph_scratch->ctrl_cfg;
145 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4);
174 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram);
212 cpu_to_le32(sizeof(*prph_scratch));
230 trans_pcie->prph_scratch = prph_scratch;
268 sizeof(*prph_scratch),
269 prph_scratch,
294 /* ctxt_info_gen3 and prph_scratch are still needed for PNVM load */
301 dma_free_coherent(trans->dev, sizeof(*trans_pcie->prph_scratch),
302 trans_pcie->prph_scratch,
305 trans_pcie->prph_scratch = NULL;
409 &trans_pcie->prph_scratch->ctrl_cfg;
466 &trans_pcie->prph_scratch->ctrl_cfg;
479 &trans_pcie->prph_scratch->ctrl_cfg;
505 &trans_pcie->prph_scratch->ctrl_cfg;
550 &trans_pcie->prph_scratch->ctrl_cfg;
563 &trans_pcie->prph_scratch->ctrl_cfg;