Lines Matching defs:off2
1202 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1205 u_long addr2 = bsh2 + off2;
1211 __shpcic_io_write_1(bsh2, off2, value);
1213 off2 += 1;
1217 off2 += (count - 1) * 1;
1220 __shpcic_io_write_1(bsh2, off2, value);
1222 off2 -= 1;
1229 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1232 u_long addr2 = bsh2 + off2;
1238 __shpcic_io_write_2(bsh2, off2, value);
1240 off2 += 2;
1244 off2 += (count - 1) * 2;
1247 __shpcic_io_write_2(bsh2, off2, value);
1249 off2 -= 2;
1256 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1259 u_long addr2 = bsh2 + off2;
1265 __shpcic_io_write_4(bsh2, off2, value);
1267 off2 += 4;
1271 off2 += (count - 1) * 4;
1274 __shpcic_io_write_4(bsh2, off2, value);
1276 off2 -= 4;
1283 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1286 u_long addr2 = bsh2 + off2;
1292 __shpcic_mem_write_1(bsh2, off2, value);
1294 off2 += 1;
1298 off2 += (count - 1) * 1;
1301 __shpcic_mem_write_1(bsh2, off2, value);
1303 off2 -= 1;
1310 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1313 u_long addr2 = bsh2 + off2;
1319 __shpcic_mem_write_2(bsh2, off2, value);
1321 off2 += 2;
1325 off2 += (count - 1) * 2;
1328 __shpcic_mem_write_2(bsh2, off2, value);
1330 off2 -= 2;
1337 bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, bus_size_t count)
1340 u_long addr2 = bsh2 + off2;
1346 __shpcic_mem_write_4(bsh2, off2, value);
1348 off2 += 4;
1352 off2 += (count - 1) * 4;
1355 __shpcic_mem_write_4(bsh2, off2, value);
1357 off2 -= 4;