Home
last modified time | relevance | path

Searched refs:host_ocr (Results 1 – 11 of 11) sorted by relevance

/src/sys/dev/mmc/
H A Dmmcbrvar.h95 MMCBR_ACCESSOR(host_ocr, HOST_OCR, int) in MMCBR_ACCESSOR()
H A Dbridge.h150 uint32_t host_ocr; member
H A Dmmcspi.c361 slot->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in mmcspi_slot_init()
553 *result = slot->host.host_ocr; in mmcspi_read_ivar()
/src/sys/cam/mmc/
H A Dmmc_xpt.c176 uint32_t host_ocr; member
634 uint32_t hv = mmc_highest_voltage(softc->host_ocr); in mmcprobe_start()
837 softc->host_ocr = cts->host_ocr; in mmcprobe_done()
838 …ccb->ccb_h.path, CAM_DEBUG_PROBE, ("done with PROBE_GET_HOST_OCR (Got OCR=%x\n", softc->host_ocr)); in mmcprobe_done()
/src/sys/dev/sdhci/
H A Dsdhci.c952 slot->host.host_ocr = 0;
954 slot->host.host_ocr |= MMC_OCR_320_330 | MMC_OCR_330_340;
956 slot->host.host_ocr |= MMC_OCR_290_300 | MMC_OCR_300_310;
964 slot->host.host_ocr |= MMC_OCR_LOW_VOLTAGE;
965 if (slot->host.host_ocr == 0) {
2477 *result = slot->host.host_ocr;
2691 cts->proto_specific.mmc.host_ocr = slot->host.host_ocr;
/src/sys/dev/mmc/host/
H A Ddwmmc.c516 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in parse_fdt()
1329 *(int *)result = sc->host.host_ocr; in dwmmc_read_ivar()
1426 cts->host_ocr = sc->host.host_ocr; in dwmmc_get_tran_settings()
/src/sys/arm/allwinner/
H A Daw_mmc.c241 cts->host_ocr = sc->aw_host.host_ocr; in aw_mmc_get_tran_settings()
484 sc->aw_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in aw_mmc_attach()
1159 *(int *)result = sc->aw_host.host_ocr;
/src/sys/dev/mmcnull/
H A Dmmcnull.c396 mcts->host_ocr = 1; /* Fix this */ in mmcnull_action_sd()
/src/sys/dev/rtsx/
H A Drtsx.c727 sc->rtsx_host.host_ocr = RTSX_SUPPORTED_VOLTAGE;
2960 cts->host_ocr = sc->rtsx_host.host_ocr;
3090 *result = sc->rtsx_host.host_ocr;
/src/sys/cam/
H A Dcam_ccb.h1102 uint32_t host_ocr; member
/src/sbin/camcontrol/
H A Dcamcontrol.c8159 printf("Host OCR: 0x%x\n", cts->host_ocr); in mmcsdcmd()