Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c169 uint32_t *reg_dump, in amdgpu_cper_entry_fill_runtime_section() argument
193 section->ctx.reg_arr_size = sizeof(section->ctx.reg_dump); in amdgpu_cper_entry_fill_runtime_section()
195 memcpy(section->ctx.reg_dump, reg_dump, reg_count * sizeof(uint32_t)); in amdgpu_cper_entry_fill_runtime_section()
227 section->ctx.reg_arr_size = sizeof(section->ctx.reg_dump); in amdgpu_cper_entry_fill_bad_page_threshold_section()
233 section->ctx.reg_dump[CPER_ACA_REG_CTL_LO] = 0x1; in amdgpu_cper_entry_fill_bad_page_threshold_section()
234 section->ctx.reg_dump[CPER_ACA_REG_CTL_HI] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
235 section->ctx.reg_dump[CPER_ACA_REG_STATUS_LO] = 0x137; in amdgpu_cper_entry_fill_bad_page_threshold_section()
236 section->ctx.reg_dump[CPER_ACA_REG_STATUS_HI] = 0xB0000000; in amdgpu_cper_entry_fill_bad_page_threshold_section()
237 section->ctx.reg_dump[CPER_ACA_REG_ADDR_LO] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
238 section->ctx.reg_dump[CPER_ACA_REG_ADDR_HI] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section()
[all …]
H A Damdgpu_cper.h82 uint32_t *reg_dump,
/linux/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/drivers/gpu/drm/amd/include/
H A Damd_cper.h214 uint32_t reg_dump[CPER_ACA_REG_COUNT]; member
/linux/include/linux/mfd/
H A Dmax8997-private.h388 u8 reg_dump[MAX8997_REG_PMIC_END + MAX8997_MUIC_REG_END + member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c1179 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()
H A Dsdio.c3192 .reg_dump = mwifiex_sdio_reg_dump,