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

/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c880 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words)
883 kfree(debug->qm_last_words);
884 debug->qm_last_words = NULL;
896 debug->qm_last_words = kcalloc(dfx_regs_num, sizeof(unsigned int), GFP_KERNEL);
897 if (!debug->qm_last_words)
901 debug->qm_last_words[i] = readl_relaxed(qm->io_base +
1008 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words)
1013 if (debug->qm_last_words[i] != val)
1015 qm_dfx_regs[i].name, debug->qm_last_words[i], val);
/linux-master/include/linux/
H A Dhisi_acc_qm.h200 unsigned int *qm_last_words; member in struct:qm_debug

Completed in 81 milliseconds