magma.c | 229 * cd1400_compute_baud calculate COR/BPR register values 241 cd1400_compute_baud(speed_t speed, int clock, int *cor, int *bpr) function in typeref:typename:int 1289 if( t->c_ospeed && cd1400_compute_baud(t->c_ospeed, cd->cd_clock, &tcor, &tbpr) ) 1292 if( t->c_ispeed && cd1400_compute_baud(t->c_ispeed, cd->cd_clock, &rcor, &rbpr) ) 1746 if (cd1400_compute_baud(100000, cd->cd_clock, &rcor, &rbpr)) {
|