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

/freebsd-10.3-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c382 bcm_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val) function
438 bcm_sdhci_write_4(sc->sc_dev, &sc->sc_slot, SDHCI_SIGNAL_ENABLE,
492 bcm_sdhci_write_4(slot->bus, slot, SDHCI_INT_STATUS, reg);
497 bcm_sdhci_write_4(slot->bus, slot, SDHCI_SIGNAL_ENABLE,
508 bcm_sdhci_write_4(slot->bus, slot,
527 bcm_sdhci_write_4(slot->bus, slot, SDHCI_SIGNAL_ENABLE,
660 DEVMETHOD(sdhci_write_4, bcm_sdhci_write_4),

Completed in 48 milliseconds