Searched refs:bus_space_read_4 (Results 1 - 25 of 271) sorted by last modified time

1234567891011

/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c1763 deviceMapCurrent[target]=bus_space_read_4(acb->btag[0], acb->bhandle[0], devicemap);
1772 deviceMapCurrent[target]=bus_space_read_4(acb->btag[1], acb->bhandle[1], devicemap);
1781 deviceMapCurrent[target]=bus_space_read_4(acb->btag[0], acb->bhandle[0], devicemap);
1789 deviceMapCurrent[target]=bus_space_read_4(acb->btag[0], acb->bhandle[0], devicemap);
1797 deviceMapCurrent[target]=bus_space_read_4(acb->btag[0], acb->bhandle[0], devicemap);
H A Darcmsr.h189 #define CHIP_REG_READ32(s, b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], offsetof(struct s, r))
191 #define READ_CHIP_REG32(b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], r)
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h306 uint32_t v = bus_space_read_4(bus->reg_bar_t, bus->reg_bar_h, offset);
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c172 return (bus_space_read_4(adapter->bt, adapter->bh, offset << 2));
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c190 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (r))
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c308 return bus_space_read_4(sc->st, sc->sh, regno);
H A Dcsamidi.c90 return bus_space_read_4(rman_get_bustag(scp->io), rman_get_bushandle(scp->io), offset) & 0xffffffff;
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h913 ((IS_BE(sc)) ? (bus_space_read_4((sc)->space##_btag, \
915 : (bus_space_read_4((sc)->devcfg_btag, \
918 ((IS_BE(sc) || IS_SH(sc)) ? (bus_space_read_4((sc)->space##_btag, \
920 : (bus_space_read_4((sc)->devcfg_btag, \
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c160 bus_space_read_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg))
/freebsd-11-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c58 bus_space_read_4((bas)->bst, (bas)->bsh, uart_regofs((bas), (reg)))
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos_uart.c179 while ((bus_space_read_4(bas->bst, bas->bsh, SSCOM_UFSTAT) &
272 reg = bus_space_read_4(sc->sc_bas.bst, sc->sc_bas.bsh, SSCOM_UINTM);
292 while (bus_space_read_4(bas->bst, bas->bsh,
327 ints = bus_space_read_4(sc->sc_bas.bst, sc->sc_bas.bsh, SSCOM_UINTP);
339 reg = bus_space_read_4(sc->sc_bas.bst, sc->sc_bas.bsh,
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c273 return (bus_space_read_4(tag, handle, offset) |
274 ((uint64_t)bus_space_read_4(tag, handle, offset + 4)) << 32);
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_private.h322 bus_space_read_4((sc)->bus_tag, (sc)->bus_handle, \
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h306 #define AAC_MEM0_GETREG4(sc, reg) bus_space_read_4(sc->aac_btag0, \
319 #define AAC_MEM1_GETREG4(sc, reg) bus_space_read_4(sc->aac_btag1, \
/freebsd-11-stable/share/man/man9/
H A DMakefile534 bus_space.9 bus_space_read_4.9 \
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h979 return bus_space_read_4(sc->bt, sc->bh, reg);
996 return (uint64_t)bus_space_read_4(sc->bt, sc->bh, reg) +
997 ((uint64_t)bus_space_read_4(sc->bt, sc->bh, reg + 4) << 32);
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwivar.h76 bus_space_read_4((sc)->sc_mem_bt, (sc)->sc_mem_bh, (reg))
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h205 return (bus_space_read_4(osdep->mem_bus_space_tag,
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c841 return (bus_space_read_4(sc->sc_st, sc->sc_sh, addr));
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c313 return ((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset));
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c159 return bus_space_read_4(sc->malo_io0t, sc->malo_io0h, off);
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c3832 return (bus_space_read_4(sc->vmx_iot1, sc->vmx_ioh1, r));
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h870 bus_space_read_4(_softs->pci_mem_handle.pqi_btag, \
/freebsd-11-stable/sys/dev/wi/
H A Dif_wireg.h116 bus_space_read_4((sc)->wi_btag, (sc)->wi_bhandle, \
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c280 return bus_space_read_4(sc->sc_io0t, sc->sc_io0h, off);

Completed in 800 milliseconds

1234567891011