Searched refs:divisor1 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/clk/ |
D | clk-vt8500.c | 399 unsigned long parent_rate, u32 *multiplier, u32 *divisor1, in wm8650_find_pll_bits() argument 414 for (*divisor1 = 5; *divisor1 >= 3; (*divisor1)--) { in wm8650_find_pll_bits() 415 O1 = rate * *divisor1 * (1 << (*divisor2)); in wm8650_find_pll_bits() 434 static u32 wm8750_get_filter(u32 parent_rate, u32 divisor1) in wm8750_get_filter() argument 437 u32 freq = (parent_rate / 1000000) / (divisor1 + 1); in wm8750_get_filter() 462 u32 *filter, u32 *multiplier, u32 *divisor1, u32 *divisor2) in wm8750_find_pll_bits() argument 482 *divisor1 = div1; in wm8750_find_pll_bits() 490 *divisor1 = div1; in wm8750_find_pll_bits() 504 *filter = wm8750_get_filter(parent_rate, *divisor1); in wm8750_find_pll_bits() 510 u32 *multiplier, u32 *divisor1, u32 *divisor2) in wm8850_find_pll_bits() argument [all …]
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | comedi_8254.h | 85 unsigned int divisor1; member
|
D | comedi_8254.c | 329 comedi_8254_write(i8254, counter1, i8254->divisor1); in comedi_8254_pacer_enable() 342 i8254->divisor1 = i8254->next_div1 & 0xffff; in comedi_8254_update_divisors()
|
D | das16.c | 437 unsigned int divisor1; member
|
D | ni_labpc_common.c | 701 comedi_8254_load(pacer, 0, pacer->divisor1, in labpc_ai_cmd()
|
D | adl_pci9118.c | 1079 &pacer->divisor1, in pci9118_ai_cmd()
|