Home
last modified time | relevance | path

Searched refs:ocr (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmc.c189 static int mmc_highest_voltage(uint32_t ocr);
429 return (ocr & MMC_OCR_VOLTAGE); in mmc_select_vdd()
433 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
439 if (ocr & (1 << i)) in mmc_highest_voltage()
594 cmd.arg = ocr; in mmc_send_app_op_cond()
604 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_app_op_cond()
622 cmd.arg = ocr; in mmc_send_op_cond()
631 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_op_cond()
2029 uint32_t ocr; in mmc_go_discovery() local
2060 ocr = 0; /* Failed both, powerdown. */ in mmc_go_discovery()
[all …]
H A Dmmcbrvar.h96 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
H A Dmmcreg.h161 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
H A Dbridge.h146 uint32_t ocr; member
/freebsd/share/i18n/esdb/ISO646/
H A DISO646.alias65 JP-OCR-B jp-ocr-b
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c560 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
566 if (ocr & (1 << i)) in mmc_highest_voltage()
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c1133 *(int *)result = sc->aw_host.ocr;
1188 sc->aw_host.ocr = value;
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c1344 *(int *)result = sc->host.ocr; in dwmmc_read_ivar()
1394 sc->host.ocr = value; in dwmmc_write_ivar()
/freebsd/sys/dev/mrsas/
H A Dmrsas.c101 int mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr);
2327 int ret, loop, ocr = 0; in mrsas_init_fw() local
2337 ret = mrsas_transition_to_ready(sc, ocr); in mrsas_init_fw()
2953 mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr) in mrsas_transition_to_ready() argument
2973 if (ocr) { in mrsas_transition_to_ready()
/freebsd/sys/dev/sdhci/
H A Dsdhci.c2464 *result = slot->host.ocr;
2568 slot->host.ocr = value;
/freebsd/sys/dev/rtsx/
H A Drtsx.c3092 *result = sc->rtsx_host.ocr;
3154 sc->rtsx_host.ocr = value;