Lines Matching defs:t
170 #define bus_space_map(t,a,c,ca,hp) \ argument
172 #define bus_space_unmap(t,h,c) \ argument
174 #define bus_space_subregion(t,h,o,c,hp) \ argument
176 #define bus_space_alloc(t,b,e,c,al,bn,ca,ap,hp) \ argument
178 #define bus_space_free(t,h,c) \ 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
273 #define bus_space_copy_1(t, h1, o1, h2, o2, c) \ argument
275 #define bus_space_copy_2(t, h1, o1, h2, o2, c) \ argument
277 #define bus_space_copy_4(t, h1, o1, h2, o2, c) \ argument
279 #define bus_space_copy_8(t, h1, o1, h2, o2, c) \ argument
285 #define bus_space_barrier(t,h,o,l,op) \ argument
287 #define bus_space_vaddr(t,h) \ argument
373 #define bus_dmamap_create(t, s, n, m, b, f, p) \ argument
375 #define bus_dmamap_destroy(t, p) \ argument
377 #define bus_dmamap_load(t, m, b, s, p, f) \ argument
379 #define bus_dmamap_load_mbuf(t, m, b, f) \ argument
381 #define bus_dmamap_load_uio(t, m, u, f) \ argument
383 #define bus_dmamap_load_raw(t, m, sg, n, s, f) \ argument
385 #define bus_dmamap_unload(t, p) \ argument
387 #define bus_dmamap_sync(t, p, a, l, o) \ argument
391 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ argument
393 #define bus_dmamem_free(t, sg, n) \ argument
395 #define bus_dmamem_map(t, sg, n, s, k, f) \ argument
397 #define bus_dmamem_unmap(t, k, s) \ argument
399 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument