Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_main.c309 static const struct debugfs_reg32 hpre_com_dfx_regs[] = { variable
981 regset->regs = hpre_com_dfx_regs; in hpre_pf_comm_regs_debugfs_init()
982 regset->nregs = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_pf_comm_regs_debugfs_init()
1188 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_regs_init()
1202 hpre_com_dfx_regs[i].offset); in hpre_show_last_regs_init()
1230 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_dfx_regs()
1243 val = readl_relaxed(qm->io_base + hpre_com_dfx_regs[i].offset); in hpre_show_last_dfx_regs()
1246 hpre_com_dfx_regs[i].name, debug->last_words[i], val); in hpre_show_last_dfx_regs()