Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_main.c305 static const struct debugfs_reg32 hpre_com_dfx_regs[] = { variable
1014 regset->regs = hpre_com_dfx_regs; in hpre_pf_comm_regs_debugfs_init()
1015 regset->nregs = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_pf_comm_regs_debugfs_init()
1180 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_regs_init()
1193 hpre_com_dfx_regs[i].offset); in hpre_show_last_regs_init()
1221 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_dfx_regs()
1234 val = readl_relaxed(qm->io_base + hpre_com_dfx_regs[i].offset); in hpre_show_last_dfx_regs()
1237 hpre_com_dfx_regs[i].name, debug->last_words[i], val); in hpre_show_last_dfx_regs()