Lines Matching defs:t
75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
294 #define __bs_rs(sz, t, h, o) \ argument
296 #define __bs_ws(sz, t, h, o, v) \ argument
298 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
300 #define __bs_set(type, sz, t, h, o, v, c) \ argument
302 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
306 #define __bs_rs_s(sz, t, h, o) \ argument
308 #define __bs_ws_s(sz, t, h, o, v) \ argument
310 #define __bs_peek(sz, t, h, o, vp) \ argument
312 #define __bs_poke(sz, t, h, o, v) \ argument
314 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
320 #define bus_space_map(t, a, s, c, hp) \ argument
322 #define bus_space_unmap(t, h, s) \ argument
324 #define bus_space_subregion(t, h, o, s, hp) \ argument
330 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument
333 #define bus_space_free(t, h, s) \ argument
339 #define bus_space_barrier(t, h, o, l, f) \ argument
345 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) argument
346 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) argument
347 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) argument
348 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) argument
350 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t), (h), (o)) argument
351 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t), (h), (o)) argument
352 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) argument
353 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t), (h), (o)) argument
358 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
360 #define bus_space_read_multi_2(t, h, o, a, c) \ argument
362 #define bus_space_read_multi_4(t, h, o, a, c) \ argument
364 #define bus_space_read_multi_8(t, h, o, a, c) \ argument
367 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
369 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
371 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
373 #define bus_space_read_multi_stream_8(t, h, o, a, c) \ argument
379 #define bus_space_read_region_1(t, h, o, a, c) \ argument
381 #define bus_space_read_region_2(t, h, o, a, c) \ argument
383 #define bus_space_read_region_4(t, h, o, a, c) \ argument
385 #define bus_space_read_region_8(t, h, o, a, c) \ argument
388 #define bus_space_read_region_stream_1(t, h, o, a, c) \ argument
390 #define bus_space_read_region_stream_2(t, h, o, a, c) \ argument
392 #define bus_space_read_region_stream_4(t, h, o, a, c) \ argument
394 #define bus_space_read_region_stream_8(t, h, o, a, c) \ argument
400 #define bus_space_write_1(t, h, o, v) __bs_ws(1,(t),(h),(o),(v)) argument
401 #define bus_space_write_2(t, h, o, v) __bs_ws(2,(t),(h),(o),(v)) argument
402 #define bus_space_write_4(t, h, o, v) __bs_ws(4,(t),(h),(o),(v)) argument
403 #define bus_space_write_8(t, h, o, v) __bs_ws(8,(t),(h),(o),(v)) argument
405 #define bus_space_write_stream_1(t, h, o, v) __bs_ws_s(1,(t),(h),(o),(v)) argument
406 #define bus_space_write_stream_2(t, h, o, v) __bs_ws_s(2,(t),(h),(o),(v)) argument
407 #define bus_space_write_stream_4(t, h, o, v) __bs_ws_s(4,(t),(h),(o),(v)) argument
408 #define bus_space_write_stream_8(t, h, o, v) __bs_ws_s(8,(t),(h),(o),(v)) argument
413 #define bus_space_write_multi_1(t, h, o, a, c) \ argument
415 #define bus_space_write_multi_2(t, h, o, a, c) \ argument
417 #define bus_space_write_multi_4(t, h, o, a, c) \ argument
419 #define bus_space_write_multi_8(t, h, o, a, c) \ argument
422 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
424 #define bus_space_write_multi_stream_2(t, h, o, a, c) \ argument
426 #define bus_space_write_multi_stream_4(t, h, o, a, c) \ argument
428 #define bus_space_write_multi_stream_8(t, h, o, a, c) \ argument
434 #define bus_space_write_region_1(t, h, o, a, c) \ argument
436 #define bus_space_write_region_2(t, h, o, a, c) \ argument
438 #define bus_space_write_region_4(t, h, o, a, c) \ argument
440 #define bus_space_write_region_8(t, h, o, a, c) \ argument
443 #define bus_space_write_region_stream_1(t, h, o, a, c) \ argument
445 #define bus_space_write_region_stream_2(t, h, o, a, c) \ argument
447 #define bus_space_write_region_stream_4(t, h, o, a, c) \ argument
449 #define bus_space_write_region_stream_8(t, h, o, a, c) \ argument
455 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
457 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
459 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
461 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
464 #define bus_space_set_multi_stream_1(t, h, o, v, c) \ argument
466 #define bus_space_set_multi_stream_2(t, h, o, v, c) \ argument
468 #define bus_space_set_multi_stream_4(t, h, o, v, c) \ argument
470 #define bus_space_set_multi_stream_8(t, h, o, v, c) \ argument
476 #define bus_space_set_region_1(t, h, o, v, c) \ argument
478 #define bus_space_set_region_2(t, h, o, v, c) \ argument
480 #define bus_space_set_region_4(t, h, o, v, c) \ argument
482 #define bus_space_set_region_8(t, h, o, v, c) \ argument
485 #define bus_space_set_region_stream_1(t, h, o, v, c) \ argument
487 #define bus_space_set_region_stream_2(t, h, o, v, c) \ argument
489 #define bus_space_set_region_stream_4(t, h, o, v, c) \ argument
491 #define bus_space_set_region_stream_8(t, h, o, v, c) \ argument
497 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
499 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
501 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
503 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
509 #define bus_space_poke_1(t, h, o, v) __bs_poke(1, (t), (h), (o), (v)) argument
510 #define bus_space_poke_2(t, h, o, v) __bs_poke(2, (t), (h), (o), (v)) argument
511 #define bus_space_poke_4(t, h, o, v) __bs_poke(4, (t), (h), (o), (v)) argument
512 #define bus_space_poke_8(t, h, o, v) __bs_poke(8, (t), (h), (o), (v)) argument
517 #define bus_space_peek_1(t, h, o, vp) __bs_peek(1, (t), (h), (o), (vp)) argument
518 #define bus_space_peek_2(t, h, o, vp) __bs_peek(2, (t), (h), (o), (vp)) argument
519 #define bus_space_peek_4(t, h, o, vp) __bs_peek(4, (t), (h), (o), (vp)) argument
520 #define bus_space_peek_8(t, h, o, vp) __bs_peek(8, (t), (h), (o), (vp)) argument