Searched refs:sab8253x_baud (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xutl.c | 530 sab8253x_baud(sab_port_t *port, unsigned long encbaud, in sab8253x_baud() function 1061 if(!sab8253x_baud(port, (port->baud)*2, &ebrg, &ccr2, &ccr4, &(port->baud))) in sab8253x_change_speedN() 1065 sab8253x_baud(port, (port->baud*2), &ebrg, &ccr2, &ccr4, &(port->baud)); in sab8253x_change_speedN()
|
D | 8253xsyn.c | 485 if(!sab8253x_baud(port,baud,&ebrg,&ccr2,&ccr4,&(port->baud))) in sab8253x_change_speedS() 489 sab8253x_baud(port,baud,&ebrg,&ccr2,&ccr4,&(port->baud)); in sab8253x_change_speedS()
|
D | 8253x.h | 968 sab8253x_baud(sab_port_t *port, unsigned long encbaud,
|
D | 8253xtty.c | 1139 if(!sab8253x_baud(port,baud,&ebrg,&ccr2,&ccr4,&(port->baud))) in sab8253x_change_speed() 1143 sab8253x_baud(port,baud,&ebrg,&ccr2,&ccr4,&(port->baud)); in sab8253x_change_speed()
|