Searched refs:bus_space_write_1 (Results 26 - 50 of 143) sorted by relevance

123456

/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe.h201 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
H A Dvibes.c130 bus_space_write_1(sc->enh_st, sc->enh_sh, reg, val);
144 bus_space_write_1(sc->enh_st, sc->enh_sh, SV_CM_INDEX, reg);
156 bus_space_write_1(sc->enh_st, sc->enh_sh, SV_CM_INDEX, reg);
157 bus_space_write_1(sc->enh_st, sc->enh_sh, SV_CM_DATA, val);
175 bus_space_write_1(st, sh, SV_DMA_MODE, mode);
/freebsd-11-stable/sys/dev/ed/
H A Dif_edvar.h122 bus_space_write_1(sc->port_bst, sc->port_bsh, \
165 bus_space_write_1(sc->port_bst, sc->port_bsh, \
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h247 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, function
288 bus_space_write_1(t, h, o, *a++);
324 bus_space_write_1(t, h, o, v);
396 bus_space_write_1(t, h, o, *a);
432 bus_space_write_1(t, h, o, v);
468 bus_space_write_1(t, h1, o1, bus_space_read_1(t, h2, o2));
/freebsd-11-stable/sys/dev/exca/
H A Dexca.c153 bus_space_write_1(sc->bst, sc->bsh, sc->offset + reg, val);
159 bus_space_write_1(sc->bst, sc->bsh, EXCA_REG_INDEX, reg + sc->offset);
166 bus_space_write_1(sc->bst, sc->bsh, EXCA_REG_INDEX, reg + sc->offset);
167 bus_space_write_1(sc->bst, sc->bsh, EXCA_REG_DATA, val);
687 bus_space_write_1(exca->bst, exca->bsh, EXCA_REG_INDEX,
689 bus_space_write_1(exca->bst, exca->bsh, EXCA_REG_INDEX,
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c99 bus_space_write_1((sc)->iot, (sc)->ioh, BT3C_ADDR_L, ((address) & 0xff)); \
100 bus_space_write_1((sc)->iot, (sc)->ioh, BT3C_ADDR_H, (((address) >> 8) & 0xff)); \
111 bus_space_write_1((sc)->iot, (sc)->ioh, BT3C_DATA_L, ((data) & 0xff)); \
112 bus_space_write_1((sc)->iot, (sc)->ioh, BT3C_DATA_H, (((data) >> 8) & 0xff)); \
122 bus_space_write_1((sc)->iot, (sc)->ioh, BT3C_CONTROL, (data)); \
/freebsd-11-stable/sys/dev/fb/
H A Ds3_pci.c78 #define outb_p(value, offset) bus_space_write_1(sc->st, sc->sh, offset, value)
80 #define outb_enh(value, offset) bus_space_write_1(sc->enh_st, sc->enh_sh, \
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.h368 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x))
380 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a), (x))
H A Datmegadci.h178 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
/freebsd-11-stable/sys/dev/wi/
H A Dif_wireg.h112 bus_space_write_1((sc)->wi_btag, (sc)->wi_bhandle, \
126 bus_space_write_1((sc)->wi_bmemtag, (sc)->wi_bmemhandle, off, val)
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_edma.h122 bus_space_write_1(_sc->bst_tcd, _sc->bsh_tcd, _reg, _val)
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dcambria_exp_space.c105 bus_space_write_1(sc->sc_iot, h, o, v);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.h162 bus_space_write_1((ahd)->tags[(port) >> 8], \
H A Daic7xxx_osm.h172 bus_space_write_1((ahc)->tag, (ahc)->bsh, port, value)
/freebsd-11-stable/sys/dev/auxio/
H A Dauxio.c183 bus_space_write_1(sc->sc_regt[AUXIO_PCIO_LED],
/freebsd-11-stable/sys/dev/nvram2env/
H A Dnvram2env.c63 bus_space_write_1((sc)->sc_bt, (sc)->sc_bh, \
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dds1553_core.c193 bus_space_write_1(sc->sc_bst, sc->sc_bsh, off, val);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_osdep.h186 bus_space_write_1(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h327 #define WRITE1(SC, OFF, VAL) bus_space_write_1(SC->memt, SC->memh, OFF, VAL)
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h48 bus_space_write_1((mem)->mem_tag, (mem)->mem_handle, (offset), (value))
/freebsd-11-stable/sys/dev/joy/
H A Djoy.c173 bus_space_write_1 (bt, port, 0, 0xff);
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_hal.c150 bus_space_write_1(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port, val);
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_mem_ops.c64 bus_space_write_1(oct->mem_bus_space[1].tag,
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h281 #define AAC_MEM0_SETREG1(sc, reg, val) bus_space_write_1(sc->aac_btag0, \
294 #define AAC_MEM1_SETREG1(sc, reg, val) bus_space_write_1(sc->aac_btag1, \
/freebsd-11-stable/sys/dev/wbwd/
H A Dwbwd.c271 bus_space_write_1((sc)->bst, (sc)->bsh, 0, (value));
293 bus_space_write_1((sc)->bst, (sc)->bsh, 1, (value));

Completed in 213 milliseconds

123456