Lines Matching defs:prph_sc_ctrl
994 struct iwx_prph_scratch_ctrl_cfg *prph_sc_ctrl;
1018 prph_sc_ctrl = &prph_scratch->ctrl_cfg;
1019 prph_sc_ctrl->version.version = 0;
1020 prph_sc_ctrl->version.mac_id = htole16(IWX_READ(sc, IWX_CSR_HW_REV));
1021 prph_sc_ctrl->version.size = htole16(sizeof(*prph_scratch) / 4);
1028 prph_sc_ctrl->control.control_flags = htole32(control_flags);
1031 prph_sc_ctrl->rbd_cfg.free_rbd_addr =
4265 struct iwx_prph_scratch_ctrl_cfg *prph_sc_ctrl;
4269 prph_sc_ctrl = &prph_scratch->ctrl_cfg;
4271 prph_sc_ctrl->pnvm_cfg.pnvm_base_addr = htole64(sc->pnvm_dma.paddr);
4272 prph_sc_ctrl->pnvm_cfg.pnvm_size = htole32(sc->pnvm_size);