Home
last modified time | relevance | path

Searched refs:sdhci_reset (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-cqhci.h21 sdhci_reset(host, mask); in sdhci_and_cqhci_reset()
H A Dsdhci-iproc.c188 .reset = sdhci_reset,
202 .reset = sdhci_reset,
284 .reset = sdhci_reset,
H A Dsdhci-of-hlwd.c59 .reset = sdhci_reset,
H A Dsdhci-pci-dwc-mshc.c78 .reset = sdhci_reset,
H A Dsdhci-dove.c54 .reset = sdhci_reset,
H A Dsdhci-spear.c39 .reset = sdhci_reset,
H A Dsdhci-pic32.c95 .reset = sdhci_reset,
H A Dsdhci-cadence.c388 .reset = sdhci_reset,
417 .reset = sdhci_reset,
H A Dsdhci-pltfm.c39 .reset = sdhci_reset,
H A Dsdhci-sprd.c453 .reset = sdhci_reset,
541 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_sprd_voltage_switch()
644 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_sprd_tuning()
H A Dsdhci-acpi.c226 .reset = sdhci_reset,
233 .reset = sdhci_reset,
596 sdhci_reset(host, mask); in amd_sdhci_reset()
H A Dsdhci-of-sparx5.c136 sdhci_reset(host, mask); in sdhci_sparx5_reset()
H A Dsdhci-bcm-kona.c182 .reset = sdhci_reset,
H A Dsdhci_f_sdh30.c80 sdhci_reset(host, mask); in sdhci_f_sdh30_reset()
H A Dsdhci-of-dwcmshc.c338 sdhci_reset(host, mask); in rk35xx_sdhci_reset()
346 .reset = sdhci_reset,
H A Dsdhci-pci-o2micro.c424 sdhci_reset(host, SDHCI_RESET_CMD); in sdhci_o2_execute_tuning()
425 sdhci_reset(host, SDHCI_RESET_DATA); in sdhci_o2_execute_tuning()
1084 .reset = sdhci_reset,
H A Dsdhci-pci-core.c307 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in ene_714_set_ios()
691 .reset = sdhci_reset,
730 sdhci_reset(host, SDHCI_RESET_DATA); in intel_execute_tuning()
1803 return sdhci_reset(host, mask); in amd_sdhci_reset()
1960 .reset = sdhci_reset,
H A Dsdhci-pci-arasan.c323 .reset = sdhci_reset,
H A Dsdhci-milbeaut.c96 sdhci_reset(host, mask); in sdhci_milbeaut_reset()
H A Dsdhci-pxav2.c58 sdhci_reset(host, mask); in pxav2_reset()
H A Dsdhci-of-at91.c119 sdhci_reset(host, mask); in sdhci_at91_reset()
H A Dsdhci-st.c328 .reset = sdhci_reset,
H A Dsdhci-brcmstb.c155 .reset = sdhci_reset,
H A Dsdhci-esdhc-mcf.c196 sdhci_reset(host, mask); in esdhc_mcf_reset()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c22 static void sdhci_reset(struct sdhci_host *host, u8 mask) in sdhci_reset() function
303 sdhci_reset(host, SDHCI_RESET_CMD);
304 sdhci_reset(host, SDHCI_RESET_DATA);
540 sdhci_reset(host, SDHCI_RESET_ALL);

12