SDI_CON
bus_space_write_4(sc->iot, sc->ioh, SDI_CON, SDICON_SD_RESET |
control = bus_space_read_4(sc->iot, sc->ioh, SDI_CON);
bus_space_write_4(sc->iot, sc->ioh, SDI_CON, control & ~SDICON_ENCLK);
SDI_CON, control | SDICON_ENCLK);
control = SDI_REG(SDI_CON);
SDI_REG(SDI_CON) = control & ~SDICON_ENCLK;
SDI_REG(SDI_CON) = control | SDICON_ENCLK;
SDI_REG(SDI_CON) &= ~SDICON_ENCLK;
SDI_REG(SDI_CON) = SDICON_SD_RESET | SDICON_CTYP_SD;