Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/arm/mach-iop32x/include/mach/
Diq80321.h10 #define IQ80321_UART 0xfe800000 /* UART #1 */ macro
Duncompress.h28 uart_base = (volatile u8 *)IQ80321_UART; in __arch_decomp_setup()