Home
last modified time | relevance | path

Searched refs:sc_vendor_hw_reset (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/sdmmc/
Dsdhcvar.h87 void (*sc_vendor_hw_reset)(struct sdhc_softc *, struct sdhc_host *); member
Dsdhc.c1559 if (sc->sc_vendor_hw_reset != NULL) in sdhc_hw_reset()
1560 sc->sc_vendor_hw_reset(sc, hp); in sdhc_hw_reset()
/netbsd/src/sys/dev/pci/
Dsdhc_pci.c379 sc->sc.sc_vendor_hw_reset = sdhc_pci_intel_emmc_hw_reset; in sdhc_pci_attach()
/netbsd/src/sys/dev/acpi/
Dsdhc_acpi.c179 sc->sc.sc_vendor_hw_reset = sdhc_acpi_intel_emmc_hw_reset; in sdhc_acpi_attach()