Searched refs:bus_space_write_4 (Results 126 - 150 of 291) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h217 bus_space_write_4(osdep->mem_bus_space_tag,
/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsamidi.c99 bus_space_write_4(rman_get_bustag(scp->io), rman_get_bushandle(scp->io), offset, data);
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h273 #define AAC_MEM0_SETREG4(sc, reg, val) bus_space_write_4(sc->aac_btag0, \
286 #define AAC_MEM1_SETREG4(sc, reg, val) bus_space_write_4(sc->aac_btag1, \
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona.c248 return bus_space_write_4(sc->ec_st, sc->ec_sys_sh, off, val);
262 return bus_space_write_4(sc->ec_st, sc->ec_system_sh, off, val);
/freebsd-11-stable/sys/dev/sound/macio/
H A Di2s.c556 bus_space_write_4(sc->sc_tag, sc->sc_bsh, I2S_INT,
574 bus_space_write_4(sc->sc_tag, sc->sc_bsh, I2S_FORMAT, reg);
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h304 #define AAC_MEM0_SETREG4(sc, reg, val) bus_space_write_4(sc->aac_btag0, \
317 #define AAC_MEM1_SETREG4(sc, reg, val) bus_space_write_4(sc->aac_btag1, \
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_throttle.c71 (bus_space_write_4(rman_get_bustag((reg)), \
/freebsd-11-stable/sys/arm/ti/
H A Daintc.c99 bus_space_write_4((_sc)->aintc_bst, (_sc)->aintc_bsh, (reg), (val))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c75 bus_space_write_4(sc->bar[BAR0].tag,
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_manager.c350 bus_space_write_4(sc->bst_data, sc->bsh_data,
/freebsd-11-stable/sys/dev/agp/
H A Dagp_amd.c59 #define WRITE4(off,v) bus_space_write_4(sc->bst, sc->bsh, off, v)
H A Dagp_ati.c59 #define WRITE4(off,v) bus_space_write_4(sc->bst, sc->bsh, off, v)
/freebsd-11-stable/sys/dev/patm/
H A Dif_patmvar.h461 bus_space_write_4(sc->memt, sc->memh, reg, val);
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_freebsd.h142 #define PDQ_OS_IOWR_32(bt, bh, off, data) bus_space_write_4(bt, bh, off, data)
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwreg.h341 bus_space_write_4((sc)->sc_st, (sc)->sc_sh, (reg), (val))
/freebsd-11-stable/sys/dev/fb/
H A Dcreator_vt.c216 bus_space_write_4(sc->memt, sc->memh, line + 4*c,
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.c177 bus_space_write_4(bus_tag, bus_handle, offset, value);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhcireg.h221 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \
H A Dgeneric_ohci.c234 bus_space_write_4(sc->ohci_sc.sc_io_tag, sc->ohci_sc.sc_io_hdl,
H A Dehci_ixp4xx.c297 bus_space_write_4((bus_space_tag_t) tag->bs_privdata, h, 0x100 + o, v);
/freebsd-11-stable/sys/dev/rccgpio/
H A Drccgpio.c84 bus_space_write_4((_sc)->sc_bst, (_sc)->sc_bsh, _off, _val)
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c100 bus_space_write_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg), (val))
/freebsd-11-stable/sys/arm/mv/
H A Dmv_machdep.c195 bus_space_write_4(fdtbus_bs_tag, start, ctrl_offset,
/freebsd-11-stable/sys/arm/allwinner/
H A Dtimer.c95 bus_space_write_4(sc->sc_bst, sc->sc_bsh, reg, val)
/freebsd-11-stable/sys/arm/versatile/
H A Dsp804.c111 bus_space_write_4(sc->bst, sc->bsh, reg, val)

Completed in 354 milliseconds

1234567891011>>