Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_driver.c163 brd->bd_dividend = 921600; in jsm_probe_one()
211 brd->bd_dividend = 921600; in jsm_probe_one()
Djsm.h164 u32 bd_dividend; /* Board/UARTs specific dividend */ member
Djsm_cls.c770 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
Djsm_neo.c1040 quot = ch->ch_bd->bd_dividend / baud; in neo_param()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.c461 brd->bd_dividend = 921600; in dgnc_found_board()
513 brd->bd_dividend = 921600; in dgnc_found_board()
Ddgnc_driver.h234 uint bd_dividend; /* Board/UARTs specific dividend */ member
Ddgnc_tty.c798 if (newrate && newrate < ((ch->ch_bd->bd_dividend / 0xFFFF) + 1)) in dgnc_set_custom_speed()
799 newrate = ((ch->ch_bd->bd_dividend / 0xFFFF) + 1); in dgnc_set_custom_speed()
801 if (newrate && newrate > ch->ch_bd->bd_dividend) in dgnc_set_custom_speed()
802 newrate = ch->ch_bd->bd_dividend; in dgnc_set_custom_speed()
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()
Ddgnc_cls.c600 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
Ddgnc_neo.c747 quot = ch->ch_bd->bd_dividend / baud; in neo_param()