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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcounter.c109 return (bus_space_read_8(sc->sc_tag, sc->sc_handle, sc->sc_offset));
H A Djbusppm.c73 bus_space_read_8((sc)->sc_bt[(reg)], (sc)->sc_bh[(reg)], (off))
H A Dupa.c96 bus_space_read_8((sc)->sc_bt[(reg)], (sc)->sc_bh[(reg)], (off))
H A Diommu.c131 bus_space_read_8((is)->is_bustag, (is)->is_bushandle, \
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h203 bus_space_read_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
243 *a++ = bus_space_read_8(t, h, o);
387 *a = bus_space_read_8(t, h, o);
495 bus_space_write_8(t, h1, o1, bus_space_read_8(t, h2, o2));
818 bus_space_write_stream_8(t, h1, o1, bus_space_read_8(t, h2, o2));
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c469 regval = bus_space_read_8(sc->reg_bst, handle,
483 regval = bus_space_read_8(sc->reg_bst, sc->reg_bsh, PEM_ON_REG);
489 regval = bus_space_read_8(sc->reg_bst, sc->reg_bsh, PEM_CTL_STATUS);
537 data = PEM_CFG_RD_REG_DATA(bus_space_read_8(sc->reg_bst, sc->reg_bsh,
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_mem_ops.c94 return (bus_space_read_8(oct->mem_bus_space[1].tag,
H A Dlio_device.h880 return (bus_space_read_8(oct->mem_bus_space[0].tag,
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h231 bus_space_read_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
/freebsd-11-stable/sys/dev/sec/
H A Dsec.h229 bus_space_read_8((sc)->sc_bas.bst, (sc)->sc_bas.bsh, (reg))
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_internal.h76 bus_space_read_8((tag), (handle), (offset))
/freebsd-11-stable/sys/x86/include/
H A Dbus.h202 static __inline uint64_t bus_space_read_8(bus_space_tag_t tag,
239 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-11-stable/sys/mips/beri/
H A Dberi_pic.c160 return (bus_space_read_8(sc->bp_cfg_bst, sc->bp_cfg_bsh, irq * 8));
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h320 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h301 #define bus_space_read_8(t, h, o) __bs_rs(8,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h320 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c971 (void)bus_space_read_8(is->is_bustag, is->is_bushandle,
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h994 return bus_space_read_8(sc->bt, sc->bh, reg);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defsys.h101 bus_space_read_8((t), (h), (o))
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h874 bus_space_read_8(_softs->pci_mem_handle.pqi_btag, \
/freebsd-11-stable/sys/arm/include/
H A Dbus.h338 __generate_inline_bs_rs(bus_space_read_8, bs_r_8, uint64_t);
/freebsd-11-stable/sys/mips/include/
H A Dbus.h299 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-11-stable/sys/sys/
H A Dbus.h920 bus_space_read_8((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-11-stable/share/man/man9/
H A DMakefile535 bus_space.9 bus_space_read_8.9 \
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c269 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function

Completed in 221 milliseconds