Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/misc/unix/
H A Dotherchild.c61 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()
109 for (ocr = other_children; ocr; ocr = nocr) { in apr_proc_other_child_alert()
115 (*ocr->maintenance) (reason, ocr->data, status); in apr_proc_other_child_alert()
138 (*ocr->maintenance) (APR_OC_REASON_LOST, ocr->data, -1); in apr_proc_other_child_refresh()
144 (*ocr->maintenance) (APR_OC_REASON_LOST, ocr->data, -1); in apr_proc_other_child_refresh()
147 (*ocr->maintenance) (reason, ocr->data, -1); in apr_proc_other_child_refresh()
169 (*ocr->maintenance) (reason, ocr->data, -1); in apr_proc_other_child_refresh()
174 (*ocr->maintenance) (APR_OC_REASON_LOST, ocr->data, -1); in apr_proc_other_child_refresh()
[all …]
/freebsd-13.1/sys/dev/mmc/
H A Dmmc.c192 static int mmc_highest_voltage(uint32_t ocr);
438 return (ocr & MMC_OCR_VOLTAGE); in mmc_select_vdd()
442 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
448 if (ocr & (1 << i)) in mmc_highest_voltage()
603 cmd.arg = ocr; in mmc_send_app_op_cond()
613 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_app_op_cond()
631 cmd.arg = ocr; in mmc_send_op_cond()
640 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_op_cond()
2038 uint32_t ocr; in mmc_go_discovery() local
2069 ocr = 0; /* Failed both, powerdown. */ in mmc_go_discovery()
[all …]
H A Dmmcbrvar.h98 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
H A Dmmcreg.h163 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
H A Dbridge.h148 uint32_t ocr; member
/freebsd-13.1/share/i18n/esdb/ISO646/
H A DISO646.alias66 JP-OCR-B jp-ocr-b
/freebsd-13.1/contrib/apr/include/
H A Dapr_thread_proc.h769 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr,
/freebsd-13.1/sys/mips/ingenic/
H A 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-13.1/sys/cam/mmc/
H A Dmmc_xpt.c572 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
578 if (ocr & (1 << i)) in mmc_highest_voltage()
/freebsd-13.1/sys/arm/allwinner/
H A Daw_mmc.c1123 *(int *)result = sc->aw_host.ocr;
1178 sc->aw_host.ocr = value;
/freebsd-13.1/sys/dev/mmc/host/
H A Ddwmmc.c1348 *(int *)result = sc->host.ocr; in dwmmc_read_ivar()
1398 sc->host.ocr = value; in dwmmc_write_ivar()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h1730 …uint32_t ocr : 1; /**< OwnershipChangeRequest. This bit is set by an OS … member
1766 uint32_t ocr : 1;
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas.c105 int mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr);
2348 int ret, loop, ocr = 0; in mrsas_init_fw() local
2358 ret = mrsas_transition_to_ready(sc, ocr); in mrsas_init_fw()
2974 mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr) in mrsas_transition_to_ready() argument
2994 if (ocr) { in mrsas_transition_to_ready()
/freebsd-13.1/sys/dev/sdhci/
H A Dsdhci.c2347 *result = slot->host.ocr;
2451 slot->host.ocr = value;
/freebsd-13.1/sys/dev/rtsx/
H A Drtsx.c3057 *result = sc->rtsx_host.ocr;
3119 sc->rtsx_host.ocr = value;