Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dadp5588-keys.c29 #define KP_SEL(x) (0xFFFF >> (16 - x)) /* 2^x-1 */ macro
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dadp5588-keys.c167 #define KP_SEL(x) (BIT(x) - 1) /* 2^x-1 */ macro

Completed in 3 milliseconds