Searched refs:_DIV (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/clk/ |
D | clk-stm32mp1.c | 1307 #define _DIV(_div_offset, _div_shift, _div_width, _div_flags, _div_table)\ macro 1737 _DIV(RCC_HSICFGR, 0, 2, CLK_DIVIDER_POWER_OF_TWO | 1754 _DIV(RCC_PLL1CFGR2, 0, 7, 0, NULL)), 1759 _DIV(RCC_PLL2CFGR2, 0, 7, 0, NULL)), 1764 _DIV(RCC_PLL2CFGR2, 8, 7, 0, NULL)), 1769 _DIV(RCC_PLL2CFGR2, 16, 7, 0, NULL)), 1774 _DIV(RCC_PLL3CFGR2, 0, 7, 0, NULL)), 1779 _DIV(RCC_PLL3CFGR2, 8, 7, 0, NULL)), 1784 _DIV(RCC_PLL3CFGR2, 16, 7, 0, NULL)), 1789 _DIV(RCC_PLL4CFGR2, 0, 7, 0, NULL)), [all …]
|