sdhci_init_slot
int sdhci_init_slot(device_t dev, struct sdhci_slot *slot, int num);
if (sdhci_init_slot(dev, &sc->slot, 0) != 0) {
if (sdhci_init_slot(dev, slot, i) != 0) {