Home
last modified time | relevance | path

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

/linux/arch/arm/nwfpe/
H A Dfpopcode.h211 #define BIT_UP_CLEAR(opcode) ((opcode & BIT_DOWN) == 0)
/linux/drivers/input/touchscreen/
H A Dzinitix.c108 #define BIT_DOWN BIT(1) macro
317 int_flags = BIT_PT_CNT_CHANGE | BIT_DOWN | BIT_MOVE | BIT_UP; in zinitix_init_touch()