Searched refs:baud_co (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.c144 static u_char baud_co[] = { /* 20 MHz clock option table */ variable
879 info->tco = baud_co[i]; /* Tx CO */
881 info->rco = baud_co[i] >> 5; /* Rx CO */
1955 if (rbpr == baud_bpr[spd] && rcor == baud_co[spd])
2004 base_addr[CyTCOR] = baud_co[spd];
2006 base_addr[CyRCOR] = baud_co[spd] >> 5;
2158 info->tco = baud_co[DefSpeed]; /* Tx CO */
2160 info->rco = baud_co[DefSpeed] >> 5; /* Rx CO */
2579 base_addr[CyTCOR] = baud_co[i];
2581 base_addr[CyRCOR] = baud_co[
[all...]

Completed in 159 milliseconds