Searched refs:ucp_mask (Results 1 – 1 of 1) sorted by relevance
98 unsigned ucp_mask = ucp_enable; in TAG() local100 while (ucp_mask) { in TAG()101 unsigned plane_idx = ffs(ucp_mask)-1; in TAG()102 ucp_mask &= ~(1 << plane_idx); in TAG()