Searched refs:host_ocr (Results 1 – 11 of 11) sorted by relevance
95 MMCBR_ACCESSOR(host_ocr, HOST_OCR, int) in MMCBR_ACCESSOR()
150 uint32_t host_ocr; member
361 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()
176 uint32_t host_ocr; member634 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()
952 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;
516 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()
241 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;
396 mcts->host_ocr = 1; /* Fix this */ in mmcnull_action_sd()
727 sc->rtsx_host.host_ocr = RTSX_SUPPORTED_VOLTAGE;2960 cts->host_ocr = sc->rtsx_host.host_ocr;3090 *result = sc->rtsx_host.host_ocr;
1102 uint32_t host_ocr; member
8159 printf("Host OCR: 0x%x\n", cts->host_ocr); in mmcsdcmd()