Searched refs:sc_slot (Results 1 – 2 of 2) sorted by relevance
158 struct sdhci_slot sc_slot; member315 sc->sc_slot.caps |= SDHCI_CAN_DO_HISPD; in bcm_sdhci_attach()317 sc->sc_slot.quirks = sc->conf->quirks; in bcm_sdhci_attach()319 sdhci_init_slot(dev, &sc->sc_slot, 0); in bcm_sdhci_attach()360 sdhci_start_slot(&sc->sc_slot); in bcm_sdhci_attach()391 sdhci_generic_intr(&sc->sc_slot); in bcm_sdhci_intr()405 ios = &sc->sc_slot.host.ios; in bcm_sdhci_update_ios()455 if (sc->sc_slot.clock > 0) in WR4()587 slot = &sc->sc_slot; in bcm_sdhci_start_dma_seg()644 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_exit()[all …]
211 struct sdhci_slot sc_slot; member440 bcm_sdhost_reset(dev, &sc->sc_slot); in bcm_sdhost_attach()460 sc->sc_slot.caps = 0; in bcm_sdhost_attach()461 sc->sc_slot.caps |= SDHCI_CAN_VDD_330; in bcm_sdhost_attach()465 sc->sc_slot.quirks = 0; in bcm_sdhost_attach()469 sc->sc_slot.opt = 0; in bcm_sdhost_attach()475 sdhci_init_slot(dev, &sc->sc_slot, 0); in bcm_sdhost_attach()480 sdhci_start_slot(&sc->sc_slot); in bcm_sdhost_attach()598 sdhci_generic_intr(&sc->sc_slot); in bcm_sdhost_intr()612 sdhci_generic_intr(&sc->sc_slot); in bcm_sdhost_intr()[all …]