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

<<11

/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/en/
H A Dmidway.c292 v = bus_space_read_4(sc->en_memt, sc->en_base, r);
305 v = bus_space_read_4(sc->en_memt, sc->en_base, r);
/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/mwl/
H A Dmwlhal.c217 return bus_space_read_4(mh->public.mh_iot, mh->public.mh_ioh, off);
H A Dif_mwl.c280 return bus_space_read_4(sc->sc_io0t, sc->sc_io0h, off);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.c109 #define OREAD4(sc, r) (OBARR(sc), bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (r)))
H A Duhci.c115 #define UREAD4(sc, r) (UBARR(sc), bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (r)))
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c167 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (r))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1916 bus_space_read_4(sc->bar[BAR0].tag, \
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h6115 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (reg))
/freebsd-11-stable/share/man/man9/
H A DMakefile534 bus_space.9 bus_space_read_4.9 \
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c308 return bus_space_read_4(sc->st, sc->sh, regno);
H A Demu10kx.c621 return (bus_space_read_4(sc->st, sc->sh, regno));
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1988 return (bus_space_read_4(NDIS_BUS_SPACE_MEM, 0x0, (bus_size_t)reg));
/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c101 #define trm_reg_read32(reg) bus_space_read_4(pACB->tag, pACB->bsh, reg)
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c121 #define OREAD(sc, r) bus_space_read_4((sc)->bst, (sc)->bsh, (r))
/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/vmware/vmxnet3/
H A Dif_vmx.c3832 return (bus_space_read_4(sc->vmx_iot1, sc->vmx_ioh1, r));
/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/ubsec/
H A Dubsec.c190 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (r))
/freebsd-11-stable/sys/dev/bce/
H A Dif_bcereg.h1096 bus_space_read_4(sc->bce_btag, sc->bce_bhandle, offset)

Completed in 1036 milliseconds

<<11