/** * struct clk_pll - mxs pll clock * @hw: clk_hw for the pll * @base: base address of the pll * @power: the shift of power bit * @rate: the clock rate of the pll * * The mxs pll is a fixed rate clock with power and gate control, * and the shift of gate bit is always 31.
*/ struct clk_pll { struct clk_hw hw; void __iomem *base;
u8 power; unsignedlong rate;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.