Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h220 #define BIT_UP_CLEAR(opcode) ((opcode & BIT_DOWN) == 0)
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h211 #define BIT_UP_CLEAR(opcode) ((opcode & BIT_DOWN) == 0)
/openbmc/linux/drivers/input/touchscreen/
H A Dzinitix.c97 #define BIT_DOWN BIT(1) macro
239 BIT_PT_CNT_CHANGE | BIT_DOWN | BIT_MOVE | in zinitix_init_touch()