Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/auxdisplay/
Dpanel.c228 #define BIT_CLR 0 macro
582 state = test_bit(bit, bits) ? BIT_SET : BIT_CLR; in lcd_get_bits()