Lines Matching defs:t

75 #define	__bs_rs(sz, tn, t, h, o)					\  argument
78 #define __bs_rss(sz, tn, t, h, o) \ argument
82 #define __bs_ws(sz, tn, t, h, o, v) \ argument
87 #define __bs_wss(sz, tn, t, h, o, v) \ argument
93 #define __bs_nonsingle(type, sz, tn, t, h, o, a, c) \ argument
100 #define __bs_set(type, sz, tn, t, h, o, v, c) \ argument
106 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ argument
117 #define bus_space_map(t, a, s, f, hp) \ argument
119 #define bus_space_unmap(t, h, s) \ argument
121 #define bus_space_subregion(t, h, o, s, hp) \ argument
130 #define bus_space_alloc(t, rs, re, s, a, b, f, ap, hp) \ argument
133 #define bus_space_free(t, h, s) \ argument
139 #define bus_space_vaddr(t, h) \ argument
146 #define bus_space_barrier(t, h, o, l, f) \ argument
152 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) argument
153 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) argument
154 #define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o)) argument
155 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o)) argument
156 #define bus_space_read_stream_1(t, h, o) __bs_rss(1,uint8_t,(t),(h),(o)) argument
157 #define bus_space_read_stream_2(t, h, o) __bs_rss(2,uint16_t,(t),(h),(o)) argument
158 #define bus_space_read_stream_4(t, h, o) __bs_rss(4,uint32_t,(t),(h),(o)) argument
159 #define bus_space_read_stream_8(t, h, o) __bs_rss(8,uint64_t,(t),(h),(o)) argument
165 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
167 #define bus_space_read_multi_2(t, h, o, a, c) \ argument
169 #define bus_space_read_multi_4(t, h, o, a, c) \ argument
171 #define bus_space_read_multi_8(t, h, o, a, c) \ argument
173 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
175 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
177 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
179 #define bus_space_read_multi_stream_8(t, h, o, a, c) \ argument
186 #define bus_space_read_region_1(t, h, o, a, c) \ argument
188 #define bus_space_read_region_2(t, h, o, a, c) \ argument
190 #define bus_space_read_region_4(t, h, o, a, c) \ argument
192 #define bus_space_read_region_8(t, h, o, a, c) \ argument
194 #define bus_space_read_region_stream_1(t, h, o, a, c) \ argument
196 #define bus_space_read_region_stream_2(t, h, o, a, c) \ argument
198 #define bus_space_read_region_stream_4(t, h, o, a, c) \ argument
200 #define bus_space_read_region_stream_8(t, h, o, a, c) \ argument
207 #define bus_space_write_1(t, h, o, v) __bs_ws(1,uint8_t,(t),(h),(o),(v)) argument
208 #define bus_space_write_2(t, h, o, v) __bs_ws(2,uint16_t,(t),(h),(o),(v)) argument
209 #define bus_space_write_4(t, h, o, v) __bs_ws(4,uint32_t,(t),(h),(o),(v)) argument
210 #define bus_space_write_8(t, h, o, v) __bs_ws(8,uint64_t,(t),(h),(o),(v)) argument
211 #define bus_space_write_stream_1(t, h, o, v) \ argument
213 #define bus_space_write_stream_2(t, h, o, v) \ argument
215 #define bus_space_write_stream_4(t, h, o, v) \ argument
217 #define bus_space_write_stream_8(t, h, o, v) \ argument
224 #define bus_space_write_multi_1(t, h, o, a, c) \ argument
226 #define bus_space_write_multi_2(t, h, o, a, c) \ argument
228 #define bus_space_write_multi_4(t, h, o, a, c) \ argument
230 #define bus_space_write_multi_8(t, h, o, a, c) \ argument
232 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
234 #define bus_space_write_multi_stream_2(t, h, o, a, c) \ argument
236 #define bus_space_write_multi_stream_4(t, h, o, a, c) \ argument
238 #define bus_space_write_multi_stream_8(t, h, o, a, c) \ argument
245 #define bus_space_write_region_1(t, h, o, a, c) \ argument
247 #define bus_space_write_region_2(t, h, o, a, c) \ argument
249 #define bus_space_write_region_4(t, h, o, a, c) \ argument
251 #define bus_space_write_region_8(t, h, o, a, c) \ argument
253 #define bus_space_write_region_stream_1(t, h, o, a, c) \ argument
255 #define bus_space_write_region_stream_2(t, h, o, a, c) \ argument
257 #define bus_space_write_region_stream_4(t, h, o, a, c) \ argument
259 #define bus_space_write_region_stream_8(t, h, o, a, c) \ argument
266 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
268 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
270 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
272 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
279 #define bus_space_set_region_1(t, h, o, v, c) \ argument
281 #define bus_space_set_region_2(t, h, o, v, c) \ argument
283 #define bus_space_set_region_4(t, h, o, v, c) \ argument
285 #define bus_space_set_region_8(t, h, o, v, c) \ argument
292 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
294 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
296 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
298 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
308 #define bus_dmamap_create(t, s, n, m, b, f, p) \ argument
310 #define bus_dmamap_destroy(t, p) \ argument
312 #define bus_dmamap_load(t, m, b, s, p, f) \ argument
314 #define bus_dmamap_load_mbuf(t, m, b, f) \ argument
316 #define bus_dmamap_load_uio(t, m, u, f) \ argument
318 #define bus_dmamap_load_raw(t, m, sg, n, s, f) \ argument
320 #define bus_dmamap_unload(t, p) \ argument
322 #define bus_dmamap_sync(t, m, o, l, op) \ argument
326 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ argument
328 #define bus_dmamem_free(t, sg, n) \ argument
330 #define bus_dmamem_map(t, sg, n, s, k, f) \ argument
332 #define bus_dmamem_unmap(t, k, s) \ argument
334 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument
337 #define bus_dmatag_subregion(t, mna, mxa, nt, f) EOPNOTSUPP argument
338 #define bus_dmatag_destroy(t) argument