Searched defs:UART (Results 1 – 5 of 5) sorted by relevance
19 static volatile unsigned long * const UART = (unsigned long *)GEMINI_UART_BASE; variable
18 #define UART(x) (*(volatile unsigned long *)(serial_port + (x))) macro
17 volatile unsigned long *UART; variable
26 #define UART(x) (*(volatile unsigned long *)(uart_base + (x))) macro
570 #define UART(num) bfin_debug_mmrs_uart(parent, UART##num##_DLL, num) macro