Home
last modified time | relevance | path

Searched refs:reg_dump (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c170 uint32_t *reg_dump, in amdgpu_cper_entry_fill_runtime_section() argument
196 memcpy(section->ctx.reg_dump, reg_dump, reg_count * sizeof(uint32_t)); in amdgpu_cper_entry_fill_runtime_section()
227 section->ctx.reg_dump[CPER_ACA_REG_CTL_LO] = 0x1; in amdgpu_cper_entry_fill_bad_page_threshold_section()
228 section->ctx.reg_dump[CPER_ACA_REG_CTL_HI] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
231 section->ctx.reg_dump[CPER_ACA_REG_ADDR_LO] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
232 section->ctx.reg_dump[CPER_ACA_REG_ADDR_HI] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
233 section->ctx.reg_dump[CPER_ACA_REG_MISC0_LO] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
234 section->ctx.reg_dump[CPER_ACA_REG_MISC0_HI] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
235 section->ctx.reg_dump[CPER_ACA_REG_CONFIG_LO] = 0x2; in amdgpu_cper_entry_fill_bad_page_threshold_section()
237 section->ctx.reg_dump[CPER_ACA_REG_IPID_LO] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
[all …]
H A Damdgpu_cper.h82 uint32_t *reg_dump,
/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_wed_debugfs.c9 struct reg_dump { struct
58 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()
/linux-6.15/drivers/mfd/
H A Dmax8997.c398 &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()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c1381 u32 registers_size = registers_num * sizeof(*reg_dump); in iwl_dump_ini_txf_iter()
1404 reg_dump->addr = cpu_to_le32(addr); in iwl_dump_ini_txf_iter()
1405 reg_dump->data = cpu_to_le32(iwl_read_prph_no_grab(fwrt->trans, in iwl_dump_ini_txf_iter()
1408 reg_dump++; in iwl_dump_ini_txf_iter()
1425 data = (void *)reg_dump; in iwl_dump_ini_txf_iter()
1431 reg_dump, iter->fifo_size); in iwl_dump_ini_txf_iter()
1563 u32 registers_size = registers_num * sizeof(*reg_dump); in iwl_dump_ini_rxf_iter()
1585 reg_dump->addr = cpu_to_le32(addr); in iwl_dump_ini_rxf_iter()
1586 reg_dump->data = cpu_to_le32(iwl_read_prph_no_grab(fwrt->trans, in iwl_dump_ini_rxf_iter()
1589 reg_dump++; in iwl_dump_ini_rxf_iter()
[all …]
/linux-6.15/drivers/gpu/drm/amd/include/
H A Damd_cper.h214 uint32_t reg_dump[CPER_ACA_REG_COUNT]; member
/linux-6.15/include/linux/mfd/
H A Dmax8997-private.h388 u8 reg_dump[MAX8997_REG_PMIC_END + MAX8997_MUIC_REG_END + member
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c1200 if (adapter->if_ops.reg_dump) in mwifiex_drv_info_dump()
1201 p += adapter->if_ops.reg_dump(adapter, p); in mwifiex_drv_info_dump()
H A Dmain.h840 int (*reg_dump)(struct mwifiex_adapter *, char *); member
H A Dsdio.c3192 .reg_dump = mwifiex_sdio_reg_dump,
H A Dpcie.c3266 .reg_dump = mwifiex_pcie_reg_dump,