/* * Show the statistics of a flag only if its interrupt is enabled * * Compilers will optimize it to a no-op if the interrupt is disabled
*/ #define SIER_SHOW(flag, name) \ do { \ if (SSI_SIER_##flag) \
seq_printf(s, #name"=%u\n", ssi_dbg->stats.name); \
} while (0)
/* * Display the statistics for the current SSI device * * To avoid confusion, only show those counts that are enabled
*/ staticint fsl_ssi_stats_show(struct seq_file *s, void *unused)
{ struct fsl_ssi_dbg *ssi_dbg = s->private;
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.