Home
last modified time | relevance | path

Searched defs:REVERSE_BIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dpsxpad-spi.c31 #define REVERSE_BIT(x) ((((x) & 0x80) >> 7) | (((x) & 0x40) >> 5) | \ macro
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dpsxpad-spi.c31 #define REVERSE_BIT(x) ((((x) & 0x80) >> 7) | (((x) & 0x40) >> 5) | \ macro

Completed in 2 milliseconds