Home
last modified time | relevance | path

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

/arch/powerpc/sysdev/qe_lib/
Dqe.c65 static struct qe_snum snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
658 if ((num_of_snums < 28) || (num_of_snums > QE_NUM_OF_SNUM)) { in qe_get_num_of_snums()
/arch/powerpc/include/asm/
Dqe.h25 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro