Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h325 #define KPAD_SOFTEVAL 0xffc04114 /* Lets software force keypad interface to c… macro
DdefBF547.h440 #define KPAD_SOFTEVAL 0xffc04114 /* Lets software force keypad interface to c… macro
DcdefBF542.h555 #define bfin_read_KPAD_SOFTEVAL() bfin_read16(KPAD_SOFTEVAL)
556 #define bfin_write_KPAD_SOFTEVAL(val) bfin_write16(KPAD_SOFTEVAL, val)
DcdefBF547.h722 #define bfin_read_KPAD_SOFTEVAL() bfin_read16(KPAD_SOFTEVAL)
723 #define bfin_write_KPAD_SOFTEVAL(val) bfin_write16(KPAD_SOFTEVAL, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1121 D16(KPAD_SOFTEVAL); in bfin_debug_mmrs_init()