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
176 uint32_t host_ocr; member635 uint32_t hv = mmc_highest_voltage(softc->host_ocr); in mmcprobe_start()838 softc->host_ocr = cts->host_ocr; in mmcprobe_done()839 …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) {2465 *result = slot->host.host_ocr;2679 cts->proto_specific.mmc.host_ocr = slot->host.host_ocr;
522 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in parse_fdt()1334 *(int *)result = sc->host.host_ocr; in dwmmc_read_ivar()1431 cts->host_ocr = sc->host.host_ocr; in dwmmc_get_tran_settings()
210 cts->host_ocr = sc->aw_host.host_ocr; in aw_mmc_get_tran_settings()453 sc->aw_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in aw_mmc_attach()1118 *(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;
1081 uint32_t host_ocr;1066 uint32_t host_ocr; global() member
8115 printf("Host OCR: 0x%x\n", cts->host_ocr); in mmcsdcmd()