Lines Matching defs:host_ocr
435 u_int32_t host_ocr;
444 host_ocr = sdmmc_chip_host_ocr(sc->sct, sc->sch);
445 error = sdmmc_chip_bus_power(sc->sct, sc->sch, host_ocr);
500 sdmmc_set_bus_power(struct sdmmc_softc *sc, u_int32_t host_ocr,
508 DPRINTF(1,("%s: host_ocr=%x ", DEVNAME(sc), host_ocr));
509 host_ocr &= card_ocr;
511 if (ISSET(host_ocr, 1<<bit)) {
512 host_ocr &= 3<<bit;
516 DPRINTF(1,("card_ocr=%x new_ocr=%x\n", card_ocr, host_ocr));
518 if (host_ocr == 0 ||
519 sdmmc_chip_bus_power(sc->sct, sc->sch, host_ocr) != 0)