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()
461 brd->bd_dividend = 921600; in dgnc_found_board()513 brd->bd_dividend = 921600; in dgnc_found_board()
234 uint bd_dividend; /* Board/UARTs specific dividend */ member
798 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()
600 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
747 quot = ch->ch_bd->bd_dividend / baud; in neo_param()