Searched refs:UART1_BASE (Results 1 – 17 of 17) sorted by relevance
244 v = HWREG(UART1_BASE + UART_O_FR); in otPlatDebugUart_kbhit()269 while (HWREG(UART1_BASE + UART_O_FR) & UART_FR_TXFF) in otPlatDebugUart_putchar_raw()273 HWREG(UART1_BASE + UART_O_DR) = ((uint32_t)(b & 0x0ff)); in otPlatDebugUart_putchar_raw()283 HWREG(UART1_BASE + UART_O_CC) = 0; in cc2538DebugUartInit()300 HWREG(UART1_BASE + UART_O_CC) = 0; in cc2538DebugUartInit()307 HWREG(UART1_BASE + UART_O_IBRD) = a; in cc2538DebugUartInit()308 HWREG(UART1_BASE + UART_O_FBRD) = b; in cc2538DebugUartInit()309 …HWREG(UART1_BASE + UART_O_LCRH) = UART_CONFIG_WLEN_8 | UART_CONFIG_STOP_ONE | UART_CONFIG_PAR_NONE; in cc2538DebugUartInit()315 HWREG(UART1_BASE + UART_O_CTL) = UART_CTL_UARTEN | UART_CTL_TXE | UART_CTL_RXE; in cc2538DebugUartInit()
269 #define UART1_BASE 0x4000D000 macro
195 #define UART1_BASE 0x09040000 macro202 #define PLAT_QEMU_CRASH_UART_BASE UART1_BASE
181 #define UART1_BASE 0x60030000 macro192 #define PLAT_QEMU_CRASH_UART_BASE UART1_BASE
41 #define UART1_BASE 0xff190000 macro
34 #define UART1_BASE 0xff190000 macro
61 #define UART1_BASE (IO_PHYS + 0x01001200) macro
21 #define UART1_BASE 0xff120000 macro
67 #define UART1_BASE (IO_PHYS + 0x01003000) macro
52 #define UART1_BASE 0xff158000 macro
22 #define UART1_BASE (MMIO_BASE + 0x07190000) macro
86 uart_base = UART1_BASE; in plat_rockchip_dt_process_fdt_uart()
24 MAP_REGION_FLAT(UART1_BASE, UART1_SIZE,
14 UART1_BASE
39 MAP_REGION_FLAT(UART1_BASE, UART1_SIZE,
100 #define UART1_BASE (IO_PHYS + 0x01003000) macro
35 MAP_REGION_FLAT(UART1_BASE, UART1_SIZE,