Lines Matching +defs:t +defs:v

988 #define	bus_space_read_stream_1(t, h, o)	bus_space_read_1((t), (h), (o))  argument
989 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument
990 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument
992 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
994 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
996 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
999 #define bus_space_write_stream_1(t, h, o, v) \ argument
1001 #define bus_space_write_stream_2(t, h, o, v) \ argument
1003 #define bus_space_write_stream_4(t, h, o, v) \ argument
1006 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
1008 #define bus_space_write_multi_stream_2(t, h, o, a, c) \ argument
1010 #define bus_space_write_multi_stream_4(t, h, o, a, c) \ argument
1013 #define bus_space_set_multi_stream_1(t, h, o, v, c) \ argument
1015 #define bus_space_set_multi_stream_2(t, h, o, v, c) \ argument
1017 #define bus_space_set_multi_stream_4(t, h, o, v, c) \ argument
1020 #define bus_space_read_region_stream_1(t, h, o, a, c) \ argument
1022 #define bus_space_read_region_stream_2(t, h, o, a, c) \ argument
1024 #define bus_space_read_region_stream_4(t, h, o, a, c) \ argument
1027 #define bus_space_write_region_stream_1(t, h, o, a, c) \ argument
1029 #define bus_space_write_region_stream_2(t, h, o, a, c) \ argument
1031 #define bus_space_write_region_stream_4(t, h, o, a, c) \ argument
1034 #define bus_space_set_region_stream_1(t, h, o, v, c) \ argument
1036 #define bus_space_set_region_stream_2(t, h, o, v, c) \ argument
1038 #define bus_space_set_region_stream_4(t, h, o, v, c) \ argument
1041 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \ argument
1043 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument
1045 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument