Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h183 #define BIT_UP 0x00800000 macro
219 #define BIT_UP_SET(opcode) ((opcode & BIT_UP) != 0)
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h174 #define BIT_UP 0x00800000 macro
210 #define BIT_UP_SET(opcode) ((opcode & BIT_UP) != 0)
/openbmc/linux/drivers/input/touchscreen/
H A Dzinitix.c99 #define BIT_UP BIT(3) macro
240 BIT_UP); in zinitix_init_touch()