Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/sparc64/
H A Dbusop.h255 u_int8_t bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_1() function
/openbsd/sys/arch/luna88k/include/
H A Dbus.h168 #define bus_space_read_1(t, h, o) \ macro
/openbsd/sys/arch/octeon/include/
H A Dbus.h88 #define bus_space_read_1(t, h, o) (*(t)->_space_read_1)((t), (h), (o)) macro
/openbsd/sys/arch/loongson/include/
H A Dbus.h89 #define bus_space_read_1(t, h, o) (*(t)->_space_read_1)((t), (h), (o)) macro
/openbsd/sys/arch/powerpc64/include/
H A Dbus.h84 #define bus_space_read_1(t, h, o) (*(t)->_space_read_1)((t), (h), (o)) macro
/openbsd/sys/arch/arm64/include/
H A Dbus.h89 #define bus_space_read_1(t, h, o) (*(t)->_space_read_1)((t), (h), (o)) macro
/openbsd/sys/arch/riscv64/include/
H A Dbus.h90 #define bus_space_read_1(t, h, o) (*(t)->_space_read_1)((t), (h), (o)) macro
/openbsd/sys/arch/i386/include/
H A Dbus.h121 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) macro
/openbsd/sys/arch/hppa/include/
H A Dbus.h181 #define bus_space_read_1(t,h,o) (((t)->hbt_r1)((t)->hbt_cookie,(h),(o))) macro
/openbsd/sys/arch/amd64/include/
H A Dbus.h141 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) macro
/openbsd/sys/arch/landisk/include/
H A Dbus.h288 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) macro
/openbsd/sys/arch/alpha/include/
H A Dbus.h258 #define bus_space_read_1(t, h, o) __abs_rs(1,(t),(h),(o)) macro
/openbsd/sys/arch/arm/include/
H A Dbus.h273 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) macro