Searched refs:tbpr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial167.h36 int tbpr,tco,rbpr,rco; member in struct:cyclades_port
H A Dcyclades.h566 int tbpr,tco,rbpr,rco; member in struct:cyclades_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dserial167.c149 /* These values written directly to tbpr/rbpr */
878 info->tbpr = baud_bpr[i]; /* Tx BPR */
989 if (base_addr[CyTBPR] != info->tbpr)
990 base_addr[CyTBPR] = info->tbpr;
2157 info->tbpr = baud_bpr[DefSpeed]; /* Tx BPR */
2275 printk(" tbpr,tco,rbpr,rco = %d %d %d %d\n", info->tbpr, info->tco,
H A Dcyclades.c2414 info->tbpr = info->tco = info->rbpr = info->rco = 0;
2428 info->tbpr = info->rbpr = bpr;
2505 info->tbpr = baud_bpr_60[i]; /* Tx BPR */
2510 info->tbpr = baud_bpr_25[i]; /* Tx BPR */
2602 cy_writeb(base_addr + (CyTBPR << index), info->tbpr);
3903 info->tbpr = baud_bpr_60[13]; /* Tx BPR */
3909 info->tbpr = baud_bpr_25[13]; /* Tx BPR */

Completed in 191 milliseconds