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

/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_main.c964 debug->last_words = kcalloc(core_dfx_regs_num * zip_core_num + com_dfx_regs_num,
966 if (!debug->last_words)
971 debug->last_words[i] = readl_relaxed(io_base);
978 debug->last_words[idx] = readl_relaxed(
990 if (qm->fun_type == QM_HW_VF || !debug->last_words)
993 kfree(debug->last_words);
994 debug->last_words = NULL;
1008 if (qm->fun_type == QM_HW_VF || !debug->last_words)
1013 if (debug->last_words[i] != val)
1015 hzip_com_dfx_regs[i].name, debug->last_words[
[all...]
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c942 debug->last_words = kcalloc(ARRAY_SIZE(sec_dfx_regs),
944 if (!debug->last_words)
948 debug->last_words[i] = readl_relaxed(qm->io_base +
958 if (qm->fun_type == QM_HW_VF || !debug->last_words)
961 kfree(debug->last_words);
962 debug->last_words = NULL;
972 if (qm->fun_type == QM_HW_VF || !debug->last_words)
978 if (val != debug->last_words[i])
980 sec_dfx_regs[i].name, debug->last_words[i], val);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1203 debug->last_words = kcalloc(cluster_dfx_regs_num * clusters_num +
1205 if (!debug->last_words)
1209 debug->last_words[i] = readl_relaxed(qm->io_base +
1216 debug->last_words[idx] = readl_relaxed(
1228 if (qm->fun_type == QM_HW_VF || !debug->last_words)
1231 kfree(debug->last_words);
1232 debug->last_words = NULL;
1246 if (qm->fun_type == QM_HW_VF || !debug->last_words)
1252 if (debug->last_words[i] != val)
1254 hpre_com_dfx_regs[i].name, debug->last_words[
[all...]
/linux-master/include/linux/
H A Dhisi_acc_qm.h202 unsigned int *last_words; member in struct:qm_debug

Completed in 97 milliseconds