Home
last modified time | relevance | path

Searched refs:UART_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/mips/pic32/pic32mzda/
Dearly_console.c23 #define UART_BASE(x) ((x) * 0x0200) macro
24 #define U_MODE(x) UART_BASE(x)
25 #define U_STA(x) (UART_BASE(x) + 0x10)
26 #define U_TXR(x) (UART_BASE(x) + 0x20)
27 #define U_BRG(x) (UART_BASE(x) + 0x40)
/linux-6.1.9/arch/mips/boot/compressed/
Duart-16550.c12 #define UART_BASE 0x1fd003f8 macro
13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
/linux-6.1.9/arch/arm/mach-spear/
Dspear.h60 #define UART_BASE UL(0xE0000000) macro
84 #define SPEAR_DBG_UART_BASE UART_BASE