Searched refs:bus_space_read_4 (Results 101 - 125 of 271) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.c71 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off);
750 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE);
761 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
769 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_hal.c194 return (bus_space_read_4(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port));
/freebsd-11-stable/sys/dev/xilinx/
H A Daxi_quad_spi.c68 bus_space_read_4(_sc->bst, _sc->bsh, _reg)
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi_pci.c164 command = bus_space_read_4(sc->wi_localtag, sc->wi_localhandle,
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c96 bus_space_read_4(bcm_systimer_sc->bst, \
/freebsd-11-stable/sys/arm/ti/
H A Dti_pinmux.c77 bus_space_read_4((sc)->sc_bst, (sc)->sc_bsh, (reg))
H A Daintc.c97 bus_space_read_4((_sc)->aintc_bst, (_sc)->aintc_bsh, (reg))
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_mem_ops.c73 return (bus_space_read_4(oct->mem_bus_space[1].tag,
/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/sound/pci/
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/aac/
H A Daacvar.h275 #define AAC_MEM0_GETREG4(sc, reg) bus_space_read_4(sc->aac_btag0, \
288 #define AAC_MEM1_GETREG4(sc, reg) bus_space_read_4(sc->aac_btag1, \
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona.c241 return bus_space_read_4(sc->ec_st, sc->ec_sys_sh, off);
255 return bus_space_read_4(sc->ec_st, sc->ec_system_sh, off);
/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/sys/dev/acpica/
H A Dacpi_throttle.c68 (bus_space_read_4(rman_get_bustag((reg)), \
H A Dacpi_timer.c114 return (bus_space_read_4(acpi_timer_bst, acpi_timer_bsh, 0));
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342.c378 esstrsr = bus_space_read_4(sc->sc_st, sc->sc_sh, IOP34X_ESSTSR0);
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c357 mdcnfg = bus_space_read_4(bst, bsh, MEMCTL_MDCNFG);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c120 val = bus_space_read_4(sc->bar[BAR0].tag,
/freebsd-11-stable/sys/dev/agp/
H A Dagp_amd.c57 #define READ4(off) bus_space_read_4(sc->bst, sc->bsh, off)
H A Dagp_ati.c58 #define READ4(off) bus_space_read_4(sc->bst, sc->bsh, off)
/freebsd-11-stable/sys/dev/patm/
H A Dif_patmvar.h452 val = bus_space_read_4(sc->memt, sc->memh, reg);
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_freebsd.h141 #define PDQ_OS_IORD_32(bt, bh, off) bus_space_read_4(bt, bh, off)
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwreg.h332 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (reg))
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.c193 return((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset));
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhcireg.h212 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \

Completed in 410 milliseconds

1234567891011