Searched refs:BITSET_FFS (Results 1 – 2 of 2) sorted by relevance
97 #define BITSET_FFS(x) __bitset_ffs(x, Elements(x)) macro
447 int i = BITSET_FFS(nctx->dirty) - 1; in nouveau_next_dirty_state()