Searched refs:QE_NUM_OF_SNUM (Results 1 – 2 of 2) sorted by relevance
49 static u8 snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */50 static DECLARE_BITMAP(snum_state, QE_NUM_OF_SNUM);306 bitmap_zero(snum_state, QE_NUM_OF_SNUM); in qe_snums_init()311 snums, 1, QE_NUM_OF_SNUM); in qe_snums_init()
26 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro