Home
last modified time | relevance | path

Searched defs:bus_space_read_8 (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/sparc64/sparc64/
H A Dbusop.h192 u_int64_t bus_space_read_8(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_8() function
/openbsd/sys/arch/macppc/include/
H A Dbus.h103 #define bus_space_read_8 !!! bus_space_read_8 unimplemented !!! macro
/openbsd/sys/arch/octeon/include/
H A Dbus.h91 #define bus_space_read_8(t, h, o) (*(t)->_space_read_8)((t), (h), (o)) macro
/openbsd/sys/arch/loongson/include/
H A Dbus.h92 #define bus_space_read_8(t, h, o) (*(t)->_space_read_8)((t), (h), (o)) macro
/openbsd/sys/arch/powerpc64/include/
H A Dbus.h87 #define bus_space_read_8(t, h, o) (*(t)->_space_read_8)((t), (h), (o)) macro
/openbsd/sys/arch/arm64/include/
H A Dbus.h92 #define bus_space_read_8(t, h, o) (*(t)->_space_read_8)((t), (h), (o)) macro
/openbsd/sys/arch/riscv64/include/
H A Dbus.h93 #define bus_space_read_8(t, h, o) (*(t)->_space_read_8)((t), (h), (o)) macro
/openbsd/sys/arch/hppa/include/
H A Dbus.h184 #define bus_space_read_8(t,h,o) (((t)->hbt_r8)((t)->hbt_cookie,(h),(o))) macro
/openbsd/sys/arch/amd64/include/
H A Dbus.h144 #define bus_space_read_8(_t, _h, _o) ((_t)->read_8((_h), (_o))) macro
/openbsd/sys/arch/landisk/include/
H A Dbus.h291 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o)) macro
/openbsd/sys/arch/alpha/include/
H A Dbus.h261 #define bus_space_read_8(t, h, o) __abs_rs(8,(t),(h),(o)) macro
/openbsd/sys/arch/arm/include/
H A Dbus.h276 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro