Searched refs:_DIV (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp1.c | 1336 #define _DIV(_div_offset, _div_shift, _div_width, _div_flags, _div_table)\ macro 1769 _DIV(RCC_HSICFGR, 0, 2, CLK_DIVIDER_POWER_OF_TWO | 1786 _DIV(RCC_PLL1CFGR2, 0, 7, 0, NULL)), 1791 _DIV(RCC_PLL2CFGR2, 0, 7, 0, NULL)), 1796 _DIV(RCC_PLL2CFGR2, 8, 7, 0, NULL)), 1801 _DIV(RCC_PLL2CFGR2, 16, 7, 0, NULL)), 1806 _DIV(RCC_PLL3CFGR2, 0, 7, 0, NULL)), 1811 _DIV(RCC_PLL3CFGR2, 8, 7, 0, NULL)), 1816 _DIV(RCC_PLL3CFGR2, 16, 7, 0, NULL)), 1821 _DIV(RCC_PLL4CFGR [all...] |