Searched refs:inbound_len (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_bfin_jtag.c67 static uint32_t inbound_len; local
75 if (!inbound_len) {
76 inbound_len = emudat;
80 ret = min(inbound_len, (uint32_t)4);
82 inbound_len -= ret;
/drivers/tty/
H A Dbfin_jtag_comm.c73 uint32_t inbound_len = 0, outbound_len = 0; local
87 inbound_len, bfin_jc_write_buf.tail, bfin_jc_write_buf.head);
88 if (inbound_len)
102 if (inbound_len == 0) {
104 inbound_len = emudat;
106 size_t num_chars = (4 <= inbound_len ? 4 : inbound_len);
108 inbound_len -= num_chars;

Completed in 52 milliseconds