/* * struct sprd_pll - definition of adjustable pll clock * * @reg: registers used to set the configuration of pll clock, * reg[0] shows how many registers this pll clock uses. * @itable: pll ibias table, itable[0] means how many items this * table includes * @udelay delay time after setting rate * @factors used to calculate the pll clock rate * @fvco: fvco threshold rate * @fflag: fvco flag
*/ struct sprd_pll {
u32 regs_num; const u64 *itable; conststruct clk_bit_field *factors;
u16 udelay;
u16 k1;
u16 k2;
u16 fflag;
u64 fvco;
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.