Searched refs:mmc_fdt_parse (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mmc/ |
H A D | mmc_fdt_helpers.h | 42 int mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, struct mmc_host *host);
|
H A D | mmc_fdt_helpers.c | 48 mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_parse() function
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_xenon_fdt.c | 100 mmc_fdt_parse(dev, 0, &mmc_helper, &slot->host); in sdhci_xenon_fdt_parse()
|
H A D | sdhci_fsl_fdt.c | 819 mmc_fdt_parse(dev, node, &sc->fdt_helper, &sc->slot.host); in sdhci_fsl_fdt_of_parse()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhci.c | 319 mmc_fdt_parse(dev, 0, &sc->sc_mmc_helper, &sc->sc_slot.host); in bcm_sdhci_attach()
|
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc.c | 518 mmc_fdt_parse(sc->dev, node, &sc->mmc_helper, &sc->host); in parse_fdt()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_mmc.c | 471 mmc_fdt_parse(dev, 0, &sc->mmc_helper, &sc->aw_host); in aw_mmc_attach()
|