Searched refs:UART2_DLL (Results 1 – 7 of 7) sorted by relevance
80 #define UART2_DLL 0xffc02100 /* Divisor Latch Low Byte */ macro
131 #define bfin_read_UART2_DLL() bfin_read16(UART2_DLL)132 #define bfin_write_UART2_DLL(val) bfin_write16(UART2_DLL, val)
245 .start = UART2_DLL,
374 .start = UART2_DLL,
680 #define UART2_DLL 0xFFC02100 /* Divisor Latch (Low-Byte) */ macro
126 #define bfin_read_UART2_DLL() bfin_read16(UART2_DLL)127 #define bfin_write_UART2_DLL(val) bfin_write16(UART2_DLL, val)
1568 #ifdef UART2_DLL in bfin_debug_mmrs_init()