Searched refs:bus_space_read_2 (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_common.h34 bus_space_read_2(_sc->bst, _sc->bsh, _reg)
H A Dvf_edma.h116 bus_space_read_2(_sc->bst_tcd, _sc->bsh_tcd, _reg)
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_common.h34 bus_space_read_2(_sc->bst, _sc->bsh, _reg)
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pcireg.h72 bus_space_read_2((sc)->sc_bst, (sc)->sc_bsh, (off))
/freebsd-11-stable/sys/dev/vx/
H A Dif_vxvar.h70 bus_space_read_2(sc->vx_bst, sc->vx_bsh, reg)
/freebsd-11-stable/stand/kshim/
H A Dbsd_busspace.c63 *datap++ = bus_space_read_2(t, h, offset);
139 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) function
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932subr.c284 if (bus_space_read_2(memt, memh, j * 2) != val + j)
292 bus_space_read_2(memt, memh, j * 2),
318 if (bus_space_read_2(memt, memh, j) != 0)
376 cr = bus_space_read_2(iot, ioh, SNEC_CTRL);
483 val = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SNEC_CTRL);
565 return bus_space_read_2(memt, memh, noffset);
820 val = bus_space_read_2(iot, ioh, SNEC_CTRL);
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl_inline.h177 return((TW_UINT32)bus_space_read_2(bus_tag, bus_handle,
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dcambria_exp_space.c118 v = bus_space_read_2(sc->sc_iot, h, o);
180 v = bus_space_read_2(sc->sc_iot, h, o);
H A Davila_ata.c378 v = bus_space_read_2(sc->sc_iot, h, o);
428 v = bus_space_read_2(sc->sc_iot, h, o);
/freebsd-11-stable/sys/pc98/cbus/
H A Dpmc.c65 bus_space_read_2(rman_get_bustag((sc)->port_res), \
/freebsd-11-stable/sys/dev/ep/
H A Dif_epvar.h87 #define CSR_READ_2(sc, off) (bus_space_read_2((sc)->bst, (sc)->bsh, off))
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe.h196 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
/freebsd-11-stable/sys/dev/scc/
H A Dscc_dev_quicc.c46 bus_space_read_2((bas)->bst, (bas)->bsh, reg)
/freebsd-11-stable/sys/dev/ed/
H A Dif_edvar.h126 bus_space_read_2(sc->port_bst, sc->port_bsh, (sc)->nic_offset + (port))
169 bus_space_read_2(sc->port_bst, sc->port_bsh, \
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.h365 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
376 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.h166 aic_le16toh(bus_space_read_2((ahd)->tags[(port) >> 8], \
/freebsd-11-stable/sys/dev/nvram2env/
H A Dnvram2env.c57 bus_space_read_2((sc)->sc_bt, (sc)->sc_bh,(reg))
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h187 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
225 *a++ = bus_space_read_2(t, h, o);
369 *a = bus_space_read_2(t, h, o);
477 bus_space_write_2(t, h1, o1, bus_space_read_2(t, h2, o2));
/freebsd-11-stable/sys/dev/e1000/
H A De1000_osdep.h208 bus_space_read_2(((struct e1000_osdep *)(hw)->back)->flash_bus_space_tag, \
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h44 bus_space_read_2((mem)->mem_tag, (mem)->mem_handle, (offset))
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_hal.c187 return (bus_space_read_2(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port));
/freebsd-11-stable/sys/arm/ti/
H A Dti_pinmux.c73 bus_space_read_2((sc)->sc_bst, (sc)->sc_bsh, (reg))
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h279 #define AAC_MEM0_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag0, \
292 #define AAC_MEM1_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag1, \
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h310 #define AAC_MEM0_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag0, \
323 #define AAC_MEM1_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag1, \

Completed in 200 milliseconds

1234