Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-iop32x/
Diq80321.c53 .virtual = IQ80321_UART,
54 .pfn = __phys_to_pfn(IQ80321_UART),
145 .mapbase = IQ80321_UART,
146 .membase = (char *)IQ80321_UART,
157 .start = IQ80321_UART,
158 .end = IQ80321_UART + 7,
/Linux-v4.19/arch/arm/mach-iop32x/include/mach/
Diq80321.h11 #define IQ80321_UART 0xfe800000 /* UART #1 */ macro
Duncompress.h29 uart_base = (volatile u8 *)IQ80321_UART; in __arch_decomp_setup()