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

1234

/freebsd-13-stable/sys/dev/uart/
H A Duart_dev_lowrisc.h62 bus_space_read_2((bas)->bst, (bas)->bsh, (reg))
H A Duart.h63 ret = bus_space_read_2(bas->bst, bas->bsh, uart_regofs(bas, reg));
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_common.h36 bus_space_read_2(_sc->bst, _sc->bsh, _reg)
H A Dvf_edma.h118 bus_space_read_2(_sc->bst_tcd, _sc->bsh_tcd, _reg)
/freebsd-13-stable/sys/dev/nvram2env/
H A Dnvram2env.h37 bus_space_read_2((sc)->sc_bt, (sc)->sc_bh,(reg))
/freebsd-13-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-13-stable/sys/dev/twa/
H A Dtw_osl_inline.h161 return((TW_UINT32)bus_space_read_2(bus_tag, bus_handle,
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_reg.c99 val = bus_space_read_2(pc->pc_st, pc->pc_sh, addr);
/freebsd-13-stable/sys/dev/sound/pci/
H A Dhdspe.h198 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
/freebsd-13-stable/sys/dev/scc/
H A Dscc_dev_quicc.c50 bus_space_read_2((bas)->bst, (bas)->bsh, reg)
/freebsd-13-stable/sys/dev/usb/controller/
H A Dehci.h366 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
377 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
H A Dxhcireg.h211 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.h159 aic_le16toh(bus_space_read_2((ahd)->tags[(port) >> 8], \
/freebsd-13-stable/sys/dev/e1000/
H A De1000_osdep.h244 bus_space_read_2(((struct e1000_osdep *)(hw)->back)->flash_bus_space_tag, \
/freebsd-13-stable/sys/sys/
H A Dbus_san.h143 #define bus_space_read_2 kcsan_bus_space_read_2 macro
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h46 bus_space_read_2((mem)->mem_tag, (mem)->mem_handle, (offset))
/freebsd-13-stable/sys/arm/ti/
H A Dti_pinmux.c75 bus_space_read_2((sc)->sc_bst, (sc)->sc_bsh, (reg))
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_hal.c189 return (bus_space_read_2(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port));
/freebsd-13-stable/sys/dev/aac/
H A Daacvar.h281 #define AAC_MEM0_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag0, \
294 #define AAC_MEM1_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag1, \
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_var.h289 #define AAC_MEM0_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag0, \
302 #define AAC_MEM1_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag1, \
/freebsd-13-stable/sys/dev/agp/
H A Dagp_amd.c58 #define READ2(off) bus_space_read_2(sc->bst, sc->bsh, off)
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipwreg.h331 bus_space_read_2((sc)->sc_st, (sc)->sc_sh, (reg))
/freebsd-13-stable/sys/dev/tws/
H A Dtws_services.c190 return((u_int32_t)bus_space_read_2(bus_tag, bus_handle, offset));
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_debug.c105 val = bus_space_read_2(sc->bar[BAR0].tag,
/freebsd-13-stable/sys/dev/cfi/
H A Dcfi_core.c79 val = bus_space_read_2(sc->sc_tag, sc->sc_handle, ofs);
103 sval = bus_space_read_2(sc->sc_tag, sc->sc_handle, ofs);
877 uint16_t v = bus_space_read_2(sc->sc_tag, sc->sc_handle, off<<1);

Completed in 283 milliseconds

1234