Searched refs:rco (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial167.h36 int tbpr,tco,rbpr,rco; member in struct:cyclades_port
H A Dcyclades.h598 int tbpr,tco,rbpr,rco; member in struct:cyclades_port
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial167.h36 int tbpr,tco,rbpr,rco; member in struct:cyclades_port
H A Dcyclades.h595 int tbpr,tco,rbpr,rco; member in struct:cyclades_port
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial167.c964 info->rco = baud_co[i] >> 5; /* Rx CO */
1071 if (base_addr[CyRCOR] != info->rco)
1072 base_addr[CyRCOR] = info->rco;
2442 info->rco = baud_co[DefSpeed] >> 5; /* Rx CO */
2557 printk(" tbpr,tco,rbpr,rco = %d %d %d %d\n",
2558 info->tbpr, info->tco, info->rbpr, info->rco);
H A Dcyclades.c2608 info->tbpr = info->tco = info->rbpr = info->rco = 0;
2623 info->tco = info->rco = co;
2703 info->rco = baud_co_60[i]; /* Rx CO */
2708 info->rco = baud_co_25[i]; /* Rx CO */
2797 cy_writeb((u_long)base_addr+(CyRCOR<<index), info->rco);
5047 info->rco = 0;
5124 info->rco = baud_co_60[13]; /* Rx CO */
5131 info->rco = baud_co_25[13]; /* Rx CO */

Completed in 75 milliseconds