Searched refs:QE_NUM_OF_SNUM (Results 1 – 2 of 2) sorted by relevance
45 static u8 snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */46 static DECLARE_BITMAP(snum_state, QE_NUM_OF_SNUM);310 bitmap_zero(snum_state, QE_NUM_OF_SNUM); in qe_snums_init()315 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