Home
last modified time | relevance | path

Searched refs:mmc_fdt_parse (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmc_fdt_helpers.h42 int mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, struct mmc_host *host);
H A Dmmc_fdt_helpers.c48 mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_parse() function
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon_fdt.c100 mmc_fdt_parse(dev, 0, &mmc_helper, &slot->host); in sdhci_xenon_fdt_parse()
H A Dsdhci_fsl_fdt.c819 mmc_fdt_parse(dev, node, &sc->fdt_helper, &sc->slot.host); in sdhci_fsl_fdt_of_parse()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c319 mmc_fdt_parse(dev, 0, &sc->sc_mmc_helper, &sc->sc_slot.host); in bcm_sdhci_attach()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c518 mmc_fdt_parse(sc->dev, node, &sc->mmc_helper, &sc->host); in parse_fdt()
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c471 mmc_fdt_parse(dev, 0, &sc->mmc_helper, &sc->aw_host); in aw_mmc_attach()