Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/dgnc/
Ddgnc_driver.c471 brd->bd_dividend = 921600; in dgnc_found_board()
524 brd->bd_dividend = 921600; in dgnc_found_board()
Ddgnc_driver.h226 uint bd_dividend; /* Board/UARTs specific dividend */ member
Ddgnc_tty.c789 if (newrate && newrate < ((ch->ch_bd->bd_dividend / 0xFFFF) + 1)) in dgnc_set_custom_speed()
790 newrate = ((ch->ch_bd->bd_dividend / 0xFFFF) + 1); in dgnc_set_custom_speed()
792 if (newrate && newrate > ch->ch_bd->bd_dividend) in dgnc_set_custom_speed()
793 newrate = ch->ch_bd->bd_dividend; in dgnc_set_custom_speed()
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()
Ddgnc_cls.c608 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
Ddgnc_neo.c765 quot = ch->ch_bd->bd_dividend / baud; in neo_param()