clk: rk3399: Enable/Disable the PCIEPHY clk
[oweals/u-boot.git] / drivers / clk / mediatek / clk-mtk.h
index 7ea00425002407f46188eec5a8830e36290b9daa..95a23d14a8e030f074585ad53f86db2766cfe9c1 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef __DRV_CLK_MTK_H
 #define __DRV_CLK_MTK_H
 
+#include <linux/bitops.h>
 #define CLK_XTAL                       0
 #define MHZ                            (1000 * 1000)
 
@@ -37,9 +38,12 @@ struct mtk_pll_data {
        u32 flags;
        u32 rst_bar_mask;
        u64 fmax;
+       u64 fmin;
        int pcwbits;
+       int pcwibits;
        u32 pcw_reg;
        int pcw_shift;
+       u32 pcw_chg_reg;
 };
 
 /**