Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/input/
H A Dadp5589.h137 #define ADP5585_COL_MASK 0x1F macro
144 #define ADP5585_COL(x) (1 << (((x) & ADP5585_COL_MASK) + ADP5585_COL_SHIFT))
/openbmc/linux/drivers/input/keyboard/
H A Dadp5589-keys.c366 .col_mask = ADP5585_COL_MASK,