EQ_ID_LO_BITS
db.db2.Qid_hi = (qid >> EQ_ID_LO_BITS) & 0x1f;
#define EQ_DB_ID_LO_MASK ((1 << EQ_ID_LO_BITS) - 1)