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

1234567891011

/freebsd-11-stable/sys/arm64/include/
H A Dbus.h319 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
/freebsd-11-stable/sys/arm/at91/
H A Duart_dev_at91usart.c85 bus_space_read_4((bas)->bst, (bas)->bsh, uart_regofs(bas, reg))
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2836.c190 bus_space_read_4((sc)->bls_bst, (sc)->bls_bsh, (reg))
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h300 #define bus_space_read_4(t, h, o) __bs_rs(4,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h319 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/fb/
H A Dcreator.c95 bus_space_read_4((sc)->sc_bt[(reg)], (sc)->sc_bh[(reg)], (off))
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751.c168 u_int32_t v = bus_space_read_4(sc->sc_st0, sc->sc_sh0, reg);
177 u_int32_t v = bus_space_read_4(sc->sc_st1, sc->sc_sh1, reg);
2876 bus_space_read_4(sc->sc_st0, sc->sc_sh0, HIFN_0_PUCNFG);
2887 bus_space_read_4(sc->sc_st1, sc->sc_sh1, HIFN_1_REVID);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dsolo.c165 return bus_space_read_4(st, sh, regno);
H A Dt4dwave.c153 return bus_space_read_4(tr->st, tr->sh, regno);
H A Dvibes.c184 return bus_space_read_4(st, sh, SV_DMA_COUNT) & 0xffffff;
H A Dals4000.c111 return bus_space_read_4(sc->st, sc->sh, ALS_GCR_DATA);
H A Dcmi.c157 return bus_space_read_4(sc->st, sc->sh, regno);
H A Dcs4281.c149 return bus_space_read_4(sc->st, sc->sh, regno);
/freebsd-11-stable/sys/dev/ti/
H A Dif_tireg.h900 bus_space_read_4((sc)->ti_btag, (sc)->ti_bhandle, (reg))
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h1017 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (reg))
/freebsd-11-stable/sys/dev/ral/
H A Drt2860reg.h1003 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (reg))
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h1139 # define READ_CSR(csr) bus_space_read_4 (sc->csr_tag, sc->csr_handle, csr)
/freebsd-11-stable/sys/dev/rl/
H A Dif_rlreg.h956 bus_space_read_4(sc->rl_btag, sc->rl_bhandle, reg)
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_lpc.c51 bus_space_read_4((_bas)->bst, bsh_clkpwr, (_reg))
/freebsd-11-stable/sys/dev/pci/
H A Dpci_host_generic.c371 data = le32toh(bus_space_read_4(t, h, offset));
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_gpio.c183 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
H A Dif_emac.c140 bus_space_read_4(sc->emac_tag, sc->emac_handle, reg)
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c121 bus_space_read_4(_sc->lm_bst, _sc->lm_bsh, _reg)
/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c288 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg));
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_qmgr.c191 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);

Completed in 492 milliseconds

1234567891011