/* * eMMC/SD/SDIO require different register settings. * Xenon driver has to recognize card type * before mmc_host->card is not available. * This field records the card type during init. * It is updated in xenon_init_card(). * * It is only valid during initialization after it is updated. * Do not access this variable in normal transfers after * initialization completes.
*/ unsignedint init_card_type;
/* * The bus_width, timing, and clock fields in below * record the current ios setting of Xenon SDHC. * Driver will adjust PHY setting if any change to * ios affects PHY timing.
*/ unsignedchar bus_width; unsignedchar timing; unsignedint clock; struct clk *axi_clk;
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.