Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h563 #define PORTH_SLEW 0xFFC03238 /* Port H slew control */ macro
DcdefBF512.h991 #define bfin_read_PORTH_SLEW() bfin_read16(PORTH_SLEW)
992 #define bfin_write_PORTH_SLEW(val) bfin_write16(PORTH_SLEW, val)
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h564 #define PORTH_SLEW 0xFFC03238 /* Port H slew control */ macro
DcdefBF522.h1008 #define bfin_read_PORTH_SLEW() bfin_read16(PORTH_SLEW)
1009 #define bfin_write_PORTH_SLEW(val) bfin_write16(PORTH_SLEW, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1823 D16(PORTH_SLEW); in bfin_debug_mmrs_init()