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

  /src/sys/dev/sbus/
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