Searched refs:lpc_mmc_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_mmc.c78 struct lpc_mmc_softc { struct
113 static void lpc_mmc_cmd(struct lpc_mmc_softc *, struct mmc_command *);
114 static void lpc_mmc_setup_xfer(struct lpc_mmc_softc *, struct mmc_data *);
183 struct lpc_mmc_softc *sc = device_get_softc(dev);
314 struct lpc_mmc_softc *sc = (struct lpc_mmc_softc *)arg;
441 struct lpc_mmc_softc *sc = device_get_softc(bus);
468 lpc_mmc_cmd(struct lpc_mmc_softc *sc, struct mmc_command *cmd)
500 lpc_mmc_setup_xfer(struct lpc_mmc_softc *sc, struct mmc_data *data)
543 struct lpc_mmc_softc *s
[all...]

Completed in 74 milliseconds