Searched refs:VID_PLL_DIV (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/clk/meson/ |
D | vid-pll-div.c | 33 #define VID_PLL_DIV(_val, _sel, _ft, _fb) \ macro 42 VID_PLL_DIV(0x0aaa, 0, 2, 1), /* 2/1 => /2 */ 43 VID_PLL_DIV(0x5294, 2, 5, 2), /* 5/2 => /2.5 */ 44 VID_PLL_DIV(0x0db6, 0, 3, 1), /* 3/1 => /3 */ 45 VID_PLL_DIV(0x36cc, 1, 7, 2), /* 7/2 => /3.5 */ 46 VID_PLL_DIV(0x6666, 2, 15, 4), /* 15/4 => /3.75 */ 47 VID_PLL_DIV(0x0ccc, 0, 4, 1), /* 4/1 => /4 */ 48 VID_PLL_DIV(0x739c, 2, 5, 1), /* 5/1 => /5 */ 49 VID_PLL_DIV(0x0e38, 0, 6, 1), /* 6/1 => /6 */ 50 VID_PLL_DIV(0x0000, 3, 25, 4), /* 25/4 => /6.25 */ [all …]
|