Lines Matching defs:t

70 #define	__abs_rs(sz, tn, t, h, o)					\  argument
74 #define __abs_ws(sz, tn, t, h, o, v) \ argument
80 #define __abs_nonsingle(type, sz, tn, t, h, o, a, c) \ argument
87 #define __abs_set(type, sz, tn, t, h, o, v, c) \ argument
93 #define __abs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ argument
104 #define bus_space_map(t, a, s, f, hp) \ argument
106 #define alpha_bus_space_map_noacct(t, a, s, f, hp) \ argument
108 #define bus_space_unmap(t, h, s) \ argument
110 #define alpha_bus_space_unmap_noacct(t, h, s) \ argument
112 #define bus_space_subregion(t, h, o, s, hp) \ argument
115 #define alpha_bus_space_translate(t, a, s, f, abst) \ argument
117 #define alpha_bus_space_get_window(t, w, abst) \ argument
125 #define bus_space_alloc(t, rs, re, s, a, b, f, ap, hp) \ argument
128 #define bus_space_free(t, h, s) \ argument
134 #define bus_space_vaddr(t, h) \ argument
140 #define bus_space_mmap(t, a, o, p, f) \ argument
146 #define bus_space_barrier(t, h, o, l, f) \ argument
153 #define bus_space_read_1(t, h, o) __abs_rs(1,uint8_t,(t),(h),(o)) argument
154 #define bus_space_read_2(t, h, o) __abs_rs(2,uint16_t,(t),(h),(o)) argument
155 #define bus_space_read_4(t, h, o) __abs_rs(4,uint32_t,(t),(h),(o)) argument
156 #define bus_space_read_8(t, h, o) __abs_rs(8,uint64_t,(t),(h),(o)) argument
162 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
164 #define bus_space_read_multi_2(t, h, o, a, c) \ argument
166 #define bus_space_read_multi_4(t, h, o, a, c) \ argument
168 #define bus_space_read_multi_8(t, h, o, a, c) \ argument
175 #define bus_space_read_region_1(t, h, o, a, c) \ argument
177 #define bus_space_read_region_2(t, h, o, a, c) \ argument
179 #define bus_space_read_region_4(t, h, o, a, c) \ argument
181 #define bus_space_read_region_8(t, h, o, a, c) \ argument
188 #define bus_space_write_1(t, h, o, v) __abs_ws(1,uint8_t,(t),(h),(o),(v)) argument
189 #define bus_space_write_2(t, h, o, v) __abs_ws(2,uint16_t,(t),(h),(o),(v)) argument
190 #define bus_space_write_4(t, h, o, v) __abs_ws(4,uint32_t,(t),(h),(o),(v)) argument
191 #define bus_space_write_8(t, h, o, v) __abs_ws(8,uint64_t,(t),(h),(o),(v)) argument
197 #define bus_space_write_multi_1(t, h, o, a, c) \ argument
199 #define bus_space_write_multi_2(t, h, o, a, c) \ argument
201 #define bus_space_write_multi_4(t, h, o, a, c) \ argument
203 #define bus_space_write_multi_8(t, h, o, a, c) \ argument
210 #define bus_space_write_region_1(t, h, o, a, c) \ argument
212 #define bus_space_write_region_2(t, h, o, a, c) \ argument
214 #define bus_space_write_region_4(t, h, o, a, c) \ argument
216 #define bus_space_write_region_8(t, h, o, a, c) \ argument
223 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
225 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
227 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
229 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
236 #define bus_space_set_region_1(t, h, o, v, c) \ argument
238 #define bus_space_set_region_2(t, h, o, v, c) \ argument
240 #define bus_space_set_region_4(t, h, o, v, c) \ argument
242 #define bus_space_set_region_8(t, h, o, v, c) \ argument
249 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
251 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
253 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
255 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
296 #define bus_dmamap_create(t, s, n, m, b, f, p) \ argument
298 #define bus_dmamap_destroy(t, p) \ argument
300 #define bus_dmamap_load(t, m, b, s, p, f) \ argument
302 #define bus_dmamap_load_mbuf(t, m, b, f) \ argument
304 #define bus_dmamap_load_uio(t, m, u, f) \ argument
306 #define bus_dmamap_load_raw(t, m, sg, n, s, f) \ argument
308 #define bus_dmamap_unload(t, p) \ argument
311 #define bus_dmamap_sync(t, p, o, l, ops) \ argument
314 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ argument
316 #define bus_dmamem_free(t, sg, n) \ argument
318 #define bus_dmamem_map(t, sg, n, s, k, f) \ argument
320 #define bus_dmamem_unmap(t, k, s) \ argument
322 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument
325 #define bus_dmatag_subregion(t, mna, mxa, nt, f) EOPNOTSUPP argument
326 #define bus_dmatag_destroy(t) argument