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

1234567891011

/freebsd-11-stable/sys/dev/mpr/
H A Dmprvar.h461 return (bus_space_read_4(sc->mpr_btag, sc->mpr_bhandle, offset));
/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/arm/samsung/exynos/
H A Dexynos5_pad.c82 bus_space_read_4(_sc->bst[_port], _sc->bsh[_port], _reg)
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c70 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
H A Dimx51_ipuv3.c160 bus_space_read_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg))
/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);
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c412 return bus_space_read_4(sc->cst, sc->csh, regno);
443 return bus_space_read_4(sc->mtt, sc->mth, regno);
H A Denvy24ht.c465 return bus_space_read_4(sc->cst, sc->csh, regno);
496 return bus_space_read_4(sc->mtt, sc->mth, regno);
H A Dich.c222 return (bus_space_read_4(sc->nabmbart, sc->nabmbarh, regno));
H A Dvia8233.c283 return (bus_space_read_4(via->st, via->sh, regno));
H A Datiixp.c138 bus_space_read_4((_sc)->st, (_sc)->sh, _reg)
H A Dds1.c206 return bus_space_read_4(sc->st, sc->sh, regno);
H A Dmaestro.c299 return bus_space_read_4(sc->st, sc->sh, regno);
H A Dmaestro3.c272 #define m3_rd_4(sc, regno) bus_space_read_4(sc->st, sc->sh, regno)
H A Des137x.c285 return (bus_space_read_4(es->st, es->sh, regno));
/freebsd-11-stable/sys/arm/include/
H A Dbus.h337 __generate_inline_bs_rs(bus_space_read_4, bs_r_4, uint32_t);
/freebsd-11-stable/sys/arm/lpc/
H A Dif_lpe.c178 bus_space_read_4((_sc)->lpe_bst, (_sc)->lpe_bsh, (_reg))
/freebsd-11-stable/sys/mips/include/
H A Dbus.h298 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c138 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, _off)
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npe.c236 uint32_t v = bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
/freebsd-11-stable/sys/sys/
H A Dbus.h888 bus_space_read_4((r)->r_bustag, (r)->r_bushandle, (o))
/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/hme/
H A Dif_hme.c144 bus_space_read_4((sc)->sc_ ## spc ## t, (sc)->sc_ ## spc ## h, \
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c359 return bus_space_read_4(sc->sc_regt, sc->sc_regh, index);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h2294 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (reg))

Completed in 258 milliseconds

1234567891011