Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qe/
Dqe.c64 static struct qe_snum snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
681 if ((num_of_snums < 28) || (num_of_snums > QE_NUM_OF_SNUM)) { in qe_get_num_of_snums()
/Linux-v4.19/include/soc/fsl/qe/
Dqe.h30 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro