Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c312 static const struct debugfs_reg32 hpre_com_dfx_regs[] = { variable
988 regset->regs = hpre_com_dfx_regs; in hpre_pf_comm_regs_debugfs_init()
989 regset->nregs = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_pf_comm_regs_debugfs_init()
1195 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_regs_init()
1209 hpre_com_dfx_regs[i].offset); in hpre_show_last_regs_init()
1237 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_dfx_regs()
1250 val = readl_relaxed(qm->io_base + hpre_com_dfx_regs[i].offset); in hpre_show_last_dfx_regs()
1253 hpre_com_dfx_regs[i].name, debug->last_words[i], val); in hpre_show_last_dfx_regs()