Lines Matching full:h1
272 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
273 (*(t)->__bs_opname(c,sz))(h1, o1, h2, o2, cnt)
445 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
446 __bs_copy(1, t, h1, o1, h2, o2, c)
447 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
448 __bs_copy(2, t, h1, o1, h2, o2, c)
449 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
450 __bs_copy(4, t, h1, o1, h2, o2, c)
451 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \
452 __bs_copy(8, t, h1, o1, h2, o2, c)
455 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
456 __bs_copy(s_2, t, h1, o1, h2, o2, c)
457 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
458 __bs_copy(s_4, t, h1, o1, h2, o2, c)
459 #define bus_space_copy_region_stream_8(t, h1, o1, h2, o2, c) \
460 __bs_copy(s_8, t, h1, o1, h2, o2, c)