mmci_write_pwrreg
mmci_write_pwrreg(host, pwr);
void mmci_write_pwrreg(struct mmci_host *host, u32 pwr);
mmci_write_pwrreg(host, MCI_STM32_PWR_CYC | pwr);
mmci_write_pwrreg(host, MCI_PWR_OFF | pwr);
mmci_write_pwrreg(host, MCI_PWR_ON | pwr);
mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCHEN);
mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCH);
mmci_write_pwrreg(host, host->pwr_reg &