| /freebsd-13-stable/sys/arm/freescale/imx/ |
| HD | imx51_ipuv3_fbd.c | 82 bus_space_handle_t ioh; member 199 bus_space_handle_t ioh; in ipu3_fb_attach() local 229 err = bus_space_map(iot, IPU_CM_BASE(base), IPU_CM_SIZE, 0, &ioh); in ipu3_fb_attach() 232 sc->cm_ioh = ioh; in ipu3_fb_attach() 235 err = bus_space_map(iot, IPU_DMFC_BASE(base), IPU_DMFC_SIZE, 0, &ioh); in ipu3_fb_attach() 238 sc->dmfc_ioh = ioh; in ipu3_fb_attach() 241 err = bus_space_map(iot, IPU_DI0_BASE(base), IPU_DI0_SIZE, 0, &ioh); in ipu3_fb_attach() 244 sc->di0_ioh = ioh; in ipu3_fb_attach() 247 err = bus_space_map(iot, IPU_DI1_BASE(base), IPU_DI0_SIZE, 0, &ioh); in ipu3_fb_attach() 250 sc->di1_ioh = ioh; in ipu3_fb_attach() [all …]
|
| HD | imx51_ipuv3.c | 83 bus_space_handle_t ioh; member 278 bus_space_handle_t ioh; in ipu3_fb_attach() local 319 err = bus_space_map(iot, IPU_CM_BASE(base), IPU_CM_SIZE, 0, &ioh); in ipu3_fb_attach() 322 sc->cm_ioh = ioh; in ipu3_fb_attach() 325 err = bus_space_map(iot, IPU_DMFC_BASE(base), IPU_DMFC_SIZE, 0, &ioh); in ipu3_fb_attach() 328 sc->dmfc_ioh = ioh; in ipu3_fb_attach() 331 err = bus_space_map(iot, IPU_DI0_BASE(base), IPU_DI0_SIZE, 0, &ioh); in ipu3_fb_attach() 334 sc->di0_ioh = ioh; in ipu3_fb_attach() 337 err = bus_space_map(iot, IPU_DI1_BASE(base), IPU_DI0_SIZE, 0, &ioh); in ipu3_fb_attach() 340 sc->di1_ioh = ioh; in ipu3_fb_attach() [all …]
|
| /freebsd-13-stable/sys/dev/usb/controller/ |
| HD | ehci_fsl.c | 164 enable_usb(device_t dev, bus_space_tag_t iot, bus_space_handle_t ioh) in enable_usb() argument 171 tmp = bus_space_read_4(iot, ioh, CONTROL) | USB_EN; in enable_usb() 180 bus_space_write_4(iot, ioh, CONTROL, tmp); in enable_usb() 184 set_32b_prefetch(bus_space_tag_t iot, bus_space_handle_t ioh) in set_32b_prefetch() argument 187 bus_space_write_4(iot, ioh, SI_CTRL, FETCH_32); in set_32b_prefetch() 191 set_snooping(bus_space_tag_t iot, bus_space_handle_t ioh) in set_snooping() argument 194 bus_space_write_4(iot, ioh, SNOOP1, SNOOP_RANGE_2GB); in set_snooping() 195 bus_space_write_4(iot, ioh, SNOOP2, 0x80000000 | SNOOP_RANGE_2GB); in set_snooping() 232 bus_space_handle_t ioh; in fsl_ehci_attach() local 265 ioh = rman_get_bushandle(sc->sc_io_res); in fsl_ehci_attach() [all …]
|
| /freebsd-13-stable/sys/dev/tpm/ |
| HD | tpm_isa.c | 57 bus_space_handle_t ioh; in tpm_isa_probe() local 67 ioh = rman_get_bushandle(mem_res); in tpm_isa_probe() 69 if ((rv = tpm_tis12_probe(iot, ioh))) in tpm_isa_probe()
|
| HD | tpm.c | 953 tpm_legacy_in(bus_space_tag_t iot, bus_space_handle_t ioh, int reg) in tpm_legacy_in() argument 955 bus_space_write_1(iot, ioh, 0, reg); in tpm_legacy_in() 956 return bus_space_read_1(iot, ioh, 1); in tpm_legacy_in() 962 tpm_legacy_out(bus_space_tag_t iot, bus_space_handle_t ioh, int reg, u_int8_t v) 964 bus_space_write_1(iot, ioh, 0, reg); 965 bus_space_write_1(iot, ioh, 1, v); 973 bus_space_handle_t ioh; in tpm_legacy_probe() local 981 if (bus_space_map(iot, iobase, 2, 0, &ioh)) in tpm_legacy_probe() 984 v = bus_space_read_1(iot, ioh, 0); in tpm_legacy_probe() 986 bus_space_unmap(iot, ioh, 2); in tpm_legacy_probe() [all …]
|
| HD | tpmvar.h | 59 int tpm_tis12_probe(bus_space_tag_t iot, bus_space_handle_t ioh);
|
| /freebsd-13-stable/sys/dev/fdc/ |
| HD | fdc_isa.c | 108 fdc->ioh[i + j] = rman_get_bushandle(res); in fdc_isa_alloc_resources() 126 fdc->ioh[7] = fdc->ioh[2]; in fdc_isa_alloc_resources() 131 fdc->ioh[7] = rman_get_bushandle(res); in fdc_isa_alloc_resources()
|
| HD | fdcvar.h | 63 bus_space_handle_t ioh[FDC_MAXREG]; member
|
| HD | fdc.c | 323 bus_space_write_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg], v); in fdregwr() 330 return bus_space_read_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg]); in fdregrd() 720 bus_space_read_multi_1(fdc->iot, fdc->ioh[FD_YE_DATAPORT], in fdc_pio() 723 bus_space_write_multi_1(fdc->iot, fdc->ioh[FD_YE_DATAPORT], in fdc_pio()
|
| /freebsd-13-stable/sys/dev/bnxt/ |
| HD | if_bnxt.c | 2541 struct bnxt_ioctl_header *ioh; in bnxt_priv_ioctl() local 2551 ioh = ifr_buffer_get_buffer(ifr); in bnxt_priv_ioctl() 2556 if ((rc = copyin(ioh, iod, iol)) != 0) in bnxt_priv_ioctl() 2572 copyout(&iod->hdr.rc, &ioh->rc, in bnxt_priv_ioctl() 2573 sizeof(ioh->rc)); in bnxt_priv_ioctl() 2577 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 2605 copyout(&iod->hdr.rc, &ioh->rc, in bnxt_priv_ioctl() 2606 sizeof(ioh->rc)); in bnxt_priv_ioctl() 2617 copyout(iod, ioh, iol); in bnxt_priv_ioctl() 2632 copyout(&iod->hdr.rc, &ioh->rc, in bnxt_priv_ioctl() [all …]
|
| /freebsd-13-stable/contrib/libfido2/fuzz/ |
| HD | pcsc.c | 123 void *ioh = (void *)NFC_DEV_HANDLE; in __wrap_SCardTransmit() local 128 xwrite(ioh, pbSendBuffer, cbSendLength); in __wrap_SCardTransmit() 132 (n = xread(ioh, pbRecvBuffer, *pcbRecvLength, -1)) == -1) in __wrap_SCardTransmit()
|
| /freebsd-13-stable/sys/dev/pci/ |
| HD | pci_host_generic.h | 84 bus_space_handle_t ioh; member
|
| /freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| HD | itdio.c | 459 tiINIFastIOSend(void *ioh) in tiINIFastIOSend() argument 463 saStatus = saFastSSPSend(ioh); in tiINIFastIOSend() 472 tiINIFastIOCancel(void *ioh) in tiINIFastIOCancel() argument 476 saStatus = saFastSSPCancel(ioh); in tiINIFastIOCancel() 493 void *ioh = ioHandle; in tiINIFastIOPrepare() local 563 if (ioh && !ioHandle) in tiINIFastIOPrepare() 565 saFastSSPCancel(ioh); in tiINIFastIOPrepare()
|
| /freebsd-13-stable/sys/dev/exca/ |
| HD | exca.c | 503 sc->io[win].ioh = rman_get_bushandle(r); in exca_io_map() 527 sc->io[window].ioh = 0; in exca_io_unmap() 775 bus_space_handle_t ioh) in exca_probe_slots() argument 782 exca_init(&exca[i], dev, iot, ioh, i * EXCA_SOCKET_SIZE); in exca_probe_slots()
|
| HD | excavar.h | 119 bus_space_tag_t iot, bus_space_handle_t ioh);
|
| /freebsd-13-stable/sys/dev/pccard/ |
| HD | pccardvar.h | 39 bus_space_handle_t ioh; /* mapped space handle */ member
|
| /freebsd-13-stable/sys/dev/malo/ |
| HD | if_malohal.c | 100 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag) in malo_hal_attach() argument 110 mh->mh_ioh = ioh; in malo_hal_attach()
|
| /freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | sassp.c | 276 void *ioh, in saFastSSPPrepare() argument 309 fr = (saFastRequest_t*)ioh; in saFastSSPPrepare() 326 ioh = fr; in saFastSSPPrepare() 524 ioh = 0; in saFastSSPPrepare() 527 return ioh; in saFastSSPPrepare()
|
| /freebsd-13-stable/sys/dev/mwl/ |
| HD | mwlhal.h | 81 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag);
|
| HD | mwlhal.c | 244 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag) in mwl_hal_attach() argument 254 mh->public.mh_ioh = ioh; in mwl_hal_attach()
|
| /freebsd-13-stable/contrib/apr/include/ |
| HD | apr.h.in | 79 #define APR_HAVE_IO_H @ioh@
|
| /freebsd-13-stable/sys/cam/ctl/ |
| HD | ctl.c | 2466 struct ctl_io_hdr *ioh; in ctl_ioctl_fill_ooa() local 2469 ioh = LIST_FIRST(&lun->ooa_queue); in ctl_ioctl_fill_ooa() 2470 if (ioh == NULL) { in ctl_ioctl_fill_ooa() 2474 while (LIST_NEXT(ioh, ooa_links) != NULL) in ctl_ioctl_fill_ooa() 2475 ioh = LIST_NEXT(ioh, ooa_links); in ctl_ioctl_fill_ooa() 2476 for ( ; ioh; ioh = LIST_PREV(ioh, &lun->ooa_queue, ctl_io_hdr, ooa_links)) { in ctl_ioctl_fill_ooa() 2477 union ctl_io *io = (union ctl_io *)ioh; in ctl_ioctl_fill_ooa()
|
| /freebsd-13-stable/contrib/apr/ |
| HD | configure.in | 1575 AC_SUBST(ioh) subst
|