| /freebsd-12-stable/contrib/apr/misc/unix/ |
| D | otherchild.c | 59 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/ |
| D | mmc.c | 192 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 …]
|
| D | mmcreg.h | 163 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
|
| D | mmcbrvar.h | 98 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
|
| D | bridge.h | 148 uint32_t ocr; member
|
| /freebsd-12-stable/share/i18n/esdb/ISO646/ |
| D | ISO646.alias | 66 JP-OCR-B jp-ocr-b
|
| /freebsd-12-stable/contrib/apr/include/ |
| D | apr_thread_proc.h | 769 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr,
|
| /freebsd-12-stable/sys/arm/amlogic/aml8726/ |
| D | aml8726_mmc.c | 963 *(int *)result = sc->host.ocr; in aml8726_mmc_read_ivar() 1018 sc->host.ocr = value; in aml8726_mmc_write_ivar()
|
| D | aml8726_sdxc-m8.c | 1243 *(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/ |
| 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-12-stable/sys/cam/mmc/ |
| 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-stable/sys/dev/mmc/host/ |
| D | dwmmc.c | 1255 *(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/ |
| 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-stable/sys/arm/allwinner/ |
| D | aw_mmc.c | 1232 *(int *)result = sc->aw_host.ocr; 1287 sc->aw_host.ocr = value;
|
| /freebsd-12-stable/sys/dev/mrsas/ |
| D | mrsas.c | 105 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/ |
| D | sdhci.c | 2357 *result = slot->host.ocr; 2461 slot->host.ocr = value;
|