sdhci_set_power
static void sdhci_set_power(struct sdhci_slot *slot, u_char power);
sdhci_set_power(slot, (ios->power_mode == power_off) ? 0 : ios->vdd);