Home
last modified time | relevance | path

Searched defs:bus_space (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/arch/arm/include/
H A Dbus.h91 struct bus_space { struct
97 int, bus_space_handle_t *); argument
98 void (*bs_unmap) (void *, bus_space_handle_t, argument
100 int (*bs_subregion) (void *, bus_space_handle_t, argument
106 bus_addr_t *, bus_space_handle_t *); argument
107 void (*bs_free) (void *, bus_space_handle_t, argument
111 void * (*bs_vaddr) (void *, bus_space_handle_t); argument
117 void (*bs_barrier) (void *, bus_space_handle_t, argument
121 u_int8_t (*bs_r_1) (void *, bus_space_handle_t, argument
123 u_int16_t (*bs_r_2) (void *, bus_space_handle_t, argument
[all …]
/openbsd-src/sys/arch/riscv64/include/
H A Dbus.h48 struct bus_space { struct
51 _space_read_1bus_space global() argument
53 _space_write_1bus_space global() argument
55 _space_read_2bus_space global() argument
57 _space_write_2bus_space global() argument
59 _space_read_4bus_space global() argument
61 _space_write_4bus_space global() argument
63 _space_read_8bus_space global() argument
65 _space_write_8bus_space global() argument
67 _space_read_raw_2bus_space global() argument
69 _space_write_raw_2bus_space global() argument
71 _space_read_raw_4bus_space global() argument
73 _space_write_raw_4bus_space global() argument
75 _space_read_raw_8bus_space global() argument
77 _space_write_raw_8bus_space global() argument
79 _space_mapbus_space global() argument
81 _space_unmapbus_space global() argument
83 _space_subregionbus_space global() argument
85 _space_vaddrbus_space global() argument
86 _space_mmapbus_space global() argument
/openbsd-src/sys/arch/arm64/include/
H A Dbus.h47 struct bus_space { struct
50 _space_read_1bus_space global() argument
52 _space_write_1bus_space global() argument
54 _space_read_2bus_space global() argument
56 _space_write_2bus_space global() argument
58 _space_read_4bus_space global() argument
60 _space_write_4bus_space global() argument
62 _space_read_8bus_space global() argument
64 _space_write_8bus_space global() argument
66 _space_read_raw_2bus_space global() argument
68 _space_write_raw_2bus_space global() argument
70 _space_read_raw_4bus_space global() argument
72 _space_write_raw_4bus_space global() argument
74 _space_read_raw_8bus_space global() argument
76 _space_write_raw_8bus_space global() argument
78 _space_mapbus_space global() argument
80 _space_unmapbus_space global() argument
82 _space_subregionbus_space global() argument
84 _space_vaddrbus_space global() argument
85 _space_mmapbus_space global() argument
/openbsd-src/sys/arch/powerpc64/include/
H A Dbus.h42 struct bus_space { struct
45 uint8_t (*_space_read_1)(bus_space_tag_t , bus_space_handle_t, argument
47 void (*_space_write_1)(bus_space_tag_t , bus_space_handle_t, argument
49 uint16_t (*_space_read_2)(bus_space_tag_t , bus_space_handle_t, argument
51 void (*_space_write_2)(bus_space_tag_t , bus_space_handle_t, argument
53 uint32_t (*_space_read_4)(bus_space_tag_t , bus_space_handle_t, argument
55 void (*_space_write_4)(bus_space_tag_t , bus_space_handle_t, argument
57 uint64_t (*_space_read_8)(bus_space_tag_t , bus_space_handle_t, argument
59 void (*_space_write_8)(bus_space_tag_t , bus_space_handle_t, argument
61 void (*_space_read_raw_2)(bus_space_tag_t, bus_space_handle_t, argument
[all …]