Searched defs:mmc_softc (Results 1 – 1 of 1) sorted by relevance
56 struct mmc_softc { struct57 device_t dev;58 struct mtx sc_mtx;59 struct intr_config_hook config_intrhook;60 device_t owner;61 device_t *child_list;62 int child_count;63 uint16_t last_rca;64 uint16_t retune_paused;65 uint8_t retune_needed;[all …]