/** * enum icst_control_type - the type of ICST control register
*/ enum icst_control_type {
ICST_VERSATILE, /* The standard type, all control bits available */
ICST_INTEGRATOR_AP_CM, /* Only 8 bits of VDW available */
ICST_INTEGRATOR_AP_SYS, /* Only 8 bits of VDW available */
ICST_INTEGRATOR_AP_PCI, /* Odd bit pattern storage */
ICST_INTEGRATOR_CP_CM_CORE, /* Only 8 bits of VDW and 3 bits of OD */
ICST_INTEGRATOR_CP_CM_MEM, /* Only 8 bits of VDW and 3 bits of OD */
ICST_INTEGRATOR_IM_PD1, /* Like the Versatile, all control bits */
};
/** * struct clk_icst_desc - descriptor for the ICST VCO * @params: ICST parameters * @vco_offset: offset to the ICST VCO from the provided memory base * @lock_offset: offset to the ICST VCO locking register from the provided * memory base
*/ struct clk_icst_desc { conststruct icst_params *params;
u32 vco_offset;
u32 lock_offset;
};
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.