Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip_main.c991 int com_dfx_regs_num = ARRAY_SIZE(hzip_com_dfx_regs); in hisi_zip_show_last_regs_init() local
1002 debug->last_words = kcalloc(core_dfx_regs_num * zip_core_num + com_dfx_regs_num, in hisi_zip_show_last_regs_init()
1007 for (i = 0; i < com_dfx_regs_num; i++) { in hisi_zip_show_last_regs_init()
1015 idx = com_dfx_regs_num + i * core_dfx_regs_num + j; in hisi_zip_show_last_regs_init()
1038 int com_dfx_regs_num = ARRAY_SIZE(hzip_com_dfx_regs); in hisi_zip_show_last_dfx_regs() local
1050 for (i = 0; i < com_dfx_regs_num; i++) { in hisi_zip_show_last_dfx_regs()
1074 idx = com_dfx_regs_num + i * core_dfx_regs_num + j; in hisi_zip_show_last_dfx_regs()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1254 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_regs_init() local
1265 com_dfx_regs_num, sizeof(unsigned int), GFP_KERNEL); in hpre_show_last_regs_init()
1269 for (i = 0; i < com_dfx_regs_num; i++) in hpre_show_last_regs_init()
1276 idx = com_dfx_regs_num + i * cluster_dfx_regs_num + j; in hpre_show_last_regs_init()
1299 int com_dfx_regs_num = ARRAY_SIZE(hpre_com_dfx_regs); in hpre_show_last_dfx_regs() local
1312 for (i = 0; i < com_dfx_regs_num; i++) { in hpre_show_last_dfx_regs()
1327 idx = com_dfx_regs_num + i * cluster_dfx_regs_num + j; in hpre_show_last_dfx_regs()