|
@@ -41,6 +41,8 @@
|
|
* @idlest_reg: register containing the DPLL idle status bitfield
|
|
* @idlest_reg: register containing the DPLL idle status bitfield
|
|
* @autoidle_mask: mask of the DPLL autoidle mode bitfield in @autoidle_reg
|
|
* @autoidle_mask: mask of the DPLL autoidle mode bitfield in @autoidle_reg
|
|
* @freqsel_mask: mask of the DPLL jitter correction bitfield in @control_reg
|
|
* @freqsel_mask: mask of the DPLL jitter correction bitfield in @control_reg
|
|
|
|
+ * @dcc_mask: mask of the DPLL DCC correction bitfield @mult_div1_reg
|
|
|
|
+ * @dcc_rate: rate atleast which DCC @dcc_mask must be set
|
|
* @idlest_mask: mask of the DPLL idle status bitfield in @idlest_reg
|
|
* @idlest_mask: mask of the DPLL idle status bitfield in @idlest_reg
|
|
* @lpmode_mask: mask of the DPLL low-power mode bitfield in @control_reg
|
|
* @lpmode_mask: mask of the DPLL low-power mode bitfield in @control_reg
|
|
* @m4xen_mask: mask of the DPLL M4X multiplier bitfield in @control_reg
|
|
* @m4xen_mask: mask of the DPLL M4X multiplier bitfield in @control_reg
|
|
@@ -86,6 +88,8 @@ struct dpll_data {
|
|
u32 idlest_mask;
|
|
u32 idlest_mask;
|
|
u32 dco_mask;
|
|
u32 dco_mask;
|
|
u32 sddiv_mask;
|
|
u32 sddiv_mask;
|
|
|
|
+ u32 dcc_mask;
|
|
|
|
+ unsigned long dcc_rate;
|
|
u32 lpmode_mask;
|
|
u32 lpmode_mask;
|
|
u32 m4xen_mask;
|
|
u32 m4xen_mask;
|
|
u8 auto_recal_bit;
|
|
u8 auto_recal_bit;
|