clmpcc.c | 73 static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *); 255 clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr) function in typeref:typename:int 345 clmpcc_speed(sc, cons_rate, &tcor, &tbpr); 346 clmpcc_speed(sc, cons_rate, &rcor, &rbpr); 349 clmpcc_speed(sc, 9600, &tcor, &tbpr); 350 clmpcc_speed(sc, 9600, &rcor, &rbpr); 806 if ( t->c_ospeed && clmpcc_speed(sc, t->c_ospeed, &oclk, &obpr) < 0 ) 809 if ( t->c_ispeed && clmpcc_speed(sc, t->c_ispeed, &iclk, &ibpr) < 0 )
|