Searched refs:UART0_DLL (Results 1 – 13 of 13) sorted by relevance
64 #define UART0_DLL 0xFFC00400 /* Divisor Latch (Low-Byte) */ macro
103 #define bfin_read_UART0_DLL() bfin_read16(UART0_DLL)104 #define bfin_write_UART0_DLL(val) bfin_write16(UART0_DLL, val)
67 #define UART0_DLL 0xFFC00400 /* Divisor Latch (Low-Byte) */ macro
133 .start = UART0_DLL,
248 .start = UART0_DLL,
50 #define UART0_DLL 0xFFC00400 /* Divisor Latch (Low-Byte) */ macro
72 #define bfin_read_UART0_DLL() bfin_read16(UART0_DLL)73 #define bfin_write_UART0_DLL(val) bfin_write16(UART0_DLL,val)
61 #define UART0_DLL 0xFFC00400 /* Divisor Latch (Low-Byte) */ macro
82 #define bfin_read_UART0_DLL() bfin_read16(UART0_DLL)83 #define bfin_write_UART0_DLL(val) bfin_write16(UART0_DLL, val)
78 #define UART0_DLL 0xffc00400 /* Divisor Latch Low Byte */ macro
116 #define bfin_read_UART0_DLL() bfin_read16(UART0_DLL)117 #define bfin_write_UART0_DLL(val) bfin_write16(UART0_DLL, val)
1563 #ifdef UART0_DLL in bfin_debug_mmrs_init()