Searched refs:host_ocr (Results 1 – 10 of 10) sorted by relevance
94 MMCBR_ACCESSOR(host_ocr, HOST_OCR, int) in MMCBR_ACCESSOR()
145 uint32_t host_ocr; member
178 uint32_t host_ocr; member636 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()
953 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;
211 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;
523 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()
397 mcts->host_ocr = 1; /* Fix this */ in mmcnull_action_sd()
728 sc->rtsx_host.host_ocr = RTSX_SUPPORTED_VOLTAGE;2961 cts->host_ocr = sc->rtsx_host.host_ocr;3091 *result = sc->rtsx_host.host_ocr;
1066 uint32_t host_ocr; member
8100 printf("Host OCR: 0x%x\n", cts->host_ocr); in mmcsdcmd()