Lines Matching defs:_h
121 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) argument
122 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) argument
123 #define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o))) argument
152 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \ argument
154 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \ argument
156 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \ argument
201 #define bus_space_read_region_1(_t, _h, _o, _a, _c) \ argument
203 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \ argument
205 #define bus_space_read_region_4(_t, _h, _o, _a, _c) \ argument
224 #define bus_space_read_raw_region_2(_t, _h, _o, _a, _c) \ argument
226 #define bus_space_read_raw_region_4(_t, _h, _o, _a, _c) \ argument
247 #define bus_space_write_1(_t, _h, _o, _v) \ argument
249 #define bus_space_write_2(_t, _h, _o, _v) \ argument
251 #define bus_space_write_4(_t, _h, _o, _v) \ argument
281 #define bus_space_write_multi_1(_t, _h, _o, _a, _c) \ argument
283 #define bus_space_write_multi_2(_t, _h, _o, _a, _c) \ argument
285 #define bus_space_write_multi_4(_t, _h, _o, _a, _c) \ argument
304 #define bus_space_write_raw_multi_2(_t, _h, _o, _a, _c) \ argument
306 #define bus_space_write_raw_multi_4(_t, _h, _o, _a, _c) \ argument
330 #define bus_space_write_region_1(_t, _h, _o, _a, _c) \ argument
332 #define bus_space_write_region_2(_t, _h, _o, _a, _c) \ argument
334 #define bus_space_write_region_4(_t, _h, _o, _a, _c) \ argument
354 #define bus_space_write_raw_region_2(_t, _h, _o, _a, _c) \ argument
356 #define bus_space_write_raw_region_4(_t, _h, _o, _a, _c) \ argument
380 #define bus_space_set_multi_1(_t, _h, _o, _a, _c) \ argument
382 #define bus_space_set_multi_2(_t, _h, _o, _a, _c) \ argument
384 #define bus_space_set_multi_4(_t, _h, _o, _a, _c) \ argument
408 #define bus_space_set_region_1(_t, _h, _o, _a, _c) \ argument
410 #define bus_space_set_region_2(_t, _h, _o, _a, _c) \ argument
412 #define bus_space_set_region_4(_t, _h, _o, _a, _c) \ argument
478 #define bus_space_vaddr(_t, _h) \ argument