Lines Matching defs:t
75 #define __hbs_rs(sz, tn, t, h, o) \ argument
79 #define __hbs_ws(sz, tn, t, h, o, v) \ argument
85 #define __hbs_nonsingle(type, sz, tn, t, h, o, a, c) \ argument
92 #define __hbs_set(type, sz, tn, t, h, o, v, c) \ argument
98 #define __hbs_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
134 #define bus_space_barrier(t, h, o, l, f) \ argument
140 #define bus_space_read_1(t, h, o) __hbs_rs(1,uint8_t,(t),(h),(o)) argument
141 #define bus_space_read_2(t, h, o) __hbs_rs(2,uint16_t,(t),(h),(o)) argument
142 #define bus_space_read_4(t, h, o) __hbs_rs(4,uint32_t,(t),(h),(o)) argument
143 #define bus_space_read_8(t, h, o) __hbs_rs(8,uint64_t,(t),(h),(o)) argument
149 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
151 #define bus_space_read_multi_2(t, h, o, a, c) \ argument
153 #define bus_space_read_multi_4(t, h, o, a, c) \ argument
155 #define bus_space_read_multi_8(t, h, o, a, c) \ argument
162 #define bus_space_read_region_1(t, h, o, a, c) \ argument
164 #define bus_space_read_region_2(t, h, o, a, c) \ argument
166 #define bus_space_read_region_4(t, h, o, a, c) \ argument
168 #define bus_space_read_region_8(t, h, o, a, c) \ argument
175 #define bus_space_write_1(t, h, o, v) __hbs_ws(1,uint8_t,(t),(h),(o),(v)) argument
176 #define bus_space_write_2(t, h, o, v) __hbs_ws(2,uint16_t,(t),(h),(o),(v)) argument
177 #define bus_space_write_4(t, h, o, v) __hbs_ws(4,uint32_t,(t),(h),(o),(v)) argument
178 #define bus_space_write_8(t, h, o, v) __hbs_ws(8,uint64_t,(t),(h),(o),(v)) argument
184 #define bus_space_write_multi_1(t, h, o, a, c) \ argument
186 #define bus_space_write_multi_2(t, h, o, a, c) \ argument
188 #define bus_space_write_multi_4(t, h, o, a, c) \ argument
190 #define bus_space_write_multi_8(t, h, o, a, c) \ argument
197 #define bus_space_write_region_1(t, h, o, a, c) \ argument
199 #define bus_space_write_region_2(t, h, o, a, c) \ argument
201 #define bus_space_write_region_4(t, h, o, a, c) \ argument
203 #define bus_space_write_region_8(t, h, o, a, c) \ argument
210 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
212 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
214 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
216 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
223 #define bus_space_set_region_1(t, h, o, v, c) \ argument
225 #define bus_space_set_region_2(t, h, o, v, c) \ argument
227 #define bus_space_set_region_4(t, h, o, v, c) \ argument
229 #define bus_space_set_region_8(t, h, o, v, c) \ argument
236 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
238 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
240 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
242 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
276 #define bus_dmamap_create(t, s, n, m, b, f, p) \ argument
278 #define bus_dmamap_destroy(t, p) \ argument
280 #define bus_dmamap_load(t, m, b, s, p, f) \ argument
282 #define bus_dmamap_load_mbuf(t, m, b, f) \ argument
284 #define bus_dmamap_load_uio(t, m, u, f) \ argument
286 #define bus_dmamap_load_raw(t, m, sg, n, s, f) \ argument
288 #define bus_dmamap_unload(t, p) \ argument
290 #define bus_dmamap_sync(t, m, o, l, op) \ argument
294 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ argument
296 #define bus_dmamem_free(t, sg, n) \ argument
298 #define bus_dmamem_map(t, sg, n, s, k, f) \ argument
300 #define bus_dmamem_unmap(t, k, s) \ argument
302 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument
305 #define bus_dmatag_subregion(t, mna, mxa, nt, f) EOPNOTSUPP argument
306 #define bus_dmatag_destroy(t) argument