Home
last modified time | relevance | path

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

/u-boot/tools/
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()
513 struct termios otio, tio; in kwboot_terminal() local
521 tio = otio; in kwboot_terminal()
[all …]

Completed in 3 milliseconds