Lines Matching refs:BYTES
547 #define __MVME68K_copy_region_N(BYTES) \
548 BYTES) \
555 __CONCAT(bus_space_copy_region_,BYTES)( \
567 for (o = 0; c != 0; c--, o += BYTES) \
568 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
569 __CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
572 for (o = (c - 1) * BYTES; c != 0; c--, o -= BYTES) \
573 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
574 __CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \