Lines Matching defs:t
74 #define __bs_rs(sz, tn, t, h, o) \ argument
78 #define __bs_ws(sz, tn, t, h, o, v) \ argument
84 #define __bs_nonsingle(type, sz, tn, t, h, o, a, c) \ argument
91 #define __bs_set(type, sz, tn, t, h, o, v, c) \ argument
97 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ argument
108 #define bus_space_map(t, a, s, f, hp) \ argument
110 #define bus_space_unmap(t, h, s) \ argument
112 #define bus_space_subregion(t, h, o, s, hp) \ argument
118 #define bus_space_alloc(t, rs, re, s, a, b, f, ap, hp) \ argument
121 #define bus_space_free(t, h, s) \ argument
127 #define bus_space_vaddr(t, h) \ argument
133 #define bus_space_mmap(t, a, o, p, f) \ argument
140 #define bus_space_barrier(t, h, o, l, f) \ argument
146 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) argument
147 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) argument
148 #define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o)) argument
149 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o)) argument
155 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
157 #define bus_space_read_multi_2(t, h, o, a, c) \ argument
159 #define bus_space_read_multi_4(t, h, o, a, c) \ argument
161 #define bus_space_read_multi_8(t, h, o, a, c) \ argument
168 #define bus_space_read_region_1(t, h, o, a, c) \ argument
170 #define bus_space_read_region_2(t, h, o, a, c) \ argument
172 #define bus_space_read_region_4(t, h, o, a, c) \ argument
174 #define bus_space_read_region_8(t, h, o, a, c) \ argument
181 #define bus_space_write_1(t, h, o, v) __bs_ws(1,uint8_t,(t),(h),(o),(v)) argument
182 #define bus_space_write_2(t, h, o, v) __bs_ws(2,uint16_t,(t),(h),(o),(v)) argument
183 #define bus_space_write_4(t, h, o, v) __bs_ws(4,uint32_t,(t),(h),(o),(v)) argument
184 #define bus_space_write_8(t, h, o, v) __bs_ws(8,uint64_t,(t),(h),(o),(v)) argument
190 #define bus_space_write_multi_1(t, h, o, a, c) \ argument
192 #define bus_space_write_multi_2(t, h, o, a, c) \ argument
194 #define bus_space_write_multi_4(t, h, o, a, c) \ argument
196 #define bus_space_write_multi_8(t, h, o, a, c) \ argument
203 #define bus_space_write_region_1(t, h, o, a, c) \ argument
205 #define bus_space_write_region_2(t, h, o, a, c) \ argument
207 #define bus_space_write_region_4(t, h, o, a, c) \ argument
209 #define bus_space_write_region_8(t, h, o, a, c) \ argument
216 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
218 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
220 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
222 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
229 #define bus_space_set_region_1(t, h, o, v, c) \ argument
231 #define bus_space_set_region_2(t, h, o, v, c) \ argument
233 #define bus_space_set_region_4(t, h, o, v, c) \ argument
235 #define bus_space_set_region_8(t, h, o, v, c) \ argument
242 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
244 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
246 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
248 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
285 #define bus_dmamap_create(t, s, n, m, b, f, p) \ argument
287 #define bus_dmamap_destroy(t, p) \ argument
289 #define bus_dmamap_load(t, m, b, s, p, f) \ argument
291 #define bus_dmamap_load_mbuf(t, m, b, f) \ argument
293 #define bus_dmamap_load_uio(t, m, u, f) \ argument
295 #define bus_dmamap_load_raw(t, m, sg, n, s, f) \ argument
297 #define bus_dmamap_unload(t, p) \ argument
299 #define bus_dmamap_sync(t, m, o, l, op) \ argument
303 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ argument
305 #define bus_dmamem_free(t, sg, n) \ argument
307 #define bus_dmamem_map(t, sg, n, s, k, f) \ argument
309 #define bus_dmamem_unmap(t, k, s) \ argument
311 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument
314 #define bus_dmatag_subregion(t, mna, mxa, nt, f) EOPNOTSUPP argument
315 #define bus_dmatag_destroy(t) argument