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

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c65 struct lpc_mmc_softc { struct
100 static void lpc_mmc_cmd(struct lpc_mmc_softc *, struct mmc_command *);
101 static void lpc_mmc_setup_xfer(struct lpc_mmc_softc *, struct mmc_data *);
170 struct lpc_mmc_softc *sc = device_get_softc(dev);
301 struct lpc_mmc_softc *sc = (struct lpc_mmc_softc *)arg;
428 struct lpc_mmc_softc *sc = device_get_softc(bus);
455 lpc_mmc_cmd(struct lpc_mmc_softc *sc, struct mmc_command *cmd)
487 lpc_mmc_setup_xfer(struct lpc_mmc_softc *sc, struct mmc_data *data)
530 struct lpc_mmc_softc *s
[all...]

Completed in 50 milliseconds