Searched refs:host_ocr (Results 1 – 11 of 11) sorted by relevance
96 MMCBR_ACCESSOR(host_ocr, HOST_OCR, int) in MMCBR_ACCESSOR()
147 uint32_t host_ocr; member
180 uint32_t host_ocr; member646 uint32_t hv = mmc_highest_voltage(softc->host_ocr); in mmcprobe_start()849 softc->host_ocr = cts->host_ocr; in mmcprobe_done()850 …ccb->ccb_h.path, CAM_DEBUG_PROBE, ("done with PROBE_GET_HOST_OCR (Got OCR=%x\n", softc->host_ocr)); in mmcprobe_done()
875 slot->host.host_ocr = 0;877 slot->host.host_ocr |= MMC_OCR_320_330 | MMC_OCR_330_340;879 slot->host.host_ocr |= MMC_OCR_290_300 | MMC_OCR_300_310;887 slot->host.host_ocr |= MMC_OCR_LOW_VOLTAGE;888 if (slot->host.host_ocr == 0) {2341 *result = slot->host.host_ocr;2555 cts->proto_specific.mmc.host_ocr = slot->host.host_ocr;
212 cts->host_ocr = sc->aw_host.host_ocr; in aw_mmc_get_tran_settings()449 sc->aw_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in aw_mmc_attach()1117 *(int *)result = sc->aw_host.host_ocr;
532 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in parse_fdt()1342 *(int *)result = sc->host.host_ocr; in dwmmc_read_ivar()1439 cts->host_ocr = sc->host.host_ocr; in dwmmc_get_tran_settings()
212 sc->sc_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in jz4780_mmc_attach()766 *(int *)result = sc->sc_host.host_ocr; in jz4780_mmc_read_ivar()
399 mcts->host_ocr = 1; /* Fix this */ in mmcnull_action_sd()
728 sc->rtsx_host.host_ocr = RTSX_SUPPORTED_VOLTAGE;2921 cts->host_ocr = sc->rtsx_host.host_ocr;3051 *result = sc->rtsx_host.host_ocr;
1056 uint32_t host_ocr; member
8038 printf("Host OCR: 0x%x\n", cts->host_ocr); in mmcsdcmd()