Home
last modified time | relevance | path

Searched refs:BIT_CLR (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/auxdisplay/
Dpanel.c230 #define BIT_CLR 0 macro
586 state = test_bit(bit, bits) ? BIT_SET : BIT_CLR; in lcd_get_bits()