Searched refs:BITSET_CLEAR (Results 1 – 2 of 2) sorted by relevance
62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) macro
463 BITSET_CLEAR(nctx->dirty, i); in nouveau_state_emit()