Searched refs:QM_XQ_DEPTH_MASK (Results 1 – 1 of 1) sorted by relevance
78 #define QM_XQ_DEPTH_MASK GENMASK(15, 0) macro788 *low_bits = depth & QM_XQ_DEPTH_MASK; in qm_get_xqc_depth()789 *high_bits = (depth >> QM_XQ_DEPTH_SHIFT) & QM_XQ_DEPTH_MASK; in qm_get_xqc_depth()