Home
last modified time | relevance | path

Searched refs:divisor2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-vt8500.c391 u32 *divisor2) in wm8650_find_pll_bits() argument
398 *divisor2 = rate <= 75000000 ? 3 : rate <= 150000000 ? 2 : in wm8650_find_pll_bits()
406 O1 = rate * *divisor1 * (1 << (*divisor2)); in wm8650_find_pll_bits()
453 u32 *filter, u32 *multiplier, u32 *divisor1, u32 *divisor2) in wm8750_find_pll_bits() argument
474 *divisor2 = div2; in wm8750_find_pll_bits()
482 *divisor2 = div2; in wm8750_find_pll_bits()
501 u32 *multiplier, u32 *divisor1, u32 *divisor2) in wm8850_find_pll_bits() argument
522 *divisor2 = div2; in wm8850_find_pll_bits()
530 *divisor2 = div2; in wm8850_find_pll_bits()
/openbmc/linux/include/linux/comedi/
H A Dcomedi_8254.h86 unsigned int divisor2; member
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c326 comedi_8254_write(i8254, counter2, i8254->divisor2); in comedi_8254_pacer_enable()
341 i8254->divisor2 = i8254->next_div2 & 0xffff; in comedi_8254_update_divisors()
H A Ddas16.c436 unsigned int divisor2; member
H A Dni_labpc_common.c709 comedi_8254_load(pacer, 1, pacer->divisor2, in labpc_ai_cmd()
H A Dadl_pci9118.c1079 &pacer->divisor2, in pci9118_ai_cmd()