Searched refs:outbound_len (Results 1 – 2 of 2) sorted by relevance
43 static uint32_t outbound_len; in hvc_bfin_put_chars() local50 if (!outbound_len) { in hvc_bfin_put_chars()51 outbound_len = count; in hvc_bfin_put_chars()52 bfin_write_emudat(outbound_len); in hvc_bfin_put_chars()56 ret = min(outbound_len, (uint32_t)4); in hvc_bfin_put_chars()59 outbound_len -= ret; in hvc_bfin_put_chars()
73 uint32_t inbound_len = 0, outbound_len = 0; in bfin_jc_emudat_manager() local118 if (outbound_len == 0) { in bfin_jc_emudat_manager()119 outbound_len = circ_cnt(&bfin_jc_write_buf); in bfin_jc_emudat_manager()120 bfin_write_emudat(outbound_len); in bfin_jc_emudat_manager()121 pr_debug("outgoing length: 0x%08x\n", outbound_len); in bfin_jc_emudat_manager()125 size_t ate = (4 <= outbound_len ? 4 : outbound_len); in bfin_jc_emudat_manager()134 outbound_len -= ate; in bfin_jc_emudat_manager()