/** * struct sprd_mux_ssel - Mux clock's source select bits in its register * @shift: Bit offset of the divider in its register * @width: Width of the divider field in its register * @table: For some mux clocks, not all sources are used on some special * chips, this matches the value of mux clock's register and the * sources which are used for this mux clock
*/ struct sprd_mux_ssel {
u8 shift;
u8 width; const u8 *table;
};
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.