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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dserial167.c474 int outch; local
507 outch = info->x_char;
508 base_addr[CyTDR] = outch;
558 outch = info->xmit_buf[info->xmit_tail];
559 if (outch) {
563 base_addr[CyTDR] = outch;
570 base_addr[CyTDR] = outch;
H A Dcyclades.c428 int j, len, mdm_change, mdm_status, outch; local
627 outch = info->x_char;
628 cy_writeb(base_addr + (CyTDR << index), outch);
688 outch = info->xmit_buf[info->xmit_tail];
689 if (outch) {
693 cy_writeb(base_addr + (CyTDR << index), outch);
701 outch);

Completed in 108 milliseconds