Searched defs:UART (Results 1 – 6 of 6) sorted by relevance
19 static volatile unsigned long * const UART = (unsigned long *)GEMINI_UART_BASE; variable
20 #define UART(x) (*(volatile unsigned long *)(serial_port + (x))) macro
17 volatile unsigned long *UART; variable
20 #define UART(base) \ macro
178 #define UART(_name, _parents, _offset,\ macro
574 #define UART(num) bfin_debug_mmrs_uart(parent, UART##num##_DLL, num) macro