UART_BASE          38 bsp/boot/arm/integrator/debug.c #define UART_DR		(*(volatile uint32_t *)(UART_BASE + 0x00))
UART_BASE          39 bsp/boot/arm/integrator/debug.c #define UART_RSR	(*(volatile uint32_t *)(UART_BASE + 0x04))
UART_BASE          40 bsp/boot/arm/integrator/debug.c #define UART_ECR	(*(volatile uint32_t *)(UART_BASE + 0x04))
UART_BASE          41 bsp/boot/arm/integrator/debug.c #define UART_FR		(*(volatile uint32_t *)(UART_BASE + 0x18))
UART_BASE          42 bsp/boot/arm/integrator/debug.c #define UART_IBRD	(*(volatile uint32_t *)(UART_BASE + 0x24))
UART_BASE          43 bsp/boot/arm/integrator/debug.c #define UART_FBRD	(*(volatile uint32_t *)(UART_BASE + 0x28))
UART_BASE          44 bsp/boot/arm/integrator/debug.c #define UART_LCRH	(*(volatile uint32_t *)(UART_BASE + 0x2c))
UART_BASE          45 bsp/boot/arm/integrator/debug.c #define UART_CR		(*(volatile uint32_t *)(UART_BASE + 0x30))
UART_BASE          46 bsp/boot/arm/integrator/debug.c #define UART_IMSC	(*(volatile uint32_t *)(UART_BASE + 0x38))
UART_BASE          47 bsp/boot/arm/integrator/debug.c #define UART_MIS	(*(volatile uint32_t *)(UART_BASE + 0x40))
UART_BASE          48 bsp/boot/arm/integrator/debug.c #define UART_ICR	(*(volatile uint32_t *)(UART_BASE + 0x44))
UART_BASE          52 bsp/drv/dev/serial/pl011.c #define UART_DR		(UART_BASE + 0x00)
UART_BASE          53 bsp/drv/dev/serial/pl011.c #define UART_RSR	(UART_BASE + 0x04)
UART_BASE          54 bsp/drv/dev/serial/pl011.c #define UART_ECR	(UART_BASE + 0x04)
UART_BASE          55 bsp/drv/dev/serial/pl011.c #define UART_FR		(UART_BASE + 0x18)
UART_BASE          56 bsp/drv/dev/serial/pl011.c #define UART_IBRD	(UART_BASE + 0x24)
UART_BASE          57 bsp/drv/dev/serial/pl011.c #define UART_FBRD	(UART_BASE + 0x28)
UART_BASE          58 bsp/drv/dev/serial/pl011.c #define UART_LCRH	(UART_BASE + 0x2c)
UART_BASE          59 bsp/drv/dev/serial/pl011.c #define UART_CR		(UART_BASE + 0x30)
UART_BASE          60 bsp/drv/dev/serial/pl011.c #define UART_IMSC	(UART_BASE + 0x38)
UART_BASE          61 bsp/drv/dev/serial/pl011.c #define UART_MIS	(UART_BASE + 0x40)
UART_BASE          62 bsp/drv/dev/serial/pl011.c #define UART_ICR	(UART_BASE + 0x44)
UART_BASE          40 bsp/hal/arm/integrator/diag.c #define UART_FR		(*(volatile uint32_t *)(UART_BASE + 0x18))
UART_BASE          41 bsp/hal/arm/integrator/diag.c #define UART_DR		(*(volatile uint32_t *)(UART_BASE + 0x00))
UART_BASE          72 bsp/hal/arm/integrator/diag.c 	mmu_premap(0x16000000, UART_BASE);