/** * struct clk_gate_exclusive - i.MX specific gate clock which is mutually * exclusive with other gate clocks * * @gate: the parent class * @exclusive_mask: mask of gate bits which are mutually exclusive to this * gate clock * * The imx exclusive gate clock is a subclass of basic clk_gate * with an additional mask to indicate which other gate bits in the same * register is mutually exclusive to this gate clock.
*/ struct clk_gate_exclusive { struct clk_gate gate;
u32 exclusive_mask;
};
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.