Searched refs:bd_dividend (Results 1 – 9 of 9) sorted by relevance
163 brd->bd_dividend = 921600; in jsm_probe_one()211 brd->bd_dividend = 921600; in jsm_probe_one()
164 u32 bd_dividend; /* Board/UARTs specific dividend */ member
770 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
1040 quot = ch->ch_bd->bd_dividend / baud; in neo_param()
471 brd->bd_dividend = 921600; in dgnc_found_board()524 brd->bd_dividend = 921600; in dgnc_found_board()
226 uint bd_dividend; /* Board/UARTs specific dividend */ member
789 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()
608 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
765 quot = ch->ch_bd->bd_dividend / baud; in neo_param()