Searched refs:QE_NUM_OF_SNUM (Results 1 – 2 of 2) sorted by relevance
46 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()
28 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro