Lines Matching defs:bsh1
1082 shpcic_io_copy_region_1(void *v, bus_space_handle_t bsh1,
1085 u_long addr1 = bsh1 + off1;
1091 value = __shpcic_io_read_1(bsh1, off1);
1100 value = __shpcic_io_read_1(bsh1, off1);
1109 shpcic_io_copy_region_2(void *v, bus_space_handle_t bsh1,
1112 u_long addr1 = bsh1 + off1;
1118 value = __shpcic_io_read_2(bsh1, off1);
1127 value = __shpcic_io_read_2(bsh1, off1);
1136 shpcic_io_copy_region_4(void *v, bus_space_handle_t bsh1,
1139 u_long addr1 = bsh1 + off1;
1145 value = __shpcic_io_read_4(bsh1, off1);
1154 value = __shpcic_io_read_4(bsh1, off1);
1163 shpcic_mem_copy_region_1(void *v, bus_space_handle_t bsh1,
1166 u_long addr1 = bsh1 + off1;
1172 value = __shpcic_mem_read_1(bsh1, off1);
1181 value = __shpcic_mem_read_1(bsh1, off1);
1190 shpcic_mem_copy_region_2(void *v, bus_space_handle_t bsh1,
1193 u_long addr1 = bsh1 + off1;
1199 value = __shpcic_mem_read_2(bsh1, off1);
1208 value = __shpcic_mem_read_2(bsh1, off1);
1217 shpcic_mem_copy_region_4(void *v, bus_space_handle_t bsh1,
1220 u_long addr1 = bsh1 + off1;
1226 value = __shpcic_mem_read_4(bsh1, off1);
1235 value = __shpcic_mem_read_4(bsh1, off1);