| /rk3399_rockchip-uboot/common/ |
| H A D | rbsb.c | 234 struct termios oldtty, tty; variable 237 struct termio oldtty, tty; variable 268 tty = oldtty; in io_mode() 270 tty.c_iflag = BRKINT|IXON; in io_mode() 272 tty.c_oflag = 0; /* Transparent output */ in io_mode() 274 tty.c_cflag &= ~PARENB; /* Disable parity */ in io_mode() 275 tty.c_cflag |= CS8; /* Set character size = 8 */ in io_mode() 277 tty.c_cflag |= CSTOPB; /* Set two stop bits */ in io_mode() 280 tty.c_lflag = protocol==ZM_ZMODEM ? 0 : ISIG; in io_mode() 281 tty.c_cc[VINTR] = protocol==ZM_ZMODEM ? -1 : 030; /* Interrupt char */ in io_mode() [all …]
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | kwboot.c | 285 kwboot_bootmsg(int tty, void *msg) in kwboot_bootmsg() argument 296 rc = tcflush(tty, TCIOFLUSH); in kwboot_bootmsg() 300 rc = kwboot_tty_send(tty, msg, 8); in kwboot_bootmsg() 306 rc = kwboot_tty_recv(tty, &c, 1, msg_rsp_timeo); in kwboot_bootmsg() 318 kwboot_debugmsg(int tty, void *msg) in kwboot_debugmsg() argument 327 rc = tcflush(tty, TCIOFLUSH); in kwboot_debugmsg() 331 rc = kwboot_tty_send(tty, msg, 8); in kwboot_debugmsg() 337 rc = kwboot_tty_recv(tty, buf, 16, msg_rsp_timeo); in kwboot_debugmsg() 419 kwboot_xmodem(int tty, const void *_data, size_t size) in kwboot_xmodem() argument 442 rc = kwboot_xm_sendblock(tty, &block); in kwboot_xmodem() [all …]
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | integratorap_cm920t_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAM0 console=tty"
|
| H A D | integratorap_cm926ejs_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAM0 console=tty"
|
| H A D | integratorap_cm946es_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAM0 console=tty"
|
| H A D | integratorap_cm720t_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAM0 console=tty"
|
| H A D | integratorcp_cm920t_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | integratorcp_cm926ejs_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | integratorcp_cm1136_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | integratorcp_cm946es_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.nokia_rx51 | 22 output with ANSI espace codes and the N900 HW keyboard input. USB tty works 82 Maemo kernel 2.6.28 will crash if u-boot enable usb tty. So USB TTY is disabled.
|
| /rk3399_rockchip-uboot/board/Barix/ipam390/ |
| H A D | README.ipam390 | 87 $ mono ./slh_OMAP-L138.exe -waitForDevice -v -p /dev/tty.UC-232AC uboot-uart-ais.bin
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 1126 Define this to have a tty type of device available to
|