Home
last modified time | relevance | path

Searched refs:vdd (Results 1 – 5 of 5) sorted by relevance

/components/drivers/sdio/
A Ddev_mmcsd_core.c395 io_cfg->power_mode, io_cfg->chip_select, io_cfg->vdd, in mmcsd_set_iocfg()
540 host->io_cfg.vdd = bit; in mmcsd_select_voltage()
556 host->io_cfg.vdd = bit; in mmcsd_power_up()
591 host->io_cfg.vdd = 0; in mmcsd_power_off()
/components/drivers/include/drivers/
A Dmmcsd_host.h25 rt_uint16_t vdd; member
/components/drivers/sdio/sdhci/include/
A Dsdhci.h609 unsigned short vdd);
652 void rt_sdhci_set_power(struct rt_sdhci_host *host, unsigned char mode,unsigned short vdd);
656 unsigned short vdd);
/components/drivers/sdio/sdhci/
A Dsdhci.c743 unsigned short vdd) in sdhci_set_power_reg() argument
747 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_set_power_reg()
756 unsigned short vdd) in rt_sdhci_set_power_with_noreg() argument
762 switch (1 << vdd) in rt_sdhci_set_power_with_noreg()
815 unsigned short vdd) in rt_sdhci_set_power() argument
818 rt_sdhci_set_power_with_noreg(host, mode, vdd); in rt_sdhci_set_power()
820 sdhci_set_power_reg(host, mode, vdd); in rt_sdhci_set_power()
3074 host->ops->set_power(host, ios->power_mode, ios->vdd); in rt_sdhci_ios_set()
3076 rt_sdhci_set_power(host, ios->power_mode, ios->vdd); in rt_sdhci_ios_set()
A Dfit-mmc.c105 iocfg->power_mode, iocfg->vdd, iocfg->timing); in rt_plat_set_ioconfig()

Completed in 13 milliseconds