Home
last modified time | relevance | path

Searched refs:testdiv (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_tty.c583 int testdiv; in dgnc_set_custom_speed() local
606 testdiv = ch->ch_bd->bd_dividend / newrate; in dgnc_set_custom_speed()
615 testrate_high = ch->ch_bd->bd_dividend / testdiv; in dgnc_set_custom_speed()
616 testrate_low = ch->ch_bd->bd_dividend / (testdiv + 1); in dgnc_set_custom_speed()