Home
last modified time | relevance | path

Searched refs:NS16550_putc (Results 1 – 15 of 15) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/
Dspl.c28 NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), '\r'); in putc()
30 NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), c); in putc()
/third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/
Dspl_minimal.c57 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
59 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/p1_p2_rdb_pc/
Dspl_minimal.c53 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
55 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/p1010rdb/
Dspl_minimal.c55 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
57 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/c29xpcie/
Dspl_minimal.c53 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
55 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/p1022ds/
Dspl_minimal.c61 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
63 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/
Dspl_minimal.c94 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
96 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8313erdb/
Dmpc8313erdb.c153 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), '\r'); in putc()
155 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), c); in putc()
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/
Dspl_minimal.c106 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc()
108 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial_ns16550.c124 NS16550_putc(PORT, '\r'); in _serial_putc()
126 NS16550_putc(PORT, c); in _serial_putc()
Dns16550.c212 void NS16550_putc(NS16550_t com_port, char c) in NS16550_putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/
Dmpc8315erdb.c241 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), '\r'); in putc()
243 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), c); in putc()
/third_party/uboot/u-boot-2020.01/board/Synology/ds109/
Dds109.c109 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM2, SOFTWARE_REBOOT); in reset_misc()
/third_party/uboot/u-boot-2020.01/include/
Dns16550.h211 void NS16550_putc(NS16550_t com_port, char c);
/third_party/uboot/u-boot-2020.01/
DREADME2813 and NS16550_putc functions for the serial driver located at