Home
last modified time | relevance | path

Searched defs:bus_space_read_2 (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/arch/sparc64/sparc64/
H A Dbusop.h66 u_int16_t bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_2() function
/openbsd/sys/arch/luna88k/include/
H A Dbus.h177 #define bus_space_read_2(t, h, o) \ macro
/openbsd/sys/arch/octeon/include/
H A Dbus.h89 #define bus_space_read_2(t, h, o) (*(t)->_space_read_2)((t), (h), (o)) macro
/openbsd/sys/arch/loongson/include/
H A Dbus.h90 #define bus_space_read_2(t, h, o) (*(t)->_space_read_2)((t), (h), (o)) macro
/openbsd/sys/arch/powerpc64/include/
H A Dbus.h85 #define bus_space_read_2(t, h, o) (*(t)->_space_read_2)((t), (h), (o)) macro
/openbsd/sys/arch/arm64/include/
H A Dbus.h90 #define bus_space_read_2(t, h, o) (*(t)->_space_read_2)((t), (h), (o)) macro
/openbsd/sys/arch/riscv64/include/
H A Dbus.h91 #define bus_space_read_2(t, h, o) (*(t)->_space_read_2)((t), (h), (o)) macro
/openbsd/sys/arch/i386/include/
H A Dbus.h122 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) macro
/openbsd/sys/arch/amd64/include/
H A Dbus.h142 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) macro
/openbsd/sys/arch/hppa/include/
H A Dbus.h182 #define bus_space_read_2(t,h,o) (((t)->hbt_r2)((t)->hbt_cookie,(h),(o))) macro
/openbsd/sys/arch/landisk/include/
H A Dbus.h289 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) macro
/openbsd/sys/arch/alpha/include/
H A Dbus.h259 #define bus_space_read_2(t, h, o) __abs_rs(2,(t),(h),(o)) macro
/openbsd/sys/arch/arm/include/
H A Dbus.h274 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro