| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | ps2ser.c | 52 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_init() 67 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_putc() 76 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_getc_hw() 127 NS16550_t com_port = (NS16550_t)COM_BASE; in ps2ser_interrupt()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 103 typedef struct NS16550 *NS16550_t; typedef 204 void NS16550_init(NS16550_t com_port, int baud_divisor); 205 void NS16550_putc(NS16550_t com_port, char c); 206 char NS16550_getc(NS16550_t com_port); 207 int NS16550_tstc(NS16550_t com_port); 208 void NS16550_reinit(NS16550_t com_port, int baud_divisor); 221 int ns16550_calc_divisor(NS16550_t port, int clock, int baudrate);
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_ns16550.c | 44 static NS16550_t serial_ports[6] = { 46 (NS16550_t)CONFIG_SYS_NS16550_COM1, 51 (NS16550_t)CONFIG_SYS_NS16550_COM2, 56 (NS16550_t)CONFIG_SYS_NS16550_COM3, 61 (NS16550_t)CONFIG_SYS_NS16550_COM4, 66 (NS16550_t)CONFIG_SYS_NS16550_COM5, 71 (NS16550_t)CONFIG_SYS_NS16550_COM6
|
| H A D | ns16550.c | 94 static void ns16550_writeb(NS16550_t port, int offset, int value) in ns16550_writeb() 109 static int ns16550_readb(NS16550_t port, int offset) in ns16550_readb() 120 static u32 ns16550_getfcr(NS16550_t port) in ns16550_getfcr() 135 static u32 ns16550_getfcr(NS16550_t port) in ns16550_getfcr() 141 int ns16550_calc_divisor(NS16550_t port, int clock, int baudrate) in ns16550_calc_divisor() 148 static void NS16550_setbrg(NS16550_t com_port, int baud_divisor) in NS16550_setbrg() 156 void NS16550_init(NS16550_t com_port, int baud_divisor) in NS16550_init() 194 void NS16550_reinit(NS16550_t com_port, int baud_divisor) in NS16550_reinit() 204 void NS16550_putc(NS16550_t com_port, char c) in NS16550_putc() 221 char NS16550_getc(NS16550_t com_port) in NS16550_getc() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/ |
| H A D | spl_minimal.c | 34 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 56 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 58 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| H A D | spl.c | 45 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/ |
| H A D | spl_minimal.c | 33 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 54 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 56 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| H A D | spl.c | 34 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/ |
| H A D | spl_minimal.c | 37 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 58 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 60 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| H A D | spl.c | 59 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/ |
| H A D | spl_minimal.c | 33 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 54 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 56 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| H A D | spl.c | 51 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1022ds/ |
| H A D | spl_minimal.c | 40 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 62 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 64 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| /OK3568_Linux_fs/u-boot/board/freescale/bsc9131rdb/ |
| H A D | spl_minimal.c | 72 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 95 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 97 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/ |
| H A D | mpc8313erdb.c | 133 NS16550_init((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), in board_init_f() 153 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), '\r'); in putc() 155 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), c); in putc()
|
| /OK3568_Linux_fs/u-boot/board/Synology/ds109/ |
| H A D | ds109.c | 107 b_d = ns16550_calc_divisor((NS16550_t)CONFIG_SYS_NS16550_COM2, in reset_misc() 109 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM2, b_d); in reset_misc() 110 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM2, SOFTWARE_REBOOT); in reset_misc()
|
| /OK3568_Linux_fs/u-boot/board/freescale/bsc9132qds/ |
| H A D | spl_minimal.c | 84 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f() 107 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, '\r'); in putc() 109 NS16550_putc((NS16550_t)CONFIG_SYS_NS16550_COM1, c); in putc()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/ |
| H A D | spl.c | 31 NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), '\r'); in putc() 33 NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), c); in putc()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/ |
| H A D | mpc8315erdb.c | 221 NS16550_init((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), in board_init_f() 241 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), '\r'); in putc() 243 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), c); in putc()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | tpl.c | 30 NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), '\r'); in putc() 32 NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), c); in putc()
|
| /OK3568_Linux_fs/u-boot/lib/efi/ |
| H A D | efi_stub.c | 72 NS16550_t com_port = (NS16550_t)0x3f8; in putc()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t4rdb/ |
| H A D | spl.c | 62 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/b4860qds/ |
| H A D | spl.c | 75 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/ |
| H A D | spl.c | 53 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/ |
| H A D | spl.c | 83 NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM1, in board_init_f()
|