Searched refs:reg_dump (Results 1 – 7 of 7) sorted by relevance
172 uint32_t *reg_dump, in amdgpu_cper_entry_fill_runtime_section() argument 196 section->ctx.reg_arr_size = sizeof(section->ctx.reg_dump); in amdgpu_cper_entry_fill_runtime_section() 198 memcpy(section->ctx.reg_dump, reg_dump, reg_count * sizeof(uint32_t)); in amdgpu_cper_entry_fill_runtime_section() 230 section->ctx.reg_arr_size = sizeof(section->ctx.reg_dump); in amdgpu_cper_entry_fill_bad_page_threshold_section() 236 section->ctx.reg_dump[CPER_ACA_REG_CTL_LO] = 0x1; in amdgpu_cper_entry_fill_bad_page_threshold_section() 237 section->ctx.reg_dump[CPER_ACA_REG_CTL_HI] = 0x0; in amdgpu_cper_entry_fill_bad_page_threshold_section() 238 section->ctx.reg_dump[CPER_ACA_REG_STATUS_LO] = 0x137; in amdgpu_cper_entry_fill_bad_page_threshold_section() 239 section->ctx.reg_dump[CPER_ACA_REG_STATUS_HI] = 0xB0000000; in amdgpu_cper_entry_fill_bad_page_threshold_section() 240 section->ctx.reg_dump[CPER_ACA_REG_ADDR_L in amdgpu_cper_entry_fill_bad_page_threshold_section() [all...]
82 uint32_t *reg_dump,
9 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 reg in wed_rro_show() 10 namereg_dump global() argument 11 offsetreg_dump global() argument 12 typereg_dump global() argument 13 basereg_dump global() argument 14 maskreg_dump global() argument [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()
3192 .reg_dump = mwifiex_sdio_reg_dump,