Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwboot.c78 static int msg_rsp_timeo = KWBOOT_MSG_RSP_TIMEO; variable
309 rc = kwboot_tty_recv(tty, &c, 1, msg_rsp_timeo); in kwboot_bootmsg()
340 rc = kwboot_tty_recv(tty, buf, 16, msg_rsp_timeo); in kwboot_debugmsg()
761 msg_rsp_timeo = KWBOOT_MSG_RSP_TIMEO_AXP; in main()
769 msg_rsp_timeo = atoi(optarg); in main()