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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dserial167.c150 static u_char baud_bpr[] = { /* 20 MHz baud rate period table */ variable
878 info->tbpr = baud_bpr[i]; /* Tx BPR */
880 info->rbpr = baud_bpr[i]; /* Rx BPR */
1954 for (spd = 0; spd < sizeof(baud_bpr); spd++)
1955 if (rbpr == baud_bpr[spd] && rcor == baud_co[spd])
1957 if (spd >= sizeof(baud_bpr)) {
2005 base_addr[CyTBPR] = baud_bpr[spd];
2007 base_addr[CyRBPR] = baud_bpr[spd];
2157 info->tbpr = baud_bpr[DefSpeed]; /* Tx BPR */
2159 info->rbpr = baud_bpr[DefSpee
[all...]

Completed in 19 milliseconds