Searched refs:host_ocr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/mmc/
H A Dbridge.h128 uint32_t host_ocr; member in struct:mmc_host
H A Dmmcbrvar.h91 MMCBR_ACCESSOR(host_ocr, HOST_OCR, int)
/freebsd-9.3-release/sys/dev/sdhci/
H A Dsdhci.c745 slot->host.host_ocr = 0;
747 slot->host.host_ocr |= MMC_OCR_320_330 | MMC_OCR_330_340;
749 slot->host.host_ocr |= MMC_OCR_290_300 | MMC_OCR_300_310;
751 slot->host.host_ocr |= MMC_OCR_LOW_VOLTAGE;
752 if (slot->host.host_ocr == 0) {
1489 *result = slot->host.host_ocr;
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_mci.c245 sc->host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340;
721 *(int *)result = sc->host.host_ocr;

Completed in 57 milliseconds