Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c773 int testdiv; in dgnc_set_custom_speed() local
796 testdiv = ch->ch_bd->bd_dividend / newrate; in dgnc_set_custom_speed()
805 testrate_high = ch->ch_bd->bd_dividend / testdiv; in dgnc_set_custom_speed()
806 testrate_low = ch->ch_bd->bd_dividend / (testdiv + 1); in dgnc_set_custom_speed()