Lines Matching defs:o2
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) \
657 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), uint16_t, "bus addr 2"); \
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) \
664 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), uint32_t, "bus addr 2"); \
665 vax_mem_copy_region_4((t), (h1), (o1), (h2), (o2), (c)); \
670 bus_space_handle_t h2, bus_size_t o2, size_t c)
673 bus_addr_t addr2 = h2 + o2;
691 bus_space_handle_t h2, bus_size_t o2, size_t c)
694 bus_addr_t addr2 = h2 + o2;
712 bus_space_handle_t h2, bus_size_t o2, size_t c)
715 bus_addr_t addr2 = h2 + o2;