u32 hdmi_read(struct sti_hdmi *hdmi, int offset); void hdmi_write(struct sti_hdmi *hdmi, u32 val, int offset);
/** * hdmi phy config structure * * A pointer to an array of these structures is passed to a TMDS (HDMI) output * via the control interface to provide board and SoC specific * configurations of the HDMI PHY. Each entry in the array specifies a hardware * specific configuration for a given TMDS clock frequency range. * * @min_tmds_freq: Lower bound of TMDS clock frequency this entry applies to * @max_tmds_freq: Upper bound of TMDS clock frequency this entry applies to * @config: SoC specific register configuration
*/ struct hdmi_phy_config {
u32 min_tmds_freq;
u32 max_tmds_freq;
u32 config[4];
};
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
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.