Searched refs:prph_scratch (Results 1 – 3 of 3) sorted by relevance
105 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() 134 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init() 137 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init() 140 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init() 145 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4); in iwl_pcie_ctxt_info_gen3_init() 174 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram); in iwl_pcie_ctxt_info_gen3_init() 212 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init() 230 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init() 87 struct iwl_prph_scratch *prph_scratch; iwl_pcie_ctxt_info_gen3_init() local [all...]
349 * @prph_scratch: prph scratch for self init433 struct iwl_prph_scratch *prph_scratch;361 struct iwl_prph_scratch *prph_scratch; global() member
1128 struct iwx_prph_scratch *prph_scratch; in iwx_ctxt_info_gen3_init() local1151 prph_scratch = sc->prph_scratch_dma.vaddr; in iwx_ctxt_info_gen3_init()1152 memset(prph_scratch, 0, sizeof(*prph_scratch)); in iwx_ctxt_info_gen3_init()1153 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwx_ctxt_info_gen3_init()1156 prph_sc_ctrl->version.size = htole16(sizeof(*prph_scratch) / 4); in iwx_ctxt_info_gen3_init()1170 err = iwx_init_fw_sec(sc, fws, &prph_scratch->dram); in iwx_ctxt_info_gen3_init()1182 scratch_size = sizeof(*prph_scratch); in iwx_ctxt_info_gen3_init()3895 struct iwx_prph_scratch *prph_scratch; in iwx_ctxt_info_gen3_set_pnvm() local3898 prph_scratch = sc->prph_scratch_dma.vaddr; in iwx_ctxt_info_gen3_set_pnvm()3899 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwx_ctxt_info_gen3_set_pnvm()