Home
last modified time | relevance | path

Searched refs:mmc_highest_voltage (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c561 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() function
635 uint32_t hv = mmc_highest_voltage(softc->host_ocr); in mmcprobe_start()
/freebsd/sys/dev/mmc/
H A Dmmc.c189 static int mmc_highest_voltage(uint32_t ocr);
433 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() function
664 mmcbr_set_vdd(dev, mmc_highest_voltage(mmcbr_get_host_ocr(dev))); in mmc_power_up()