Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhisi_acc_qm.h185 unsigned int *qm_last_words; member
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c3728 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_last_regs_uninit()
3731 kfree(debug->qm_last_words); in qm_last_regs_uninit()
3732 debug->qm_last_words = NULL; in qm_last_regs_uninit()
5449 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_show_last_dfx_regs()
5454 if (debug->qm_last_words[i] != val) in qm_show_last_dfx_regs()
5456 qm_dfx_regs[i].name, debug->qm_last_words[i], val); in qm_show_last_dfx_regs()
6371 debug->qm_last_words = kcalloc(dfx_regs_num, sizeof(unsigned int), in qm_last_regs_init()
6373 if (!debug->qm_last_words) in qm_last_regs_init()
6377 debug->qm_last_words[i] = readl_relaxed(qm->io_base + in qm_last_regs_init()