Home
last modified time | relevance | path

Searched refs:KPAD_STAT (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h321 #define KPAD_STAT 0xffc04110 /* Holds and clears the status of the keypad… macro
DdefBF547.h436 #define KPAD_STAT 0xffc04110 /* Holds and clears the status of the keypad… macro
DcdefBF542.h549 #define bfin_read_KPAD_STAT() bfin_read16(KPAD_STAT)
550 #define bfin_write_KPAD_STAT(val) bfin_write16(KPAD_STAT, val)
DcdefBF547.h716 #define bfin_read_KPAD_STAT() bfin_read16(KPAD_STAT)
717 #define bfin_write_KPAD_STAT(val) bfin_write16(KPAD_STAT, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1120 D16(KPAD_STAT); in bfin_debug_mmrs_init()