Searched refs:VID_PLL_DIV (Results 1 – 1 of 1) sorted by relevance
| /drivers/clk/meson/ |
| A 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 */ 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 */ 51 VID_PLL_DIV(0x3c78, 1, 7, 1), /* 7/1 => /7 */ 53 VID_PLL_DIV(0x0fc0, 0, 12, 1), /* 12/1 => /12 */ [all …]
|
Completed in 4 milliseconds