| /freebsd-13.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-13.1/sys/dev/mmc/ |
| H A D | mmc.c | 192 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 D | mmcbrvar.h | 98 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
|
| H A D | mmcreg.h | 163 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
|
| H A D | bridge.h | 148 uint32_t ocr; member
|
| /freebsd-13.1/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 66 JP-OCR-B jp-ocr-b
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_thread_proc.h | 769 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr,
|
| /freebsd-13.1/sys/mips/ingenic/ |
| H A D | jz4780_mmc.c | 772 *(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 D | mmc_xpt.c | 572 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 D | aw_mmc.c | 1123 *(int *)result = sc->aw_host.ocr; 1178 sc->aw_host.ocr = value;
|
| /freebsd-13.1/sys/dev/mmc/host/ |
| H A D | dwmmc.c | 1348 *(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 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-13.1/sys/dev/mrsas/ |
| H A D | mrsas.c | 105 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 D | sdhci.c | 2347 *result = slot->host.ocr; 2451 slot->host.ocr = value;
|
| /freebsd-13.1/sys/dev/rtsx/ |
| H A D | rtsx.c | 3057 *result = sc->rtsx_host.ocr; 3119 sc->rtsx_host.ocr = value;
|