Lines Matching defs:o

174 #define	bus_space_subregion(t,h,o,c,hp) \  argument
181 #define bus_space_read_1(t,h,o) (((t)->hbt_r1)((t)->hbt_cookie,(h),(o))) argument
182 #define bus_space_read_2(t,h,o) (((t)->hbt_r2)((t)->hbt_cookie,(h),(o))) argument
183 #define bus_space_read_4(t,h,o) (((t)->hbt_r4)((t)->hbt_cookie,(h),(o))) argument
184 #define bus_space_read_8(t,h,o) (((t)->hbt_r8)((t)->hbt_cookie,(h),(o))) argument
186 #define bus_space_write_1(t,h,o,v) (((t)->hbt_w1)((t)->hbt_cookie,(h),(o),(v))) argument
187 #define bus_space_write_2(t,h,o,v) (((t)->hbt_w2)((t)->hbt_cookie,(h),(o),(v))) argument
188 #define bus_space_write_4(t,h,o,v) (((t)->hbt_w4)((t)->hbt_cookie,(h),(o),(v))) argument
189 #define bus_space_write_8(t,h,o,v) (((t)->hbt_w8)((t)->hbt_cookie,(h),(o),(v))) argument
191 #define bus_space_read_multi_1(t,h,o,a,c) \ argument
193 #define bus_space_read_multi_2(t,h,o,a,c) \ argument
195 #define bus_space_read_multi_4(t,h,o,a,c) \ argument
197 #define bus_space_read_multi_8(t,h,o,a,c) \ argument
200 #define bus_space_write_multi_1(t,h,o,a,c) \ argument
202 #define bus_space_write_multi_2(t,h,o,a,c) \ argument
204 #define bus_space_write_multi_4(t,h,o,a,c) \ argument
206 #define bus_space_write_multi_8(t,h,o,a,c) \ argument
209 #define bus_space_set_multi_1(t,h,o,v,c) \ argument
211 #define bus_space_set_multi_2(t,h,o,v,c) \ argument
213 #define bus_space_set_multi_4(t,h,o,v,c) \ argument
215 #define bus_space_set_multi_8(t,h,o,v,c) \ argument
218 #define bus_space_read_raw_multi_2(t, h, o, a, c) \ argument
220 #define bus_space_read_raw_multi_4(t, h, o, a, c) \ argument
222 #define bus_space_read_raw_multi_8(t, h, o, a, c) \ argument
225 #define bus_space_write_raw_multi_2(t, h, o, a, c) \ argument
227 #define bus_space_write_raw_multi_4(t, h, o, a, c) \ argument
229 #define bus_space_write_raw_multi_8(t, h, o, a, c) \ argument
232 #define bus_space_read_region_1(t, h, o, a, c) \ argument
234 #define bus_space_read_region_2(t, h, o, a, c) \ argument
236 #define bus_space_read_region_4(t, h, o, a, c) \ argument
238 #define bus_space_read_region_8(t, h, o, a, c) \ argument
241 #define bus_space_write_region_1(t, h, o, a, c) \ argument
243 #define bus_space_write_region_2(t, h, o, a, c) \ argument
245 #define bus_space_write_region_4(t, h, o, a, c) \ argument
247 #define bus_space_write_region_8(t, h, o, a, c) \ argument
250 #define bus_space_read_raw_region_2(t, h, o, a, c) \ argument
252 #define bus_space_read_raw_region_4(t, h, o, a, c) \ argument
254 #define bus_space_read_raw_region_8(t, h, o, a, c) \ argument
257 #define bus_space_write_raw_region_2(t, h, o, a, c) \ argument
259 #define bus_space_write_raw_region_4(t, h, o, a, c) \ argument
261 #define bus_space_write_raw_region_8(t, h, o, a, c) \ argument
264 #define bus_space_set_region_1(t, h, o, v, c) \ argument
266 #define bus_space_set_region_2(t, h, o, v, c) \ argument
268 #define bus_space_set_region_4(t, h, o, v, c) \ argument
270 #define bus_space_set_region_8(t, h, o, v, c) \ argument
285 #define bus_space_barrier(t,h,o,l,op) \ argument
387 #define bus_dmamap_sync(t, p, a, l, o) \ argument
399 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument