Searched refs:reg_dump (Results 1 – 12 of 12) sorted by relevance
164 runtime->reg.reg_arr_size = sizeof(runtime->reg.reg_dump); in fill_section_runtime()166 runtime->reg.reg_dump[RAS_CPER_ACA_REG_CTL] = trace->aca_reg.regs[ACA_REG_IDX__CTL]; in fill_section_runtime()167 runtime->reg.reg_dump[RAS_CPER_ACA_REG_STATUS] = trace->aca_reg.regs[ACA_REG_IDX__STATUS]; in fill_section_runtime()168 runtime->reg.reg_dump[RAS_CPER_ACA_REG_ADDR] = trace->aca_reg.regs[ACA_REG_IDX__ADDR]; in fill_section_runtime()169 runtime->reg.reg_dump[RAS_CPER_ACA_REG_MISC0] = trace->aca_reg.regs[ACA_REG_IDX__MISC0]; in fill_section_runtime()170 runtime->reg.reg_dump[RAS_CPER_ACA_REG_CONFIG] = trace->aca_reg.regs[ACA_REG_IDX__CONFG]; in fill_section_runtime()171 runtime->reg.reg_dump[RAS_CPER_ACA_REG_IPID] = trace->aca_reg.regs[ACA_REG_IDX__IPID]; in fill_section_runtime()172 runtime->reg.reg_dump[RAS_CPER_ACA_REG_SYND] = trace->aca_reg.regs[ACA_REG_IDX__SYND]; in fill_section_runtime()
227 uint64_t reg_dump[RAS_CPER_ACA_REG_COUNT]; member
9 struct reg_dump { struct58 const struct reg_dump *regs, int n_regs) in dump_wed_regs()60 const struct reg_dump *cur; in dump_wed_regs()94 static const struct reg_dump regs[] = { in wed_txinfo_show()158 static const struct reg_dump regs_common[] = { in wed_rxinfo_show()207 static const struct reg_dump regs_wed_v2[] = { in wed_rxinfo_show()219 static const struct reg_dump regs_wed_v3[] = { in wed_rxinfo_show()280 static const struct reg_dump regs[] = { in wed_amsdu_show()501 static const struct reg_dump regs[] = { in wed_rtqm_show()551 static const struct reg_dump regs[] = { in wed_rro_show()
398 &max8997->reg_dump[i]); in max8997_freeze()402 &max8997->reg_dump[i + MAX8997_REG_PMIC_END]); in max8997_freeze()406 &max8997->reg_dump[i + MAX8997_REG_PMIC_END + in max8997_freeze()420 max8997->reg_dump[i]); in max8997_restore()424 max8997->reg_dump[i + MAX8997_REG_PMIC_END]); in max8997_restore()428 max8997->reg_dump[i + MAX8997_REG_PMIC_END + in max8997_restore()
82 uint32_t *reg_dump,
1396 struct iwl_fw_ini_error_dump_register *reg_dump = (void *)range->data; in iwl_dump_ini_txf_iter() local1399 u32 registers_size = registers_num * sizeof(*reg_dump); in iwl_dump_ini_txf_iter()1422 reg_dump->addr = cpu_to_le32(addr); in iwl_dump_ini_txf_iter()1423 reg_dump->data = cpu_to_le32(iwl_read_prph_no_grab(fwrt->trans, in iwl_dump_ini_txf_iter()1426 reg_dump++; in iwl_dump_ini_txf_iter()1443 data = (void *)reg_dump; in iwl_dump_ini_txf_iter()1449 reg_dump, iter->fifo_size); in iwl_dump_ini_txf_iter()1578 struct iwl_fw_ini_error_dump_register *reg_dump = (void *)range->data; in iwl_dump_ini_rxf_iter() local1581 u32 registers_size = registers_num * sizeof(*reg_dump); in iwl_dump_ini_rxf_iter()1603 reg_dump->addr = cpu_to_le32(addr); in iwl_dump_ini_rxf_iter()[all …]
214 uint32_t reg_dump[CPER_ACA_REG_COUNT]; member
388 u8 reg_dump[MAX8997_REG_PMIC_END + MAX8997_MUIC_REG_END + member
1179 if (adapter->if_ops.reg_dump) in mwifiex_drv_info_dump()1180 p += adapter->if_ops.reg_dump(adapter, p); in mwifiex_drv_info_dump()
839 int (*reg_dump)(struct mwifiex_adapter *, char *); member
3192 .reg_dump = mwifiex_sdio_reg_dump,
3266 .reg_dump = mwifiex_pcie_reg_dump,