Home
last modified time | relevance | path

Searched refs:valid_ocr (Results 1 – 4 of 4) sorted by relevance

/components/drivers/include/drivers/
A Dmmcsd_host.h102 rt_uint32_t valid_ocr; /* current valid OCR */ member
/components/drivers/sdio/
A Ddev_mmcsd_core.c531 ocr &= host->valid_ocr; in mmcsd_select_voltage()
554 int bit = __rt_fls(host->valid_ocr) - 1; in mmcsd_power_up()
641 mmcsd_send_if_cond(host, host->valid_ocr); in mmcsd_detect()
A Ddev_sd.c678 if (((host->valid_ocr & VDD_165_195) != 0) && (host->ops->switch_uhs_voltage != RT_NULL)) in mmcsd_sd_init_card()
/components/drivers/sdio/sdhci/
A Dfit-mmc.c157 …mmc->rthost.valid_ocr = VDD_165_195|VDD_20_21|VDD_21_22|VDD_22_23|VDD_24_25|VDD_25_26|VDD_26_2… in rt_mmc_add_host()

Completed in 6 milliseconds