Searched refs:mmc_ivars (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/dev/mmc/ |
| D | mmc.c | 84 struct mmc_ivars { struct 187 static void mmc_format_card_id_string(struct mmc_ivars *ivar); 195 static void mmc_log_card(device_t dev, struct mmc_ivars *ivar, int newcard); 213 static int mmc_set_card_bus_width(struct mmc_softc *sc, struct mmc_ivars *ivar, 215 static int mmc_set_power_class(struct mmc_softc *sc, struct mmc_ivars *ivar); 217 static int mmc_set_timing(struct mmc_softc *sc, struct mmc_ivars *ivar, 219 static int mmc_set_vccq(struct mmc_softc *sc, struct mmc_ivars *ivar, 221 static int mmc_switch_to_hs200(struct mmc_softc *sc, struct mmc_ivars *ivar, 223 static int mmc_switch_to_hs400(struct mmc_softc *sc, struct mmc_ivars *ivar, 226 static uint32_t mmc_timing_to_dtr(struct mmc_ivars *ivar, [all …]
|