Home
last modified time | relevance | path

Searched refs:DIVM (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32h7-rcc.txt71 ---->| / DIVM |---->| x DIVN | ------> VCO
80 - VCO = ( Vref / DIVM ) * DIVN
83 - VCO = ( Vref / DIVM ) * ( DIVN + FRACN / 2^13)
94 - st,clock-div: DIVM division factor : <1..63>
108 - 0: The PLL input (Vref / DIVM) clock range frequency is between 1 and 2 MHz
109 - 1: The PLL input (Vref / DIVM) clock range frequency is between 2 and 4 MHz
110 - 2: The PLL input (Vref / DIVM) clock range frequency is between 4 and 8 MHz
111 - 3: The PLL input (Vref / DIVM) clock range frequency is between 8 and 16 MHz
H A Dst,stm32mp1.txt59 DIVM DIVN DIVP DIVQ DIVR Output
/openbmc/linux/drivers/clk/
H A Dclk-sp7021.c29 DIVM, enumerator
181 clk->p[DIVM] = m_table[m]; in plltv_integer_div()
283 clk->p[DIVM] = m; in plltv_fractional_div()
324 r2 |= HWM_FIELD_PREP(MASK_DIVM, clk->p[DIVM] - 1); in plltv_set_rate()