| /freebsd-12.1/contrib/apr/misc/unix/ |
| H A D | otherchild.c | 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() 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-12.1/sys/dev/mmc/ |
| H A D | mmc.c | 192 static int mmc_highest_voltage(uint32_t ocr); 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() 602 cmd.arg = ocr; in mmc_send_app_op_cond() 612 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_app_op_cond() 630 cmd.arg = ocr; in mmc_send_op_cond() 639 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_op_cond() 2035 uint32_t ocr; in mmc_go_discovery() local 2066 ocr = 0; /* Failed both, powerdown. */ in mmc_go_discovery() [all …]
|
| H A D | mmcreg.h | 163 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
|
| H A D | mmcbrvar.h | 98 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
|
| H A D | bridge.h | 148 uint32_t ocr; member
|
| /freebsd-12.1/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 66 JP-OCR-B jp-ocr-b
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_thread_proc.h | 756 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr,
|
| /freebsd-12.1/sys/arm/amlogic/aml8726/ |
| H A D | aml8726_mmc.c | 963 *(int *)result = sc->host.ocr; in aml8726_mmc_read_ivar() 1007 sc->host.ocr = value; in aml8726_mmc_write_ivar()
|
| H A D | aml8726_sdxc-m8.c | 1243 *(int *)result = sc->host.ocr; in aml8726_sdxc_read_ivar() 1287 sc->host.ocr = value; in aml8726_sdxc_write_ivar()
|
| /freebsd-12.1/sys/mips/ingenic/ |
| H A D | jz4780_mmc.c | 772 *(int *)result = sc->sc_host.ocr; in jz4780_mmc_read_ivar() 820 sc->sc_host.ocr = value; in jz4780_mmc_write_ivar()
|
| /freebsd-12.1/sys/dev/mmc/host/ |
| H A D | dwmmc.c | 1084 *(int *)result = sc->host.ocr; in dwmmc_read_ivar() 1127 sc->host.ocr = value; in dwmmc_write_ivar()
|
| /freebsd-12.1/sys/cam/mmc/ |
| H A D | mmc_xpt.c | 526 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument 532 if (ocr & (1 << i)) in mmc_highest_voltage()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | imx6qdl-nit6xlite.dtsi | 560 ocr-limit = <0x180>; /* 1.65v - 2.1v */
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | aw_mmc.c | 1180 *(int *)result = sc->aw_host.ocr; 1235 sc->aw_host.ocr = value;
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-uahcx-defs.h | 1730 …uint32_t ocr : 1; /**< OwnershipChangeRequest. This bit is set by an OS … member 1766 uint32_t ocr : 1;
|
| /freebsd-12.1/sys/dev/mrsas/ |
| H A D | mrsas.c | 105 int mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr); 2355 int ret, loop, ocr = 0; in mrsas_init_fw() local 2365 ret = mrsas_transition_to_ready(sc, ocr); in mrsas_init_fw() 2970 mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr) in mrsas_transition_to_ready() argument 2990 if (ocr) { in mrsas_transition_to_ready()
|
| /freebsd-12.1/sys/dev/sdhci/ |
| H A D | sdhci.c | 2357 *result = slot->host.ocr; 2461 slot->host.ocr = value;
|