Home
last modified time | relevance | path

Searched refs:UART0_BASE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A Duart-16550.c27 #define UART0_BASE 0x1EF14000 macro
28 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))
33 #define UART0_BASE 0x18030100 macro
34 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))
/OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/
H A Dconsole.c9 || (defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE))
55 #elif defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE)
88 uartbase = (unsigned long) my_ioremap((unsigned long) UART0_BASE); in console_init()
/OK3568_Linux_fs/u-boot/board/intel/crownbay/
H A Dcrownbay.c15 UART0_BASE, UART0_IRQ); in board_early_init_f()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dibmpc.h21 #define UART0_BASE 0x3f8 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dhardware_ti816x.h25 #define UART0_BASE 0x48020000 macro
H A Dhardware_ti814x.h17 #define UART0_BASE 0x48020000 macro
H A Dhardware_am33xx.h17 #define UART0_BASE 0x44E09000 macro
H A Dhardware.h56 #define DEFAULT_UART_BASE UART0_BASE
H A Dhardware_am43xx.h20 #define UART0_BASE 0x44E09000 macro
/OK3568_Linux_fs/u-boot/board/congatec/conga-qeval20-qa3-e3845/
H A Dconga-qeval20-qa3.c25 UART0_BASE, UART0_IRQ); in board_early_init_f()
/OK3568_Linux_fs/u-boot/board/intel/cougarcanyon2/
H A Dcougarcanyon2.c39 sio1007_enable_serial(SIO1007_IOPORT3, 0, UART0_BASE, UART0_IRQ); in board_early_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dimx-regs.h44 #define UART0_BASE (AIPS0_BASE_ADDR + 0x00027000) macro
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3308.c629 t_serial.addr = UART0_BASE; in ddr_set_atags()