Home
last modified time | relevance | path

Searched refs:PLL_REF_CLK_FREQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_hw_37xx.c30 #define PLL_REF_CLK_FREQ (50 * 1000000) macro
804 u32 pll_clock = PLL_REF_CLK_FREQ * ratio; in ivpu_hw_37xx_pll_to_freq()
H A Divpu_hw_40xx.c30 #define PLL_REF_CLK_FREQ (50 * 1000000) macro
31 #define PLL_RATIO_TO_FREQ(x) ((x) * PLL_REF_CLK_FREQ)