Searched refs:UART1_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance
656 #define UART1_BASE_ADDR 0xE0010000 macro657 #define U1RBR (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x00))658 #define U1THR (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x00))659 #define U1DLL (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x00))660 #define U1DLM (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x04))661 #define U1IER (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x04))662 #define U1IIR (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x08))663 #define U1FCR (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x08))664 #define U1LCR (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x0C))665 #define U1MCR (*(volatile unsigned long *)(UART1_BASE_ADDR + 0x10))[all …]