Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip_main.c1004 if (!debug->last_words) in hisi_zip_show_last_regs_init()
1009 debug->last_words[i] = readl_relaxed(io_base); in hisi_zip_show_last_regs_init()
1016 debug->last_words[idx] = readl_relaxed( in hisi_zip_show_last_regs_init()
1028 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_regs_uninit()
1031 kfree(debug->last_words); in hisi_zip_show_last_regs_uninit()
1032 debug->last_words = NULL; in hisi_zip_show_last_regs_uninit()
1047 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_dfx_regs()
1052 if (debug->last_words[i] != val) in hisi_zip_show_last_dfx_regs()
1054 hzip_com_dfx_regs[i].name, debug->last_words[i], val); in hisi_zip_show_last_dfx_regs()
1076 if (debug->last_words[idx] != val) in hisi_zip_show_last_dfx_regs()
[all …]
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1264 debug->last_words = kcalloc(cluster_dfx_regs_num * clusters_num + in hpre_show_last_regs_init()
1266 if (!debug->last_words) in hpre_show_last_regs_init()
1270 debug->last_words[i] = readl_relaxed(qm->io_base + in hpre_show_last_regs_init()
1277 debug->last_words[idx] = readl_relaxed( in hpre_show_last_regs_init()
1289 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_regs_uninit()
1292 kfree(debug->last_words); in hpre_show_last_regs_uninit()
1293 debug->last_words = NULL; in hpre_show_last_regs_uninit()
1308 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_dfx_regs()
1314 if (debug->last_words[i] != val) in hpre_show_last_dfx_regs()
1316 hpre_com_dfx_regs[i].name, debug->last_words[i], val); in hpre_show_last_dfx_regs()
[all …]
/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c987 debug->last_words = kcalloc(ARRAY_SIZE(sec_dfx_regs), in sec_show_last_regs_init()
989 if (!debug->last_words) in sec_show_last_regs_init()
993 debug->last_words[i] = readl_relaxed(qm->io_base + in sec_show_last_regs_init()
1003 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_regs_uninit()
1006 kfree(debug->last_words); in sec_show_last_regs_uninit()
1007 debug->last_words = NULL; in sec_show_last_regs_uninit()
1017 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_dfx_regs()
1023 if (val != debug->last_words[i]) in sec_show_last_dfx_regs()
1025 sec_dfx_regs[i].name, debug->last_words[i], val); in sec_show_last_dfx_regs()
/linux-6.15/include/linux/
H A Dhisi_acc_qm.h206 unsigned int *last_words; member