Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dkwboot.c251 struct termios tio; in kwboot_open_tty() local
259 memset(&tio, 0, sizeof(tio)); in kwboot_open_tty()
261 tio.c_iflag = 0; in kwboot_open_tty()
262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
264 tio.c_cc[VMIN] = 1; in kwboot_open_tty()
265 tio.c_cc[VTIME] = 10; in kwboot_open_tty()
267 cfsetospeed(&tio, speed); in kwboot_open_tty()
268 cfsetispeed(&tio, speed); in kwboot_open_tty()
270 rc = tcsetattr(fd, TCSANOW, &tio); in kwboot_open_tty()
507 struct termios otio, tio; in kwboot_terminal() local
[all …]