Searched refs:vdd (Results 1 – 5 of 5) sorted by relevance
| /components/drivers/sdio/ |
| A D | dev_mmcsd_core.c | 395 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 D | mmcsd_host.h | 25 rt_uint16_t vdd; member
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci.h | 609 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 D | sdhci.c | 743 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 D | fit-mmc.c | 105 iocfg->power_mode, iocfg->vdd, iocfg->timing); in rt_plat_set_ioconfig()
|
Completed in 13 milliseconds