Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h335 #define KPAD_COLEN 0xe000 /* Column Enable Width */ macro
DdefBF547.h586 #define KPAD_COLEN 0xe000 /* Column Enable Width */ macro
/linux-4.4.14/drivers/input/keyboard/
Dbf54x-keys.c307 bfin_write_KPAD_CTL((((pdata->cols - 1) << 13) & KPAD_COLEN) | in bfin_kpad_probe()