Home
last modified time | relevance | path

Searched defs:mmc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmc_private.h56 struct mmc_softc { struct
57 device_t dev;
58 struct mtx sc_mtx;
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;
66 uint8_t retune_ongoing;
[all …]