Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mmc/
H A Dmmc.c190 static int mmc_highest_voltage(uint32_t ocr);
430 return (ocr & MMC_OCR_VOLTAGE); in mmc_select_vdd()
434 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
440 if (ocr & (1 << i)) in mmc_highest_voltage()
595 cmd.arg = ocr; in mmc_send_app_op_cond()
605 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_app_op_cond()
623 cmd.arg = ocr; in mmc_send_op_cond()
632 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_op_cond()
2030 uint32_t ocr; in mmc_go_discovery() local
2061 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-14.2/share/i18n/esdb/ISO646/
H A DISO646.alias65 JP-OCR-B jp-ocr-b
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_xpt.c562 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
568 if (ocr & (1 << i)) in mmc_highest_voltage()
/freebsd-14.2/sys/dev/mmc/host/
H A Ddwmmc.c1345 *(int *)result = sc->host.ocr; in dwmmc_read_ivar()
1395 sc->host.ocr = value; in dwmmc_write_ivar()
/freebsd-14.2/sys/arm/allwinner/
H A Daw_mmc.c1134 *(int *)result = sc->aw_host.ocr;
1189 sc->aw_host.ocr = value;
/freebsd-14.2/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-14.2/sys/dev/sdhci/
H A Dsdhci.c2465 *result = slot->host.ocr;
2569 slot->host.ocr = value;
/freebsd-14.2/sys/dev/rtsx/
H A Drtsx.c3093 *result = sc->rtsx_host.ocr;
3155 sc->rtsx_host.ocr = value;