Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c965 if (!debug->last_words) in hisi_zip_show_last_regs_init()
970 debug->last_words[i] = readl_relaxed(io_base); in hisi_zip_show_last_regs_init()
977 debug->last_words[idx] = readl_relaxed( in hisi_zip_show_last_regs_init()
989 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_regs_uninit()
992 kfree(debug->last_words); in hisi_zip_show_last_regs_uninit()
993 debug->last_words = NULL; in hisi_zip_show_last_regs_uninit()
1007 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_dfx_regs()
1012 if (debug->last_words[i] != val) in hisi_zip_show_last_dfx_regs()
1014 hzip_com_dfx_regs[i].name, debug->last_words[i], val); in hisi_zip_show_last_dfx_regs()
1033 if (debug->last_words[idx] != val) in hisi_zip_show_last_dfx_regs()
[all …]
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1195 debug->last_words = kcalloc(cluster_dfx_regs_num * clusters_num + in hpre_show_last_regs_init()
1197 if (!debug->last_words) in hpre_show_last_regs_init()
1201 debug->last_words[i] = readl_relaxed(qm->io_base + in hpre_show_last_regs_init()
1208 debug->last_words[idx] = readl_relaxed( in hpre_show_last_regs_init()
1220 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_regs_uninit()
1223 kfree(debug->last_words); in hpre_show_last_regs_uninit()
1224 debug->last_words = NULL; in hpre_show_last_regs_uninit()
1238 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_dfx_regs()
1244 if (debug->last_words[i] != val) in hpre_show_last_dfx_regs()
1246 hpre_com_dfx_regs[i].name, debug->last_words[i], val); in hpre_show_last_dfx_regs()
[all …]
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c937 debug->last_words = kcalloc(ARRAY_SIZE(sec_dfx_regs), in sec_show_last_regs_init()
939 if (!debug->last_words) in sec_show_last_regs_init()
943 debug->last_words[i] = readl_relaxed(qm->io_base + in sec_show_last_regs_init()
953 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_regs_uninit()
956 kfree(debug->last_words); in sec_show_last_regs_uninit()
957 debug->last_words = NULL; in sec_show_last_regs_uninit()
967 if (qm->fun_type == QM_HW_VF || !debug->last_words) in sec_show_last_dfx_regs()
973 if (val != debug->last_words[i]) in sec_show_last_dfx_regs()
975 sec_dfx_regs[i].name, debug->last_words[i], val); in sec_show_last_dfx_regs()
/openbmc/linux/include/linux/
H A Dhisi_acc_qm.h198 unsigned int *last_words; member