HomeSort by: relevance | last modified time | path
    Searched refs:cd1400_compute_baud (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
magmareg.h 191 int cd1400_compute_baud(speed_t, int, int *, int *);
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)) {

Completed in 12 milliseconds