Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mmc/
HDmmcbrvar.h94 MMCBR_ACCESSOR(host_ocr, HOST_OCR, int) in MMCBR_ACCESSOR()
HDbridge.h145 uint32_t host_ocr; member
/freebsd-14-stable/sys/cam/mmc/
HDmmc_xpt.c178 uint32_t host_ocr; member
636 uint32_t hv = mmc_highest_voltage(softc->host_ocr); in mmcprobe_start()
839 softc->host_ocr = cts->host_ocr; in mmcprobe_done()
840 …ccb->ccb_h.path, CAM_DEBUG_PROBE, ("done with PROBE_GET_HOST_OCR (Got OCR=%x\n", softc->host_ocr)); in mmcprobe_done()
/freebsd-14-stable/sys/dev/sdhci/
HDsdhci.c953 slot->host.host_ocr = 0;
955 slot->host.host_ocr |= MMC_OCR_320_330 | MMC_OCR_330_340;
957 slot->host.host_ocr |= MMC_OCR_290_300 | MMC_OCR_300_310;
965 slot->host.host_ocr |= MMC_OCR_LOW_VOLTAGE;
966 if (slot->host.host_ocr == 0) {
2463 *result = slot->host.host_ocr;
2677 cts->proto_specific.mmc.host_ocr = slot->host.host_ocr;
/freebsd-14-stable/sys/arm/allwinner/
HDaw_mmc.c211 cts->host_ocr = sc->aw_host.host_ocr; in aw_mmc_get_tran_settings()
454 sc->aw_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in aw_mmc_attach()
1125 *(int *)result = sc->aw_host.host_ocr;
/freebsd-14-stable/sys/dev/mmc/host/
HDdwmmc.c523 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in parse_fdt()
1335 *(int *)result = sc->host.host_ocr; in dwmmc_read_ivar()
1432 cts->host_ocr = sc->host.host_ocr; in dwmmc_get_tran_settings()
/freebsd-14-stable/sys/dev/mmcnull/
HDmmcnull.c397 mcts->host_ocr = 1; /* Fix this */ in mmcnull_action_sd()
/freebsd-14-stable/sys/dev/rtsx/
HDrtsx.c728 sc->rtsx_host.host_ocr = RTSX_SUPPORTED_VOLTAGE;
2961 cts->host_ocr = sc->rtsx_host.host_ocr;
3091 *result = sc->rtsx_host.host_ocr;
/freebsd-14-stable/sys/cam/
HDcam_ccb.h1066 uint32_t host_ocr; member
/freebsd-14-stable/sbin/camcontrol/
HDcamcontrol.c8100 printf("Host OCR: 0x%x\n", cts->host_ocr); in mmcsdcmd()