Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_NS16550_COM2 (Results 1 – 25 of 72) sorted by relevance

123

/u-boot/board/Synology/ds109/
A Dds109.c103 #define CONFIG_SYS_NS16550_COM2 KW_UART1_BASE macro
110 b_d = ns16550_calc_divisor((struct ns16550 *)CONFIG_SYS_NS16550_COM2, in reset_misc()
112 ns16550_init((struct ns16550 *)CONFIG_SYS_NS16550_COM2, b_d); in reset_misc()
113 ns16550_putc((struct ns16550 *)CONFIG_SYS_NS16550_COM2, in reset_misc()
/u-boot/drivers/serial/
A Dserial_ns16550.c25 #elif CONFIG_CONS_INDEX == 2 && !defined(CONFIG_SYS_NS16550_COM2)
46 #ifdef CONFIG_SYS_NS16550_COM2
47 (struct ns16550 *)CONFIG_SYS_NS16550_COM2,
187 #if defined(CONFIG_SYS_NS16550_COM2)
237 #if defined(CONFIG_SYS_NS16550_COM2) in ns16550_serial_initialize()
A Dserial_mtk.c355 #elif CONFIG_CONS_INDEX == 2 && !defined(CONFIG_SYS_NS16550_COM2)
370 #if defined(CONFIG_SYS_NS16550_COM2)
410 #if defined(CONFIG_SYS_NS16550_COM2) in mtk_serial_initialize()
/u-boot/include/configs/
A Dharmony.h23 #define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE macro
A Dbcm_northstar2.h31 #define CONFIG_SYS_NS16550_COM2 0x66110000 macro
A Dti_omap3_common.h40 #define CONFIG_SYS_NS16550_COM2 OMAP34XX_UART2 macro
A Dam57xx_evm.h22 #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ macro
A Dam335x_sl50.h52 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
A Dam335x_shc.h205 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
A Dpdu001.h72 #define CONFIG_SYS_NS16550_COM2 UART1_BASE macro
A Dchiliboard.h112 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
A Dam335x_guardian.h85 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
A Dbaltos.h201 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
A Dcm_t335.h83 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
A Ddra7xx_evm.h31 #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ macro
A DTQM834x.h106 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600) macro
A DMPC8555CDS.h225 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600) macro
A DMPC8541CDS.h227 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600) macro
A Dmpc8308_p1m.h169 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600) macro
A Dsbc8349.h137 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) macro
A Dve8313.h157 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) macro
A Dt4qds.h114 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x11C600) macro
/u-boot/arch/arm/mach-omap2/am33xx/
A Dboard.c87 # ifdef CONFIG_SYS_NS16550_COM2
88 { .base = CONFIG_SYS_NS16550_COM2, .reg_shift = 2,
105 # ifdef CONFIG_SYS_NS16550_COM2
/u-boot/board/eets/pdu001/
A Dmux.c98 case CONFIG_SYS_NS16550_COM2: in enable_uart_pin_mux()
/u-boot/arch/arm/include/asm/arch-ls102xa/
A Dconfig.h35 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x011d0500) macro

Completed in 61 milliseconds

123