Searched refs:reg_dump (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_cper.c | 170 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 …]
|
| A D | amdgpu_cper.h | 82 uint32_t *reg_dump,
|
| /drivers/net/ethernet/mediatek/ |
| A D | mtk_wed_debugfs.c | 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 regs[] = { in wed_rro_show()
|
| /drivers/mfd/ |
| A D | max8997.c | 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()
|
| /drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | dbg.c | 1399 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() 1581 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() 1604 reg_dump->data = cpu_to_le32(iwl_read_prph_no_grab(fwrt->trans, in iwl_dump_ini_rxf_iter() 1607 reg_dump++; in iwl_dump_ini_rxf_iter() [all …]
|
| /drivers/gpu/drm/amd/include/ |
| A D | amd_cper.h | 214 uint32_t reg_dump[CPER_ACA_REG_COUNT]; member
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | main.c | 1174 if (adapter->if_ops.reg_dump) in mwifiex_drv_info_dump() 1175 p += adapter->if_ops.reg_dump(adapter, p); in mwifiex_drv_info_dump()
|
| A D | main.h | 839 int (*reg_dump)(struct mwifiex_adapter *, char *); member
|
| A D | sdio.c | 3192 .reg_dump = mwifiex_sdio_reg_dump,
|
| A D | pcie.c | 3266 .reg_dump = mwifiex_pcie_reg_dump,
|
Completed in 37 milliseconds