Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qe/
H A Dqe.c46 static u8 snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
47 static DECLARE_BITMAP(snum_state, QE_NUM_OF_SNUM);
308 bitmap_zero(snum_state, QE_NUM_OF_SNUM); in qe_snums_init()
313 snums, 1, QE_NUM_OF_SNUM); in qe_snums_init()
/linux/include/soc/fsl/qe/
H A Dqe.h28 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro