Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c782 int testdiv; in dgnc_set_custom_speed() local
805 testdiv = ch->ch_bd->bd_dividend / newrate; in dgnc_set_custom_speed()
814 testrate_high = ch->ch_bd->bd_dividend / testdiv; in dgnc_set_custom_speed()
815 testrate_low = ch->ch_bd->bd_dividend / (testdiv + 1); in dgnc_set_custom_speed()