Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/misc/unix/
Dotherchild.c59 apr_other_child_rec_t *ocr; in apr_proc_other_child_register() local
61 ocr = apr_palloc(p, sizeof(*ocr)); in apr_proc_other_child_register()
62 ocr->p = p; in apr_proc_other_child_register()
63 ocr->proc = proc; in apr_proc_other_child_register()
64 ocr->maintenance = maintenance; in apr_proc_other_child_register()
65 ocr->data = data; in apr_proc_other_child_register()
67 ocr->write_fd = (apr_os_file_t) -1; in apr_proc_other_child_register()
74 ocr->write_fd = write_fd->filehand; in apr_proc_other_child_register()
76 ocr->write_fd = write_fd->filedes; in apr_proc_other_child_register()
80 ocr->next = other_children; in apr_proc_other_child_register()
[all …]
/freebsd-12-stable/sys/dev/mmc/
Dmmc.c192 static int mmc_highest_voltage(uint32_t ocr);
205 static uint32_t mmc_select_vdd(struct mmc_softc *sc, uint32_t ocr);
206 static int mmc_send_app_op_cond(struct mmc_softc *sc, uint32_t ocr,
210 static int mmc_send_op_cond(struct mmc_softc *sc, uint32_t ocr,
434 mmc_select_vdd(struct mmc_softc *sc, uint32_t ocr) in mmc_select_vdd() argument
437 return (ocr & MMC_OCR_VOLTAGE); in mmc_select_vdd()
441 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
447 if (ocr & (1 << i)) in mmc_highest_voltage()
595 mmc_send_app_op_cond(struct mmc_softc *sc, uint32_t ocr, uint32_t *rocr) in mmc_send_app_op_cond() argument
602 cmd.arg = ocr; in mmc_send_app_op_cond()
[all …]
Dmmcreg.h163 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
Dmmcbrvar.h98 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
Dbridge.h148 uint32_t ocr; member
/freebsd-12-stable/share/i18n/esdb/ISO646/
DISO646.alias66 JP-OCR-B jp-ocr-b
/freebsd-12-stable/contrib/apr/include/
Dapr_thread_proc.h769 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr,
/freebsd-12-stable/sys/arm/amlogic/aml8726/
Daml8726_mmc.c963 *(int *)result = sc->host.ocr; in aml8726_mmc_read_ivar()
1018 sc->host.ocr = value; in aml8726_mmc_write_ivar()
Daml8726_sdxc-m8.c1243 *(int *)result = sc->host.ocr; in aml8726_sdxc_read_ivar()
1299 sc->host.ocr = value; in aml8726_sdxc_write_ivar()
/freebsd-12-stable/sys/mips/ingenic/
Djz4780_mmc.c772 *(int *)result = sc->sc_host.ocr; in jz4780_mmc_read_ivar()
829 sc->sc_host.ocr = value; in jz4780_mmc_write_ivar()
/freebsd-12-stable/sys/cam/mmc/
Dmmc_xpt.c526 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
532 if (ocr & (1 << i)) in mmc_highest_voltage()
/freebsd-12-stable/sys/dev/mmc/host/
Ddwmmc.c1255 *(int *)result = sc->host.ocr; in dwmmc_read_ivar()
1305 sc->host.ocr = value; in dwmmc_write_ivar()
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-uahcx-defs.h1730 …uint32_t ocr : 1; /**< OwnershipChangeRequest. This bit is set by an OS … member
1766 uint32_t ocr : 1;
/freebsd-12-stable/sys/arm/allwinner/
Daw_mmc.c1232 *(int *)result = sc->aw_host.ocr;
1287 sc->aw_host.ocr = value;
/freebsd-12-stable/sys/dev/mrsas/
Dmrsas.c105 int mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr);
2356 int ret, loop, ocr = 0; in mrsas_init_fw() local
2366 ret = mrsas_transition_to_ready(sc, ocr); in mrsas_init_fw()
2971 mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr) in mrsas_transition_to_ready() argument
2991 if (ocr) { in mrsas_transition_to_ready()
/freebsd-12-stable/sys/dev/sdhci/
Dsdhci.c2357 *result = slot->host.ocr;
2461 slot->host.ocr = value;