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

/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.c180 data = bus_space_read_8(sc->bar0.tag, sc->bar0.handle, reg);
183 * bus_space_read_8 isn't supported on 32bit platforms, so we fall
/freebsd-13-stable/sys/sys/
H A Dbus_san.h185 #define bus_space_read_8 kcsan_bus_space_read_8 macro
H A Dbus.h943 bus_space_read_8((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_osdep.h231 bus_space_read_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
/freebsd-13-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-13-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-13-stable/sys/dev/ioat/
H A Dioat_internal.h76 bus_space_read_8((tag), (handle), (offset))
/freebsd-13-stable/sys/dev/sec/
H A Dsec.h224 bus_space_read_8((sc)->sc_bas.bst, (sc)->sc_bas.bsh, (reg))
/freebsd-13-stable/sys/x86/include/
H A Dbus.h214 static __inline uint64_t bus_space_read_8(bus_space_tag_t tag,
251 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-13-stable/sys/dev/xilinx/
H A Daxidma.c69 bus_space_read_8(_sc->bst, _sc->bsh, _reg)
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c138 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function
H A Dntb_hw_intel.c278 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-13-stable/sys/riscv/include/
H A Dbus.h314 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defsys.h93 bus_space_read_8((t), (h), (o))
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1002 bus_space_read_8(_softs->pci_mem_handle.pqi_btag, \
/freebsd-13-stable/sys/arm64/include/
H A Dbus.h344 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h303 #define bus_space_read_8(t, h, o) __bs_rs(8,t,h,o) macro
/freebsd-13-stable/sys/mips/include/
H A Dbus.h298 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-13-stable/sys/dev/cxgbe/
H A Dadapter.h1060 return bus_space_read_8(sc->bt, sc->bh, reg);
/freebsd-13-stable/sys/arm/include/
H A Dbus.h334 __generate_inline_bs_rs(bus_space_read_8, bs_r_8, uint64_t);
/freebsd-13-stable/share/man/man9/
H A DMakefile701 bus_space.9 bus_space_read_8.9 \

Completed in 193 milliseconds