Lines Matching defs:o1
651 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
652 vax_mem_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
654 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
656 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), uint16_t, "bus addr 1"); \
658 vax_mem_copy_region_2((t), (h1), (o1), (h2), (o2), (c)); \
661 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
663 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), uint32_t, "bus addr 1"); \
665 vax_mem_copy_region_4((t), (h1), (o1), (h2), (o2), (c)); \
669 vax_mem_copy_region_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1,
672 bus_addr_t addr1 = h1 + o1;
690 vax_mem_copy_region_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1,
693 bus_addr_t addr1 = h1 + o1;
711 vax_mem_copy_region_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1,
714 bus_addr_t addr1 = h1 + o1;