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