Searched refs:ios (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci_host.h | 96 void (*set_ios)(struct rt_mmc_host *host, struct rt_mmcsd_io_cfg *ios); 101 int (*start_signal_voltage_switch)(struct rt_mmc_host *host, struct rt_mmcsd_io_cfg *ios); 104 int (*prepare_hs400_tuning)(struct rt_mmc_host *host, struct rt_mmcsd_io_cfg *ios); 109 struct rt_mmcsd_io_cfg* ios); 207 struct rt_mmcsd_io_cfg ios; /* current io bus settings */ member 337 int rt_mmc_regulator_set_vqmmc(struct rt_mmc_host *mmc, struct rt_mmcsd_io_cfg *ios);
|
| A D | sdhci.h | 664 void rt_sdhci_ios_set(struct rt_mmc_host *mmc, struct rt_mmcsd_io_cfg *ios); 666 struct rt_mmcsd_io_cfg *ios);
|
| /components/drivers/sdio/sdhci/ |
| A D | sdhci.c | 713 …eturn !host->preset_enabled && (sdhci_preset_needed(host, ios->timing) || host->drv_type != ios->d… in sdhci_presetable_values_change() 836 switch (ios->signal_voltage) in rt_sdhci_start_signal_voltage_switch() 1073 struct rt_mmcsd_io_cfg *ios = &mmc->ios; in sdhci_calc_sw_timeout() local 2948 mmc->ops->set_ios(mmc, &mmc->ios); in sdhci_init() 3048 if (ios->power_mode == MMC_POWER_OFF) in rt_sdhci_ios_set() 3057 if (!ios->clock || ios->clock != host->clock) in rt_sdhci_ios_set() 3062 host->clock = ios->clock; in rt_sdhci_ios_set() 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() 3087 …ios->timing == MMC_TIMING_SD_HS || ios->timing == MMC_TIMING_MMC_HS || ios->timing == MMC_TIMING_M… in rt_sdhci_ios_set() [all …]
|
| A D | fit-mmc.c | 200 int rt_mmc_regulator_set_vqmmc(struct rt_mmc_host *mmc, struct rt_mmcsd_io_cfg *ios) in rt_mmc_regulator_set_vqmmc() argument
|
Completed in 14 milliseconds