Searched defs:sdhci_xenon_softc (Results 1 – 1 of 1) sorted by relevance
104 struct sdhci_xenon_softc { struct105 device_t dev; /* Controller device */106 int slot_id; /* Controller ID */108 struct resource *mem_res; /* Memory resource */109 struct resource *irq_res; /* IRQ resource */110 void *intrhand; /* Interrupt handle */112 struct sdhci_slot *slot; /* SDHCI internal data */114 uint8_t znr; /* PHY ZNR */115 uint8_t zpr; /* PHY ZPR */116 bool slow_mode; /* PHY slow mode */[all …]