Lines Matching defs:o
41 #define bus_space_subregion(t,h,o,c,hp) \ argument
47 #define bus_space_barrier(t,h,o,l,op) \ argument
51 #define bus_space_mmap(t, a, o, p, f) \ argument
54 #define bus_space_read_1(t,h,o) (((t)->hbt_r1)((t)->hbt_cookie,(h),(o))) argument
55 #define bus_space_read_2(t,h,o) (((t)->hbt_r2)((t)->hbt_cookie,(h),(o))) argument
56 #define bus_space_read_4(t,h,o) (((t)->hbt_r4)((t)->hbt_cookie,(h),(o))) argument
57 #define bus_space_read_8(t,h,o) (((t)->hbt_r8)((t)->hbt_cookie,(h),(o))) argument
59 #define bus_space_read_stream_1(t,h,o) (bus_space_read_1(t,h,o)) argument
60 #define bus_space_read_stream_2(t,h,o) (((t)->hbt_rs2)((t)->hbt_cookie,(h),(o))) argument
61 #define bus_space_read_stream_4(t,h,o) (((t)->hbt_rs4)((t)->hbt_cookie,(h),(o))) argument
62 #define bus_space_read_stream_8(t,h,o) (((t)->hbt_rs8)((t)->hbt_cookie,(h),(o))) argument
64 #define bus_space_write_1(t,h,o,v) (((t)->hbt_w1)((t)->hbt_cookie,(h),(o),(v))) argument
65 #define bus_space_write_2(t,h,o,v) (((t)->hbt_w2)((t)->hbt_cookie,(h),(o),(v))) argument
66 #define bus_space_write_4(t,h,o,v) (((t)->hbt_w4)((t)->hbt_cookie,(h),(o),(v))) argument
67 #define bus_space_write_8(t,h,o,v) (((t)->hbt_w8)((t)->hbt_cookie,(h),(o),(v))) argument
69 #define bus_space_write_stream_1(t,h,o,v) (bus_space_write_1(t,h,o,v)) argument
70 #define bus_space_write_stream_2(t,h,o,v) (((t)->hbt_ws2)((t)->hbt_cookie,(h),(o),(v))) argument
71 #define bus_space_write_stream_4(t,h,o,v) (((t)->hbt_ws4)((t)->hbt_cookie,(h),(o),(v))) argument
72 #define bus_space_write_stream_8(t,h,o,v) (((t)->hbt_ws8)((t)->hbt_cookie,(h),(o),(v))) argument
74 #define bus_space_read_multi_1(t,h,o,a,c) \ argument
76 #define bus_space_read_multi_2(t,h,o,a,c) \ argument
78 #define bus_space_read_multi_4(t,h,o,a,c) \ argument
80 #define bus_space_read_multi_8(t,h,o,a,c) \ argument
83 #define bus_space_write_multi_1(t,h,o,a,c) \ argument
85 #define bus_space_write_multi_2(t,h,o,a,c) \ argument
87 #define bus_space_write_multi_4(t,h,o,a,c) \ argument
89 #define bus_space_write_multi_8(t,h,o,a,c) \ argument
92 #define bus_space_set_multi_1(t,h,o,v,c) \ argument
94 #define bus_space_set_multi_2(t,h,o,v,c) \ argument
96 #define bus_space_set_multi_4(t,h,o,v,c) \ argument
98 #define bus_space_set_multi_8(t,h,o,v,c) \ argument
101 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
103 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
105 #define bus_space_read_multi_stream_8(t, h, o, a, c) \ argument
108 #define bus_space_write_multi_stream_2(t, h, o, a, c) \ argument
110 #define bus_space_write_multi_stream_4(t, h, o, a, c) \ argument
112 #define bus_space_write_multi_stream_8(t, h, o, a, c) \ argument
115 #define bus_space_read_region_1(t, h, o, a, c) \ argument
117 #define bus_space_read_region_2(t, h, o, a, c) \ argument
119 #define bus_space_read_region_4(t, h, o, a, c) \ argument
121 #define bus_space_read_region_8(t, h, o, a, c) \ argument
124 #define bus_space_write_region_1(t, h, o, a, c) \ argument
126 #define bus_space_write_region_2(t, h, o, a, c) \ argument
128 #define bus_space_write_region_4(t, h, o, a, c) \ argument
130 #define bus_space_write_region_8(t, h, o, a, c) \ argument
133 #define bus_space_read_region_stream_2(t, h, o, a, c) \ argument
135 #define bus_space_read_region_stream_4(t, h, o, a, c) \ argument
137 #define bus_space_read_region_stream_8(t, h, o, a, c) \ argument
140 #define bus_space_write_region_stream_2(t, h, o, a, c) \ argument
142 #define bus_space_write_region_stream_4(t, h, o, a, c) \ argument
144 #define bus_space_write_region_stream_8(t, h, o, a, c) \ argument
147 #define bus_space_set_region_1(t, h, o, v, c) \ argument
149 #define bus_space_set_region_2(t, h, o, v, c) \ argument
151 #define bus_space_set_region_4(t, h, o, v, c) \ argument
153 #define bus_space_set_region_8(t, h, o, v, c) \ argument
184 #define bus_dmamap_sync(t, p, o, l, ops) \ argument
196 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument