Home
last modified time | relevance | path

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

1234

/external/u-boot/drivers/serial/
Dserial_ns16550.c28 #elif CONFIG_CONS_INDEX == 2 && !defined(CONFIG_SYS_NS16550_COM2)
49 #ifdef CONFIG_SYS_NS16550_COM2
50 (NS16550_t)CONFIG_SYS_NS16550_COM2,
190 #if defined(CONFIG_SYS_NS16550_COM2)
240 #if defined(CONFIG_SYS_NS16550_COM2) in ns16550_serial_initialize()
Dserial_mtk.c352 #elif CONFIG_CONS_INDEX == 2 && !defined(CONFIG_SYS_NS16550_COM2)
367 #if defined(CONFIG_SYS_NS16550_COM2)
407 #if defined(CONFIG_SYS_NS16550_COM2) in mtk_serial_initialize()
/external/u-boot/board/Synology/ds109/
Dds109.c99 #define CONFIG_SYS_NS16550_COM2 KW_UART1_BASE macro
106 b_d = ns16550_calc_divisor((NS16550_t)CONFIG_SYS_NS16550_COM2, in reset_misc()
108 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM2, b_d); in reset_misc()
109 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM2, SOFTWARE_REBOOT); in reset_misc()
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dboard.c76 # ifdef CONFIG_SYS_NS16550_COM2
77 { .base = CONFIG_SYS_NS16550_COM2, .reg_shift = 2,
94 # ifdef CONFIG_SYS_NS16550_COM2
/external/u-boot/include/configs/
Dharmony.h23 #define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE macro
Dbcm_northstar2.h31 #define CONFIG_SYS_NS16550_COM2 0x66110000 macro
Dti_omap3_common.h40 #define CONFIG_SYS_NS16550_COM2 OMAP34XX_UART2 macro
Dam335x_sl50.h52 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Dpdu001.h72 #define CONFIG_SYS_NS16550_COM2 UART1_BASE macro
Dam57xx_evm.h27 #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ macro
Dam335x_shc.h225 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Dchiliboard.h112 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Dam335x_guardian.h59 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Dbaltos.h201 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Dcm_t335.h83 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Ddra7xx_evm.h32 #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ macro
Dqemu-ppce500.h92 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600) macro
Dpcm051.h103 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
Dbav335x.h317 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */ macro
DTQM834x.h108 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600) macro
Dmpc8308_p1m.h169 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600) macro
Dt4qds.h122 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x11C600) macro
/external/u-boot/include/configs/km/
Dkm-mpc83xx.h71 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600) macro
/external/u-boot/board/eets/pdu001/
Dmux.c98 case CONFIG_SYS_NS16550_COM2: in enable_uart_pin_mux()
/external/u-boot/arch/arm/include/asm/arch-ls102xa/
Dconfig.h35 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x011d0500) macro

1234