Searched refs:_DIV (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 1332 #define _DIV(_div_offset, _div_shift, _div_width, _div_flags, _div_table)\ macro 1765 _DIV(RCC_HSICFGR, 0, 2, CLK_DIVIDER_POWER_OF_TWO | 1782 _DIV(RCC_PLL1CFGR2, 0, 7, 0, NULL)), 1787 _DIV(RCC_PLL2CFGR2, 0, 7, 0, NULL)), 1792 _DIV(RCC_PLL2CFGR2, 8, 7, 0, NULL)), 1797 _DIV(RCC_PLL2CFGR2, 16, 7, 0, NULL)), 1802 _DIV(RCC_PLL3CFGR2, 0, 7, 0, NULL)), 1807 _DIV(RCC_PLL3CFGR2, 8, 7, 0, NULL)), 1812 _DIV(RCC_PLL3CFGR2, 16, 7, 0, NULL)), 1817 _DIV(RCC_PLL4CFGR2, 0, 7, 0, NULL)), [all …]
|