Home
last modified time | relevance | path

Searched refs:UART3_DLL (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/include/mach/
Domap16xx.h129 #define UART3_DLL (OMAP1_UART3_BASE + 0) macro
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h457 #define UART3_DLL 0xffc03100 /* Divisor Latch Low Byte */ macro
1425 #define UART3_DLL 0xffc03100 /* Divisor Latch Low Byte */ macro
DcdefBF54x_base.h2537 #define bfin_read_UART3_DLL() bfin_read16(UART3_DLL)
2538 #define bfin_write_UART3_DLL(val) bfin_write16(UART3_DLL, val)
/linux-4.4.14/arch/blackfin/mach-bf548/boards/
Dcm_bf548.c293 .start = UART3_DLL,
Dezkit.c429 .start = UART3_DLL,
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1572 #ifdef UART3_DLL in bfin_debug_mmrs_init()